This endpoint retrieves all deals for all markets. Can be filtered by single market if needed.
This method can retrieve data not older than 6 months from current month. For older data, use the Report on the History page in your account.
Errors
{
"code": 30,
"message": "Validation failed",
"errors": {
"limit": ["Limit field should be an integer."],
"offset": ["Offset field should be an integer."]
}
}
{
"code": 31,
"message": "Validation failed",
"errors": {
"market": ["Market field format is invalid."]
}
}
API Key authentication for private endpoints.
Required headers:
Filter by custom order identifier
Start date in Unix-time format
End date in Unix-time format
If you want the request to return entries starting from a particular line, you can use OFFSET clause to tell it where it should start. Default: 0, Min: 0
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100
Executed order history