Advanced Plan

More data.
Full history.

The Advanced plan unlocks exclusive on-chain metrics, removes the 4-year data cap, and gives you 25× more API requests per day compared to the Free tier.

Upgrade to Advanced
Free vs Advanced — at a glance
Feature Free Advanced
Requests / hour
8 200
Requests / day
15 400
Historical data
How far back you can query
Last 4 years Full history
Miner flow metrics
Inflow, outflow, reserve, net flow
Exchange flow metrics
Inflow, outflow, reserve, net flow
Macro liquidity metrics
M2 Bank, M2 Global
BGeometrics Index
Proprietary composite indicator
CSV export
All endpoints support /csv
API token
Price
Free $6 / month
Endpoints exclusive to Advanced (and above)

All endpoints below return JSON by default. Append /last for the latest value only, or /csv for CSV export. Optional query params: day, startday, endday.

Miner Flows
GET /v1/miner-reserve
Total BTC held by miners
→ /last  ·  /csv
GET /v1/miner-reserve-usd
Miner reserve valued in USD
→ /last  ·  /csv
GET /v1/miner-reserve-change
Daily change in miner reserve (BTC)
→ /last  ·  /csv
GET /v1/miner-reserve-change-pct
Daily % change in miner reserve
→ /last  ·  /csv
GET /v1/miner-inflow
BTC flowing into miner wallets
→ /last  ·  /csv
GET /v1/miner-inflow-usd
Miner inflow valued in USD
→ /last  ·  /csv
GET /v1/miner-outflow
BTC flowing out of miner wallets
→ /last  ·  /csv
GET /v1/miner-outflow-usd
Miner outflow valued in USD
→ /last  ·  /csv
GET /v1/miner-net-flow
Net BTC flow (inflow − outflow)
→ /last  ·  /csv
GET /v1/miner-net-flow-usd
Net miner flow valued in USD
→ /last  ·  /csv
Exchange Flows
GET /v1/exchange-reserve-btc
Total BTC held on exchanges
→ /last  ·  /csv
GET /v1/exchange-reserve-usd
Exchange reserve valued in USD
→ /last  ·  /csv
GET /v1/exchange-reserve-trend
Trend signal of exchange reserve
→ /last  ·  /csv
GET /v1/exchange-inflow-btc
BTC deposited into exchanges
→ /last  ·  /csv
GET /v1/exchange-inflow-mean-btc
Mean exchange inflow per transaction
→ /last  ·  /csv
GET /v1/exchange-inflow-usd
Exchange inflow valued in USD
→ /last  ·  /csv
GET /v1/exchange-outflow-btc
BTC withdrawn from exchanges
→ /last  ·  /csv
GET /v1/exchange-outflow-mean-btc
Mean exchange outflow per transaction
→ /last  ·  /csv
GET /v1/exchange-outflow-usd
Exchange outflow valued in USD
→ /last  ·  /csv
GET /v1/exchange-netflow-btc
Net BTC flow on exchanges (inflow − outflow)
→ /last  ·  /csv
Macro Liquidity
GET /v1/m2-bank
Central bank M2 money supply data
→ /last  ·  /csv
GET /v1/m2global
Global M2 aggregate (multi-country)
→ /last  ·  /csv
Proprietary Indicators
GET /v1/bgeometrics-index
BGeometrics composite on-chain index
→ /last  ·  /csv
Using your API token

Pass your token as a query parameter or in the Authorization header:

Query parameter
GET https://bitcoin-data.com/v1/miner-reserve?token=YOUR_TOKEN
Authorization header
Authorization: Bearer YOUR_TOKEN

Your token is available in your profile page after subscribing.

  Get Advanced — $6/month