Blockchain
Bitcoin Payment, Wallet & Transaction Data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://www.blockchain.com/api
Overview
Blockchain.com’s APIs serve Bitcoin data — prices, blocks, and charts. The public price endpoints work without auth (verified live); some endpoints need a key.
Quick Start
Price ticker — keyless (verified live):
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": "$" }
}
Block info / stats:
curl "https://blockchain.info/rawblock/0000000000000000000000000000000000000000000000000000000000000000"
curl "https://api.blockchain.info/stats"
Authentication
- Public price/block endpoints: keyless (verified).
- Higher-tier endpoints (exchange rates, websocket) may need a key.
Rate Limits & Notes
- Free; public endpoints are rate-limited (be polite).
- Endpoints:
/ticker,/stats,/rawblock/{hash},/charts.
FAQ
Is Blockchain.com free? Public endpoints are keyless (verified); some need a key.
What data is available? Prices, blocks, charts, and stats.
What’s the auth style? Varies by endpoint — most public reads are keyless.
More in Cryptocurrency
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |