New Order
POST
/orders/new
Place a new order.
Note: For fractional option orders, if the limit price you set is more than 5% away from the current market price, the order will be auto-canceled.
Parameters
Header Parameters
X-API-KEY*
Type
Requiredstring
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"
{
}