Cancels all orders that meet the conditions order.
Error Codes
30 - default validation error code31 - market validation failedErrors
{
"code": 31,
"message": "Validation failed",
"errors": {
"market": ["Market is not available."]
}
}
{
"code": 30,
"message": "Validation failed",
"errors": {
"type": ["The type must be an array."]
}
}
{
"code": 30,
"message": "Validation failed",
"errors": {
"market": [
"Market field should be a string.",
"Market field format is invalid."
]
}
}
Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication for private endpoints.
Required headers:
Orders cancelled successfully