CEX Cancel Order
Last updated
Was this helpful?
Last updated
Was this helpful?
The CEX Cancel Order
node cancels a specific order for a given trading pair on an exchange.
exchange:
description: The exchange on which the order will be cancelled.
allowed types:
default value: None
symbol:
description: The trading pair symbol for which the order will be cancelled. If value is a CryptoExchangeOrder, the symbol will be extracted from the order data.
allowed types: string, CryptoExchangeOrder
default value: empty string
order_id:
description: The unique identifier of the order that will be cancelled. If value is a CryptoExchangeOrder, the identifier will be extracted from the order data.
allowed types: string,
default value: None
No output
crypto
CEX