Order Management
Get Trades
Limit: 10 requests per 1 second
GET /v1/trades
Return client’s trades history within a time range.
GET
/
v1
/
trades
Headers
orderly-timestamp
string
requiredorderly-account-id
string
requiredorderly-key
string
requiredorderly-signature
string
requiredQuery Parameters
symbol
string
start_t
number
start time range that wish to query, noted the time stamp is 13-digits timestamp.
end_t
number
end time range that wish to query, noted the time stamp is 13-digits timestamp.
page
number
the page you wish to query.
size
number
the page size you wish to query. (max: 500)
Response
200 - application/json
success
boolean
requireddata
object
requiredtimestamp
integer