POST Place Order
Places an order in a specific account.
Place an order
POST
/v1/api/accounts/{account}/orders/place
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of account in NT8 |
Body
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of underlying instrument (e.g., "ES 12-24") |
| string | Required | BUY, SELL |
| integer | Required | Contract quantity of new order |
| string | Required | MARKET, LIMIT, STOPMARKET, STOPLIMIT |
| string | Required | DAY, GTC |
| float | Optional | Limit price when submitting limit order type |
| float | Optional | Stop price when submitting stop order type |
| string | Optional | Create or append to OCO order by ID |
| string | Optional | ATM strategy name if opening with ATM template |
Code Examples (coming soon)
Response
Last updated