Get Historical Trades
GET/v1/history/trades
Get a list of trades based on specified filters.
- requires bearer token in authorization header
- On a single query request you can retrieve data over a 7 day window, with the data available for the last 90 days
- supports pagination
- filtering on
createdAtDatetime,createdAtTimestamprequires additional keywords, see filtering support
Ratelimited: True
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error