Trades
Market data
Trades
Get recent executed trades (CLOB markets only)
GET
Trades
Authentication
No authentication required.Query parameters
string
Filter by market UUID.
string
Filter to a specific trade UUID.
string
Filter by order UUID. Matches trades where the order is on either the taker or maker side.
string
Filter by outcome UUID. Matches trades on either the taker or maker side.
string
Filter by user UUID. Matches trades where the user was either the taker or the maker.
string
Only return trades created at or after this RFC3339 timestamp (e.g.
2026-02-17T00:00:00Z).string
Only return trades created at or before this RFC3339 timestamp (e.g.
2026-02-17T23:59:59Z).integer
default:"1"
Page number (1-indexed).
integer
default:"50"
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.