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"
Quantity of shares ordered.
"5"
Whether to buy or sell the asset.
buy, sell "buy"
Order type.
market, limit "limit"
How long the order remains active.
day, gtc "day"
Price limit for limit orders.
"175.00"
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