CEX Cancel Order

The CEX Cancel Order node cancels a specific order for a given trading pair on an exchange.

Inputs

  • exchange:

    • description: The exchange on which the order will be cancelled.

    • allowed types: CryptoExchange

    • 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, CryptoExchangeOrder

    • default value: None

Output

  • No output

Tags

  • crypto

  • CEX

Last updated