Skip to main content

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

Body

    orders int32

    Order IDs separated by comma

Responses

Schema

  • Array [

  • order int32

    Order ID

    cancel int32

    Cancel ID

  • ]

Loading...