How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Crypto.com Reference and Market Data API

Reference and market data endpoints provide public, unauthenticated access to instrument metadata, real-time market data, and historical pricing information. These endpoints form the foundation for price discovery, order book analysis, and trading decision workflows.## Core Data Types### Instrument Reference DataUse [`public/get-instruments`](/docs/api/rest/public-get-instruments) to retrieve the full catalog of tradable instruments. Each instrument includes:- Contract specifications (tick size, quantity decimals, leverage limits)- Product classification (perpetual swap, future, option)- Trading status and expiry information- Underlying index referenceThis endpoint should be called on application startup and periodically refreshed to detect new listings or contract expirations.### Real-Time Market Data| Endpoint | Use Case | Update Frequency ||----------|----------|------------------|| [`public/get-book`](/docs/api/rest/public-get-book) | Order book depth (bids/asks) | Snapshot on request (up to 50 levels) || [`public/get-tickers`](/docs/api/rest/public-get-tickers) | 24h summary (high, low, volume, open interest) | Updated per trade || [`public/get-trades`](/docs/api/rest/public-get-trades) | Recent trade history | Last 150 trades (7-day max window) |For low-latency applications, use WebSocket subscriptions instead:- `book.{instrument_name}.{depth}` - Order book updates (10 or 50 levels)- `ticker.{instrument_name}` - Real-time ticker updates- `trade.{instrument_name}` - Trade feed### Settlement and Expiry[`public/get-expired-settlement-price`](/docs/api/rest/public-get-expired-settlement-price) provides historical settlement prices for expired futures contracts. Use this for post-trade reconciliation and historical PnL calculations.## Rate LimitsPublic endpoints share a global rate limit pool. For market data-intensive applications:- Use WebSocket subscriptions instead of polling REST endpoints- Cache `public/get-instruments` responses (updates infrequently)- Batch ticker requests by omitting `instrument_name` to get all tickers in one call## Typical Integration Flow**Step 1 — Bootstrap Reference Data**Call `public/get-instruments` to load the instrument catalog. Store contract specifications locally.**Step 2 — Subscribe to Market Data**For real-time pricing, establish WebSocket connections and subscribe to:- `book.{instrument_name}.10` - top 10 order book levels- `ticker.{instrument_name}` - 24h summary stats- `trade.{instrument_name}` - trade feed**Step 3 — Polling Fallback**If WebSocket connections are unavailable, poll `public/get-tickers` and `public/get-book` at reasonable intervals (e.g., 1-5 seconds).

Crypto.com Reference and Market Data API is one of 14 APIs that Crypto.com publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reference and Market Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and a changelog.

This API exposes 9 operations across 9 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.crypto.com/exchange/v1, https://uat-api.3ona.co/exchange/v1.

9 operations 9 paths 9 schemas 9 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.crypto.com/exchange/v1
Resource Areas
1

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 9 GET. Each is listed below with its method, path, parameters, and response codes.

Reference and Market Data 9

Reference and market data endpoints provide public, unauthenticated access to instrument metadata, real-time market data, and historical pricing information. These endpoints form…

GET
/public/get-risk-parameters
public/get-risk-parameters
publicGetRiskParameters → 200400408429500
GET
/public/get-instruments
public/get-instruments
publicGetInstruments 3 params → 200400408429500
GET
/public/get-book
public/get-book
publicGetBook 2 params → 200400408429500
GET
/public/get-candlestick
public/get-candlestick
publicGetCandlestick 5 params → 200400408429500
GET
/public/get-trades
public/get-trades
publicGetTrades 4 params → 200400408429500
GET
/public/get-tickers
public/get-tickers
publicGetTickers 1 param → 200400408429500
GET
/public/get-valuations
public/get-valuations
publicGetValuations 5 params → 200400408429500
GET
/public/get-expired-settlement-price
public/get-expired-settlement-price
publicGetExpiredSettlementPrice 2 params → 200400408429500
GET
/public/get-insurance
public/get-insurance
publicGetInsurance 4 params → 200400408429500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

PublicGetTradesResponse
PublicGetTickersResponse
PublicGetBookResponse
PublicGetRiskParametersResponse
PublicGetInsuranceResponse
PublicGetExpiredSettlementPriceResponse
PublicGetValuationsResponse
PublicGetCandlestickResponse
PublicGetInstrumentsResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

crypto-com-reference-and-market-data-api-openapi.yml Raw ↑

Other APIs Crypto.com publishes across the network.

Crypto.com Exchange WebSocket API v1
Crypto.com Exchange FIX API
Crypto.com Pay API
Crypto.com Developer Platform API
Crypto.com Account Balance and Positions API
Crypto.com Advanced Order Management API
Crypto.com Crypto Wallet API
Crypto.com Fiat Wallet API
Crypto.com OTC RFQ for Taker API
Crypto.com Staking API
Crypto.com Trading API
Crypto.com Trading Bot API
Where this information came from

This is an independent, third-party profile of Crypto.com Reference and Market Data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.