HTTP Basic Authentication using the API Key as username and API Secret as password.
"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"
Filter orders by status.
accepted, filled, partially_filled, canceled, rejected Filter orders by symbol.
Filter orders by side.
buy, sell Maximum number of orders to return.
1 <= x <= 100Number of orders to skip for pagination.
x >= 0List of orders for the account
Unique identifier for the order.
"ord_x9y8z7a6b5c4d3e2"
Account ID associated with the order.
"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"
The ticker symbol of the asset.
"AAPL"
ISO 4217 currency code for the asset's trading currency.
"USD"
Quantity of shares ordered (if quantity-based order).
"5"
Notional amount ordered (if notional-based order).
"1000.00"
Whether to buy or sell the asset.
buy, sell "buy"
Order type.
market, limit, stop, stop_limit, trailing_stop "limit"
How long the order remains active.
day, gtc, opg, cls, ioc, fok "day"
Price limit for limit/stop_limit orders.
"175.00"
Stop price for stop/stop_limit orders.
"170.00"
Trail percentage for trailing stop orders.
"2.5"
Trail price for trailing stop orders.
"5.00"
Whether extended hours trading was enabled.
false
Client-provided identifier for tracking the order.
"limitorder123"
Current status of the order.
accepted, filled, partially_filled, canceled, rejected "accepted"
Quantity of shares that have been filled.
"0"
Quantity of shares remaining to be filled.
"5"
Average price at which shares have been filled.
"0.00"
Commission amount charged.
"1.00"
Commission calculation method used.
notional, qty, bps "notional"
Timestamp when the order was submitted.
"2025-10-18T10:30:00Z"
Timestamp when the order was completely filled.
null
Timestamp when the order was canceled.
null
Reason for order rejection if applicable.
null