Skip to main content

Place order

POST 

/api/v1/orders

Submit a new order for execution through the broker. When the order queue is available the order is processed asynchronously and a 202 is returned. When the queue is unavailable the order is processed synchronously and a 201 is returned.

The session trading mode must match the account type. A paper-mode session cannot place orders on a live account, and vice versa.

Supply either tradeId (assign to an existing trade) or createTrade: true (create a new trade automatically). Both are optional; omitting both places the order without trade assignment.

Request

Responses

Order placed and confirmed synchronously