Place order
Authorizations
User session token
Body
Order side; buying ("B") or selling ("S")
B, S Order price in USD as decimal string; e.g. "1.2345"
Whether the order is post-only (maker-or-cancel)
Order quantity in contracts; e.g. 100, 1000
x >= 0Order symbol; e.g. XAU-PERP, EURUSD-PERP
Order time in force; e.g. "GTC", "IOC". "DAY" is accepted but deprecated and will be removed in a future release — use "GTC" instead.
Optional account ID. If omitted, default (primary) user account is used.
Optional client order ID; 64 bit integer
x >= 0Self-trade prevention behavior (defaults to rejecting the incoming aggressor)
CancelIncoming, CancelResting, CancelBoth Optional order tag; maximum 10 alphanumeric characters
Response
Order placed successfully
Order ID of the placed order; e.g. "ORD-1234567890"