Place a Pending Order

Place a pending order that triggers when the market reaches order_price.

order_subtype:

  • LIMIT — trigger at a better price than the market
  • STOP — trigger at a worse price than the market
  • STOP_LIMIT — a stop that becomes a limit once triggered

volume and all prices are sent as strings to avoid floating-point rounding.

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

Place a pending order (executes later when price is reached).

string
required
string
required
length ≥ 3
string
enum
required
Allowed:
string
enum
required
Allowed:
string
required
string
required
Responses

400

Rejected — invalid price level, invalid volume, market closed, or trading disabled on the account

401

Invalid or missing API key

403

Access denied (credential scope)

429

Rate limit exceeded

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