Limit: 10 requests per 1 second
GET /v1/trades
Return client’s trades history within a time range.
Only return the latest 500 entries.
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
start time range that wish to query, noted the time stamp is 13-digits timestamp.
end time range that wish to query, noted the time stamp is 13-digits timestamp.
the page you wish to query. start from 1
the page size you wish to query. (max: 500)