CEX Create Stop Market Sell Order
The CEX Create Stop Market Sell Order
node creates a stop-market sell order for a specified trading pair on a centralized exchange.
Inputs
exchange:
description: The exchange on which the stop-market sell order will be placed.
allowed types: CryptoExchange
default value: None
symbol:
description: The trading pair symbol for which the stop-market 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
stop_price:
description: The stop price at which the market sell order is triggered.
allowed types: decimal
default value: 0
Output
description: The created stop-market sell order.
type: CryptoExchangeOrder
Tags
crypto
CEX
Last updated