CryptoCompare · Schema
CryptoCompare Order Book Top
Top-of-book (L1) entry returned by data-api /spot/v1/latest/orderbook/l1/top and min-api /v2/ob/l1/top.
CryptocurrencyMarket DataReference RatesNewsSocialBlockchainOnchainOrder BookStreamingIndex
Properties
| Name | Type | Description |
|---|---|---|
| TYPE | string | |
| MARKET | string | |
| INSTRUMENT | string | |
| MAPPED_INSTRUMENT | string | |
| BEST_BID | number | |
| BEST_BID_QUANTITY | number | |
| BEST_BID_QUOTE_QUANTITY | number | |
| BEST_BID_LAST_UPDATE_TS | integer | |
| BEST_ASK | number | |
| BEST_ASK_QUANTITY | number | |
| BEST_ASK_QUOTE_QUANTITY | number | |
| BEST_ASK_LAST_UPDATE_TS | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.cryptocompare.com/schemas/cryptocompare/orderbookl1.json",
"title": "CryptoCompare Order Book Top",
"description": "Top-of-book (L1) entry returned by data-api /spot/v1/latest/orderbook/l1/top and min-api /v2/ob/l1/top.",
"type": "object",
"required": ["MARKET", "INSTRUMENT", "BEST_BID", "BEST_ASK"],
"properties": {
"TYPE": {"type": "string"},
"MARKET": {"type": "string"},
"INSTRUMENT": {"type": "string"},
"MAPPED_INSTRUMENT": {"type": "string"},
"BEST_BID": {"type": "number"},
"BEST_BID_QUANTITY": {"type": "number"},
"BEST_BID_QUOTE_QUANTITY": {"type": "number"},
"BEST_BID_LAST_UPDATE_TS": {"type": "integer"},
"BEST_ASK": {"type": "number"},
"BEST_ASK_QUANTITY": {"type": "number"},
"BEST_ASK_QUOTE_QUANTITY": {"type": "number"},
"BEST_ASK_LAST_UPDATE_TS": {"type": "integer"}
}
}
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-orderbookl1"
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.