Skip to main content

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.

📄️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.