CEX Create Limit Sell Order

The CEX Create Limit Sell Order node creates a limit sell order for a specified trading pair on a centralized exchange.

Inputs

  • exchange:

    • description: The exchange on which the limit sell order will be placed.

    • allowed types: CryptoExchange

    • default value: None

  • symbol:

    • description: The trading pair symbol for which the limit sell order will be placed.

    • allowed types: string

    • default value: None

  • amount:

    • description: The amount of the asset to sell.

    • allowed types: decimal

    • default value: 0

  • price:

    • description: The limit price at which to sell the asset.

    • allowed types: decimal

    • default value: 0

Output

Tags

  • crypto

  • CEX

Last updated