CryptoCompare · Schema
CryptoCompare Blockchain Data Point
Single day of on-chain blockchain data returned by min-api /blockchain/latest and /blockchain/histo/day.
CryptocurrencyMarket DataReference RatesNewsSocialBlockchainOnchainOrder BookStreamingIndex
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| time | integer | Unix timestamp (seconds). |
| symbol | string | |
| zero_balance_addresses_all_time | integer | |
| unique_addresses_all_time | integer | |
| new_addresses | integer | |
| active_addresses | integer | |
| transaction_count | integer | |
| transaction_count_all_time | integer | |
| large_transaction_count | integer | Transactions over USD 100,000. |
| average_transaction_value | number | |
| block_height | integer | |
| hashrate | number | |
| difficulty | number | |
| block_time | number | |
| block_size | integer | |
| current_supply | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.cryptocompare.com/schemas/cryptocompare/blockchaindatapoint.json",
"title": "CryptoCompare Blockchain Data Point",
"description": "Single day of on-chain blockchain data returned by min-api /blockchain/latest and /blockchain/histo/day.",
"type": "object",
"required": ["time", "symbol"],
"properties": {
"id": {"type": "integer"},
"time": {"type": "integer", "description": "Unix timestamp (seconds)."},
"symbol": {"type": "string"},
"zero_balance_addresses_all_time": {"type": "integer"},
"unique_addresses_all_time": {"type": "integer"},
"new_addresses": {"type": "integer"},
"active_addresses": {"type": "integer"},
"transaction_count": {"type": "integer"},
"transaction_count_all_time": {"type": "integer"},
"large_transaction_count": {"type": "integer", "description": "Transactions over USD 100,000."},
"average_transaction_value": {"type": "number"},
"block_height": {"type": "integer"},
"hashrate": {"type": "number"},
"difficulty": {"type": "number"},
"block_time": {"type": "number"},
"block_size": {"type": "integer"},
"current_supply": {"type": "number"}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cryptocompare-blockchaindatapoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.