Bitcoin (BTC)
Query Bitcoin on-chain metrics, fields, freshness, and published resolutions.
| Property | Value |
|---|---|
API chain value | bitcoin |
| Symbol | BTC |
| Network model | Proof-of-work UTXO |
| History | Genesis onward, subject to each metric's own availability |
Bitcoin has the broadest mix of UTXO, cohort, mining, cost-basis, entity, valuation, and coin-time analytics. Not every metric begins at genesis and not every metric supports sub-day files.
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/onchain/status?chain=bitcoin"
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/onchain/mvrv-z-score?chain=bitcoin&days=365"Use the public asset endpoint for the current metric count and dataThrough, and use Data Resolutions for the exact per-metric matrix.
#Additive V1 Compatibility
The 194 Bitcoin endpoints already deployed before this release retain their captured field names, response envelopes, aliases, and error behavior. New endpoints are added directly to /api/v1; there is no query-parameter version switch. A future /api/v2 is required for breaking changes.
Was this page helpful?