DELETE
/
orders
{
  "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
}

Body

application/json
Order Cancel Request
market_id
string
required
client_order_id
string
order_id
string

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean