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 indicates a number of seconds to wait before triggering the action
A value of
5is equal to a5 secondsdelayMax. allowed delay is
10 seconds
"delay": 5Last updated
Was this helpful?