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
A valid
PARTNER scope key.Query Parameters
Filter to a single user. If the user doesn’t exist, returns an empty list (not a 404).
Filter by side:
"buy" or "sell".Filter by status:
"confirmed" or "failed".Response
Errors
| HTTP | error | When |
|---|---|---|
| 401 | unauthorized | Missing or invalid x-api-key |
