freeapis

Blockchain

Bitcoin Payment, Wallet & Transaction Data

Authentication
API Key
HTTPS
Yes
CORS
Unknown

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

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