Place Order
Rate limits
A max of 100 pending trigger orders per subaccount
Request
Request Parameters
product_id
number
Yes
order
object
Yes
signature
string
Yes
trigger
object
Yes
Trigger criteria could be any of: {"price_above":"{PRICE}"}
, {"price_below":"{PRICE}"}
, {"last_price_above":"{PRICE}"}
,{"last_price_below":"{PRICE}"}
digest
string
No
Hex string representing a hash of the order.
spot_leverage
boolean
No
Indicates whether leverage should be used; when set to false
, placing the order fails if the transaction causes a borrow on the subaccount. Defaults to true
.
id
number
No
An optional id that when provided is returned as part of Fill
and OrderUpdate
stream events when the order is triggered / executed
Order Nonce
To compute a nonce for a trigger order with a random integer of 1000
, and a discard time 50 ms from now, we can do the following:
Response
Success
Failure
Last updated