Orders
Get order
Returns the latest broker order row for an order in the authenticated user or API-key principal’s organization. API-key callers need organization intent read permission; user callers need an organization admin, member, or read-only role.
GET
Get order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Internal order id to fetch
Response
Order retrieved
Available options:
unspecified, lightspeed, alpaca Available options:
UNSPECIFIED, BUY, SELL, SELL_SHORT Available options:
Unspecified, Open, Closed, Rejected Available options:
UNSPECIFIED, PENDING_NEW, NEW, PARTIALLY_FILLED, FILLED, PENDING_CANCEL, CANCELLED, PENDING_REPLACE, REPLACED, STOPPED, REJECTED Available options:
UNSPECIFIED, LIMIT, MARKET, FILL_OR_KILL, LIMIT_ON_OPEN, LIMIT_ON_CLOSE, MARKET_ON_OPEN, MARKET_ON_CLOSE, STOP, STOP_LIMIT, TRAILING_STOP Available options:
UNSPECIFIED, SMART, AMEX, ARCA, BATS, BATY, EDGA, EDGX, NSDQ, NYSE Available options:
UNSPECIFIED, DAY, IMMEDIATE_OR_CANCEL, GOOD_TILL_CANCEL, AT_OPEN, AT_CLOSE, FILL_OR_KILL, EXT Previous
Get historical ordersReturns historical broker orders for the authenticated user or API-key principal's organization, optionally filtered by trading account, symbol, intent, external order id, and time range. API-key callers need organization intent read permission; user callers need an organization admin, member, or read-only role. When `account_id` is supplied, the trading account must belong to the caller's organization.
Next
Get order