Skip to main content

Market data

Market-data endpoints expose the tradable universe and real-time or polled pricing.

Capabilities

CapabilityDescription
Instrument listSymbols, categories, filters (lot, tick, leverage bounds where applicable)
TickersLast price, mark, index, 24h stats (as enabled)
Order bookDepth snapshots / incremental updates via supported channels
CandlesOHLCV history for charting
Funding / markPerpetual funding and mark fields where the contract type supports them

Suggested partner flows

  1. Cache the instrument list with a short TTL; refresh on schedule
  2. Subscribe to tickers for symbols your UI displays
  3. Load order book only for the active symbol to control bandwidth

Category parameter

Instrument queries accept a category aligned with instrument categories (linear, inverse, spot, option style filters). Use the same mental model as major venue V5 market APIs.

Example (illustrative)

GET /v1/market/instruments?category=linear
Authorization: Bearer <token>

Exact paths and versions for your tenant are confirmed at onboarding. Treat the example as a shape, not a hard-coded production path.