Trades
Market data
Trades
Get recent executed trades (CLOB markets only)
GET
Trades
Authentication
No authentication required.Query parameters
Filter by market UUID.
Filter to a specific trade UUID.
Filter by order UUID. Matches trades where the order is on either the taker or maker side.
Filter by outcome UUID. Matches trades on either the taker or maker side.
Filter by user UUID. Matches trades where the user was either the taker or the maker.
Only return trades created at or after this RFC3339 timestamp (e.g.
2026-02-17T00:00:00Z).Only return trades created at or before this RFC3339 timestamp (e.g.
2026-02-17T23:59:59Z).Page number (1-indexed).
Number of trades per page (max 100).
Example request
Response
Returns a paginated list of recently executed trades, most recent first. Trades are indata, with pagination metadata in pagination.
This endpoint returns trades from CLOB markets only. AMM market trades are not included.