Condition: iceberg orders onlyDefines the new quantity to show in the book while the rest of order quantity remains hidden. Minimum value is 1 / 15 of remaining order quantity.
Condition: For order types that support limit price onlyThe new limit price restriction on the order, used in combination with the limit_price_type parameter.
One of:static, pct, quote Condition: Currently only available on trailing-stop-limit ordersThe units for limit_price.
static: a static market price for the asset, i.e. limit price at 29000.5 BTC/USD, use price=29000.5 and price_type=static.
pct: a percentage offset from the reference price, i.e. limit price when market rises by 5%, use price=5 and price_type=pct.
quote: a notional offset from the reference price in the quote currency, i.e, limit price when market drops by 150 USD, use price=-150 and price_type=quote.
static is the default for all order types except for trailing-stop-limit which has the default quote offset.
One of:true, false Default:false Condition: Optional parameter for limit price amendsIf true, the limit price change will be rejected if the order cannot be posted passively in the book.
One of:static, pct, quote Default:static Condition: For triggered order types onlyThe units for trigger_price.
static: a static market price for the asset, i.e. to trigger at 29000.5 BTC/USD, use price=29000.5 and price_type=static.
pct: a percentage offset from the reference price, i.e. to trigger when price rises by 5%, use price=5 and price_type=pct.
quote: a notional offset from the reference price in the quote currency, i.e, to trigger when price drops by 150 USD, use price=-150 and price_type=quote.
Format: RFC3339 Example:2022-12-25T09:30:59.123ZRange of valid offsets (from current time) is 500 milliseconds to 60 seconds, default is 5 seconds. The precision of this parameter is to the millisecond. The engine will prevent this order from matching after this time, it provides protection against latency on time sensitive orders.