cancel_crypto_order
Cancels a crypto order with the given order ID.
Syntax
Fields
Description
order_id(str)
ID of the crypto order
def cancel_crypto_order(self, order_id) -> None:
Returns
This method does not return anything.
Raises
- A
NotImplementedError
is raised if the method is not supported.