Cancel Order
This section documents the cancel_order action
Example Request
This example cancels all resting orders on BTC
{
"action": "cancel_order",
"coin": "BTC",
"bot_id": BOT_ID,
"api_key": "API_KEY"
}
coin*
This required parameter indicates which coin to use for the action.
"coin": "BTC"
order_ids
This parameter indicates a list of order ids to cancel.
"order_ids": [123, 456, 789]
delay
This parameter specifies a number of seconds to wait before triggering the action
A value of
5
is equal to a5 seconds
delayMax. allowed delay is
10 seconds
"delay": 5
Last updated
Was this helpful?