Retrieve trades with optional filters.
Results are sorted by created_at descending (newest first), with id as a secondary sort key for deterministic ordering.
Pagination: This endpoint uses cursor-based pagination for efficient querying of large datasets.
cursor parameternext_cursor fieldnext_cursor is empty or absent, you have reached the end of the resultsAPI key authentication. Format: credential_id:credential_secret
Example: Authorization: Bearer api_brave_cosmic_falcon:sk_life_AbCdEfGh...
Filter trades created at or after this time (RFC3339 format)
Filter trades created at or before this time (RFC3339 format)
Filter by platform Platform identifier
POLYMARKET, KALSHI Filter by trade side Side of the trade
BUY, SELL Filter by market ID (UUID)
Filter by trader ID
Maximum number of results to return per page
1 <= x <= 1000Pagination cursor from a previous response's next_cursor field.
Omit this parameter to start from the beginning.
Paginated list of trades
Array of trade objects
Cursor to fetch the next page of results.
Pass this value as the cursor query parameter in your next request.
If this field is empty or absent, there are no more results.
"eyJjcmVhdGVkX2F0IjoiMjAyNC0wMS0xNVQxMjowMDowMFoiLCJpZCI6IjU1MGU4NDAwLWUyOWItNDFkNC1hNzE2LTQ0NjY1NTQ0MDAwMCJ9"