freeapis

Blockchain

比特币支付、钱包和交易数据

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

Blockchain.com 的 API 提供比特币数据——价格、区块和图表。公开价格端点无需认证(实测可用);部分端点需要密钥。

快速开始

价格行情——免密钥(实测可用):

curl "https://blockchain.info/ticker"
{
  "ARS": { "15m": 1151860620.4, "last": 1151860620.4, "buy": 1151860620.4, "sell": 1151860620.4, "symbol": "$" },
  "USD": { "15m": 68000.0, "last": 68000.0, "buy": 68001.2, "sell": 67998.9, "symbol": "$" }
}

区块信息 / 统计:

curl "https://blockchain.info/rawblock/0000000000000000000000000000000000000000000000000000000000000000"
curl "https://api.blockchain.info/stats"

认证方式

  • 公开价格/区块端点:免密钥(已实测)。
  • 更高级端点(汇率、websocket)可能需要密钥。

速率限制与注意事项

  • 免费;公开端点有限流(请礼貌使用)。
  • 端点:/ticker/stats/rawblock/{哈希}/charts

常见问题

Blockchain.com 免费吗? 公开端点免密钥(实测);部分需要密钥。

有什么数据? 价格、区块、图表和统计。

认证风格是什么? 因端点而异——多数公开读取免密钥。

加密货币 分类更多

APIAuthHTTPSCORS
0x

API for querying token and pool stats across various liquidity pools

No authYesYes
1inch

API for querying decentralize exchange

No authYesUnknown
Alchemy Ethereum

Ethereum Node-as-a-Service Provider

API KeyYesYes
Alpha (Mossland)

Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store

No authYesYes
Binance

Exchange for Trading Cryptocurrencies based in China

API KeyYesUnknown