Premium unlocks the Bitcoin API Block — on-chain metrics computed at block resolution. SOPR, NRPL, VDD, coin age cohorts and more, plus faster rate limits and 30 customizable alerts.
Upgrade to Premium| Feature | Advanced | Premium |
|---|---|---|
|
Bitcoin API — req / hour
|
200 | 400 |
|
Bitcoin API — req / day
|
400 | 2,000 |
|
Bitcoin API Block
Block-resolution on-chain metrics
|
||
|
Bitcoin API Block — req / hour
|
— | 400 |
|
Bitcoin API Block — req / day
|
— | 4,000 |
|
Historical data
|
Full history | Full history |
|
Miner & exchange flows
|
||
|
Macro liquidity (M2)
|
||
|
Alerts
|
15 | 30 |
|
Price
|
$6 / month | $15 / month |
All endpoints are served from https://bitcoin-data.com/api-block/v1/. Each base endpoint returns the last 5,000 blocks ordered by block descending. It also supports /{last} for the latest value, -all for unpaginated data, and /csv to export the last 5,000 blocks as a CSV file. Pass your token via ?token= or Authorization: Bearer.
Pass your token as a query parameter or in the Authorization header:
GET https://bitcoin-data.com/api-block/v1/sopr-block?token=YOUR_TOKEN
Authorization: Bearer YOUR_TOKEN
Your token is available in your profile page after subscribing.