Resolve the instrument
Keep venue, product class, base, quote or settlement asset, status, precision, and native symbol before mapping a canonical identity.
Query design starts with venue and market type, not a universal ticker. DataCedar captures raw exchange evidence, normalizes stable instruments and observations, records gaps, and serves eligible bars from its own hot and cold storage.
A crypto market data API provides structured access to instruments and market observations. Reliable coverage names the venue, spot or derivatives market, symbol status, event time, historical boundary, sequence or interval rules, source lineage, and permitted use.
Keep venue, product class, base, quote or settlement asset, status, precision, and native symbol before mapping a canonical identity.
Archive files, bounded REST backfills, and live streams converge into one schema while retaining source-run and checksum lineage.
Continuous expected intervals, reconnects, sequence gaps, duplicates, and late observations are recorded independently from the market rows.
Customer reads are designed to use DataCedar tables rather than calling an exchange at request time; rights policy still determines which stored rows can be public.
Product boundary: The public production surface covers all active Binance Spot pairs as closed one-minute bars and derived intervals. It is venue-specific rather than a consolidated crypto feed; the all-symbol cold archive is still deepening.
curl "https://api.datacedar.com/v3/crypto/BTCUSDT/bars?timeframe=1Min&start=2026-07-01T00:00:00Z" \
-H "X-API-Key: $DATACEDAR_API_KEY"{
"data": [],
"coverage": {
"venue": "binance",
"market": "spot",
"status": "served",
"public_serving": true
}
}Examples document the public contract and may use illustrative values or redacted identifiers. Availability fields and rights filters are authoritative for the active environment.
Select the venue, product class, and native instrument.
Read historical boundaries, gaps, freshness, and rights state.
Request only elapsed intervals eligible for the account and use.
Save cutoff, schema, source run, and coverage snapshot.
Binance can provide broad and useful venue coverage, but its prices and liquidity are specific to Binance products. A consolidated crypto view needs additional venues, cross-venue identity, currency conversion, and conflict rules.
DataCedar therefore exposes venue as part of the instrument identity rather than hiding it in provenance metadata.
A missing minute on Saturday is not a holiday. Expected intervals begin at listing, pause only under an explicit venue or coverage state, and end at delisting or the query cutoff.
Gap checks run beside value checks so a syntactically valid response cannot conceal an incomplete sample.
Raw payloads land in DataCedar-controlled object storage with retrieval metadata before normalization. The serving contract is ours, and a source adapter can be replaced without changing customer identifiers or response envelopes.
This operational independence does not erase source rights. Public serving remains a separate, enforced decision.
Both can return a candle. Only one explains which market produced it, whether every expected interval exists, and whether the row can be served.
No. The first independent layer is Binance-specific. Broader market coverage requires additional venue adapters and documented consolidation rules.
Build historical cryptocurrency datasets with venue identity, UTC intervals, delisted instruments, source lineage, continuous-market gap checks, and frozen cutoffs.
Understand and evaluate Binance historical archives, spot symbols, one-minute OHLCV, backfill reconciliation, and independent storage.
Model crypto perpetuals and futures with contract identity, mark and index prices, funding, open interest, liquidations, expiries, history, and gaps.
Research tokenized and equity-linked crypto products with explicit instrument type, venue, underlying mapping, trading status, reference methodology, and rights.
DataCedar stores raw source objects and normalized history independently, with coverage and rights enforced before serving.
Start free