Cex cancel all orders

The CEX Cancel All Orders node cancels all open orders for a specified trading pair on an exchange.

Inputs

  • exchange

    • description: The exchange on which all orders will be cancelled.

    • allowed types: CryptoExchange

    • default value: None

  • symbol:

    • description: The trading pair symbol for which all orders will be cancelled. If value is a CryptoExchangeOrder, the symbol will be extracted from the order data.

    • allowed types: string, CryptoExchangeOrder

    • default value: None

Output

  • No output

Tags

  • crypto

  • CEX

Last updated