Trades
Get trades by market. Read-only. No authentication.
See Public API (REST) — Base path. Paths below are relative to that base.
Request and response shapes are in the Public API spec (Trades).
Endpoints
Get trades by market
Returns recent trades (matches) for a market: price, quantity, time, and settlement tx hash. Use start_date and end_date to bound the window and size to limit results.
Get trades by market: GET /api/v1/trades/{symbol} — optional: size, start_date, end_date
Use Markets to discover symbol values. For real-time trades, use the WebSocket TRADES channel. Full request/response shapes: Public API spec.