Place Combo Order

Place a combo order consisting of one equity leg and one or two option legs. Send to POST /v1/accounts/{account_id}/orders with class=combo.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the account

Form Data
string
enum
required

Order class identifier

Allowed:
string
required

The underlying security symbol

string
enum
required

The order type

Allowed:
string
enum
required

The order duration

Allowed:
number

The limit price (required for debit and credit orders)

string
enum
required

The side of the equity leg. One of: buy, buy_to_cover, sell, sell_short

Allowed:
number
required

The quantity of shares for the equity leg

string of strings
required

OCC option symbol of the option

string
enum
required

The side of the option leg. One of: buy_to_open, buy_to_close, sell_to_open, sell_to_close

Allowed:
number
required

The number of contracts for the option leg

string of strings

OCC option symbol of the option

string
enum

The side of the option leg. One of: buy_to_open, buy_to_close, sell_to_open, sell_to_close

Allowed:
number

The number of contracts for the option leg

string

User-defined tag for the order

boolean
required

When true, validates the order without submitting it

Headers
string
enum
required

Request content type

Allowed:
Responses

400

Invalid request parameters or body

401

Authentication required or invalid credentials

403

Access denied to the requested resource

404

The requested resource was not found

Language
Credentials
Bearer
Bearer <access_token>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json