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"
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"
Market identifier (e.g., "NASDAQ", "NYSE"). Optional.
"NASDAQ"
International Securities Identification Number. Optional.
"US0378331005"
Financial Instrument Global Identifier. Optional.
"BBG000B9XRY4"
Quantity of shares to trade (required if notional not provided, required for sell orders).
"5"
Dollar amount to trade (required if qty not provided, only for buy market orders).
"1000.00"
Price limit for limit/stop_limit orders (required when type is 'limit' or 'stop_limit').
"175.00"
Stop price for stop/stop_limit orders (required when type is 'stop' or 'stop_limit').
"170.00"
Trail percentage for trailing stop orders (required for trailing_stop if trail_price not provided).
"2.5"
Trail price for trailing stop orders (required for trailing_stop if trail_percent not provided).
"5.00"
Whether to allow extended hours trading.
false
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"
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