Trades
List Trades
Lists trades for the authenticated partner, with optional filters.
GET
Overview
Lists trade rows for the authenticated partner. All filters are optional; omit them to list everything. Results are ordered bycreated_at descending.
Only trades that the indexer has written are returned. Trades that have just been submitted but not yet confirmed on-chain do not appear until the indexer processes them.
Headers
string
required
A valid
PARTNER scope key.Query Parameters
string
Filter to a single user. If the user doesn’t exist, returns an empty list (not a 404).
string
Filter by side:
"buy" or "sell".string
Filter by status:
"confirmed" or "failed".