CEX Create Market Sell Order
The CEX Create Market Sell Order
node creates a market sell order for a specified trading pair on a centralized exchange.
Inputs
exchange:
description: The exchange on which the market sell order will be placed.
allowed types: CryptoExchange
default value: None
symbol:
description: The trading pair symbol for which the market sell order will be placed.
allowed types: string
default value: None
base_amount [Optional]:
description: The amount of the base currency to sell.
allowed types: decimal
default value: None
quote_amount [Optional]:
description: The amount of the quote currency to buy.
allowed types: decimal
default value: None
Output
description: The created market sell order.
type: CryptoExchangeOrder
Tags
crypto
CEX
Last updated