Cancel an order
POST/?action=cancel
Response example
[
{
"order": 9,
"cancel": {
"error": "Incorrect order ID"
}
},
{
"order": 2,
"cancel": 1
}
]
Request
Query Parameters
key stringrequired
API key
action stringrequired
cancel
- application/json
Body
orders int32
Order IDs separated by comma
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
order int32
Order ID
cancel int32
Cancel ID
[
{
"order": 0,
"cancel": 0
}
]
Loading...