Cancel Order
Requires an authenticated websocket connection. Please also subscribe to the User Order Channel to receive push notifications for all message updates in relation to an account or sub-account (e.g. OrderClosed etc......).
This command can also be actioned via the trading GUI using the Cancel button next to an open order in the Open Orders blotter for both Spot and Derivative markets.
Request Parameters
Parameters
Type
Required
Description
op
STRING
Yes
cancelorder
tag
INTEGER or STRING
No
If given it will be echoed in the reply and the max size of tag
is 32
data
DICTIONARY object
Yes
marketCode
STRING
Yes
Market code e.g. BTC-USD-SWAP-LIN
orderId
INTEGER
Yes
Unique order ID from the exchange
Cancel Batch Orders
Last updated