Get trades
Retrieves trades for the authenticated user. Returns paginated results. Requires readonly or level 2 API key authentication.
Authorizations
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Query Parameters
Trade ID to filter by specific trade
Maker address to filter trades
^0x[a-fA-F0-9]{40}$Market (condition ID) to filter trades
^0x[a-fA-F0-9]{64}$Asset ID (token ID) to filter trades
Filter trades before this Unix timestamp
^\d+$Filter trades after this Unix timestamp
^\d+$Cursor for pagination (base64 encoded offset)
Response
Successfully retrieved trades
Paginated trades response