Public Market Data
What this group covers
Public market data endpoints expose markets, tickers, order books, trades, candles, oracle data, and public liquidity views.
The endpoint list below is generated from the canonical OpenAPI specification and kept in sync through CI.
Get server time
Get server time
Get public status
Get public status
List public markets
List public markets
Get the currently featured market
Get the currently featured market
Exchange info (all instruments' trading rules)
Single call returning every instrument's trading rules — tick size, lot size, min notional, max order qty, price precision, status, and assets — so a liquidity provider can align orders before the first submit. All `*_micro` fields are integer atoms (decimal value × `microsScale`, which is 1e6); decimal-string mirrors (`tickSize`/`lotSize`/`minNotional`) are provided for convenience.
Get public market detail
Get public market detail
Get public market oracle data
Get public market oracle data
Get compact public market snapshot
Get compact public market snapshot
Get public market L2 orderbook
Get public market L2 orderbook
Alias for public market L2 orderbook
Alias for public market L2 orderbook
List public market trades, newest first by default
Anonymous consolidated tape. Participant accounts, order identifiers, participant fees and fee tiers are never returned. Without since_id, the endpoint returns the newest page and defaults to order=desc. Use cursor_trade_id to page toward older trades. For deterministic forward catch-up, pass the last processed trade as since_id; catch-up is always order=asc and returns next_since_id. A supplied wallet query is rejected with PUBLIC_WALLET_FILTER_UNSUPPORTED; use an authenticated account fills endpoint for own activity.
List recent public market trades
Anonymous consolidated tape. Participant accounts, order identifiers, participant fees and fee tiers are omitted. Wallet filtering is not supported on public routes.
Get public market candles
Get public market candles
Get public market ticker
Get public market ticker
List public tickers
List public tickers
List recent public trades
Anonymous consolidated tape across markets. Participant accounts, order identifiers, participant fees and fee tiers are omitted. Wallet filtering is not supported on public routes.
Upgrade to the public snapshot+delta feed WebSocket
Sequenced public market-data feed. Use `/a` and `/b` for redundant lines.
Upgrade to public feed line A
Upgrade to public feed line A
Upgrade to public feed line B
Upgrade to public feed line B