curl
Public
Get recent public trades
Returns recent public trades for a market, newest-first. One row per maker/taker pairing — a market sweep that hit 3 makers produces 3 rows. Same shape as the trades WebSocket channel. No authentication header is required.
GET
curl
Query Parameters
Market identifier, e.g. "BTC-USD".
Example:
"BTC-USD"
Maximum number of trades to return. Default and maximum are both 1000; requests with a value above the maximum are silently clamped. Pass an explicit smaller value when you want fewer rows.
Required range:
1 <= x <= 1000Start timestamp filter (epoch ms, inclusive).
Required range:
x >= 0End timestamp filter (epoch ms, inclusive).
Required range:
x >= 0Response
List of trades, newest-first.