Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 615 Bytes

File metadata and controls

12 lines (7 loc) · 615 Bytes

SpotOrderStopProfit

Take profit for limit orders. Pass {} to cancel take profit; pass null to leave take profit unchanged.

Properties

Name Type Description Notes
triggerPrice String Take profit trigger price When `side == "buy"`, `trigger_price` must be greater than `price` When `side == "sell"`, `trigger_price` must be less than `price` [optional]
orderPrice String Take profit order price [optional]