Skip to main content
GET

Overview

Lists trade rows for the authenticated partner. All filters are optional; omit them to list everything. Results are ordered by created_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".

Response

array
Array of trade objects — same shape as Get Trade.

Errors