Trades
Get execution records (trades) for the authenticated user with pagination. Quantities are returned in human-readable format adjusted for token decimals.
Authorizations
Query parameters
symbolstringRequired
Trading pair symbol
pageintegerOptional
Page number for pagination, default is 1
limitintegerOptional
Limit number of records per page, default is 10
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
Paginated account trades with decimal-adjusted quantities
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get
/accounts/tradesLast updated