Get All Done Orders
GET
https://api.sfox.com/v1/orders/done
Retrieve a list of completed orders.
Rate Limit: 5 requests per 10 seconds
sFOX recommends using the Orders WebSocket feed instead, which streams order updates in real-time and does not count towards your request limit.
Query Parameters
Parameter | Type | Description |
---|---|---|
| int | Limit on the number of results to return. Default and maximum = |
| int | Pagination parameter. Return results that occurred before (older) than the specified ID ( |
| int | Pagination parameter. Return results that occurred after (newer) than the specified ID ( |
| string | Filter response to only include orders with the specified action/side. Possible values: |
| string | Filter response to only include orders on the specified currency pair ( |
| int | Filter response to only include orders with the specified |
| string | Filter response to only include orders with the specified order status ( |
Responses
Example Requests
Last updated