Skip to content

New Order

POST
/orders/new

Place a new order.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Request Body

application/json
JSON
{
  
"account_number": "MOCK_OMNI",
  
"execution_instruction": "held",
  
"order_id": "clordid1",
  
"order_type": "market",
  
"position_effect": "open",
  
"price": "10",
  
"quantity": "1",
  
"side": "buy",
  
"symbol": "AMD 251219C00140000",
  
"time_in_force": "day"
}

Responses

application/json
JSON
{
  
"av_order_id": "2eee349f-3db5-49bd-8a81-d3678667aeb2",
  
"order_id": "clordid"
}

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI