Trailing
Trailing stop order β the trigger price follows the market at a fixed distance
Trailing stop order β the trigger price follows the market at a fixed distance
Possible values: []
Trading pair, e.g. BTC-USDT
BUY or SELL
Possible values: [BUY, SELL]
Distance the trigger price trails the extreme price; must be positive
Whether trailValue is an absolute distance (DISTANCE) or a percentage (PERCENTAGE)
Possible values: [DISTANCE, PERCENTAGE]
Reference price used to update the trailing trigger (LAST_PRICE, MARK_PRICE, or INDEX_PRICE)
Possible values: [INDEX_PRICE, LAST_PRICE, MARK_PRICE]
LAST_PRICEClient-supplied order identifier, echoed in the response (max 64 characters)
Order quantity in base currency; only for SELL side
Order amount in quote currency; only for BUY side
Only arm the trailing stop after the market price reaches this level
Reference price for the activation trigger (LAST_PRICE, MARK_PRICE, or INDEX_PRICE)
Possible values: [INDEX_PRICE, LAST_PRICE, MARK_PRICE]
{
"orderType": "LIMIT",
"symbol": "string",
"orderSide": "BUY",
"trailValue": 0,
"trailValueType": "DISTANCE",
"triggerPriceType": "LAST_PRICE",
"clOrderId": "string",
"orderSize": 0,
"quoteOrderSize": 0,
"activationTriggerPrice": 0,
"activationTriggerPriceType": "INDEX_PRICE"
}