HTTP Basic Authentication using the API Key as username and API Secret as password.
"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"
The ticker symbol of the asset (e.g., AAPL).
"AAPL"
Quantity of shares to trade.
"5"
Whether to buy or sell the asset.
buy, sell "buy"
Order type - market executes immediately at current price, limit sets a specific price.
market, limit "limit"
How long the order remains active. 'day' expires at end of trading day, 'gtc' (Good Till Cancelled) remains active until filled or cancelled.
day, gtc "day"
Price limit for limit orders (required when type is 'limit').
"175.00"
Optional client-provided identifier for tracking the order.
"limitorder123"
Commission amount to charge (optional).
"1.00"
Commission calculation method:
notional, qty, bps "notional"
Order accepted by the system
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