Cancel an existing order with the given details
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"market_id": "<string>",
"profile_id": 123,
"status": "<string>"
}
],
"success": true
}
Order Cancel Request
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"market_id": "<string>",
"profile_id": 123,
"status": "<string>"
}
],
"success": true
}
Cancel an existing order with the given details
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"market_id": "<string>",
"profile_id": 123,
"status": "<string>"
}
],
"success": true
}
Order Cancel Request
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"market_id": "<string>",
"profile_id": 123,
"status": "<string>"
}
],
"success": true
}