List trades
Get trades with filters. (Private ๐)
Retrieve details of all trades executed for a user by making use of certain filters. Please note that this is a Private ๐ route which means it needs to be authorized by the account initiating this request.
Note: You will need to include the JWT Auth token to request headers to access this endpoint. To get the JWT Auth Token, refer the login section of the documentation.
Endpoint
Request Headers
Query Params
Field | Type | Mandatory | Description |
---|---|---|---|
limit | INTEGER | NO | default 100 |
page | INTEGER | NO | |
market | STRING | NO | |
start_time | INTEGER | NO | |
end_time | INTEGER | NO | |
order_by | STRING | NO | default desc, allowed values[asc, desc] |
Example
Response
Last updated