Skip to Content

US Order Detail

Longbridge US Accounts

This method is only available for US data-center accounts.

Get detail for a specific US order — execution history, order status, and any attached child orders.

CLI
# View US order detail
longbridge order detail 701276261045858304

Parameters

SDK method parameters.

NameTypeRequiredDescription
order_idstringYESOrder ID

Request Example

Response

Response Example

json
{
  "order": {
    "id": "701276261045858304",
    "symbol": "AAPL.US",
    "action": "Buy",
    "order_type": "LO",
    "status": "Filled",
    "price": "185.00",
    "quantity": "10",
    "executed_qty": "10",
    "executed_price": "184.95",
    "executed_amount": "1849.50",
    "currency": "USD",
    "submitted_at": "1751866334",
    "done_at": "1751866400",
    "time_in_force": 0,
    "msg": ""
  },
  "current_attached_order": null,
  "current_millisecond": "1751866400000"
}

Response Status

StatusDescriptionSchema
200SuccessUSOrderDetailResponse
400Bad requestNone

USOrderDetailResponse

NameTypeRequiredDescription
orderUSOrderDetail | nulltrueFull order detail, null if not found
current_attached_orderUSOrderDetail | nullfalseAttached child order (bracket/OCO)
current_millisecondstringfalseServer timestamp (milliseconds)

USOrderDetail

Core fields (the full response contains 50+ fields for fees, triggers, and settlement details):

NameTypeDescription
idstringOrder ID
symbolstringTrading symbol (e.g. AAPL.US)
actionintDirection: 1=Buy, 2=Sell
order_typestringOrder type
statusstringOrder status
pricestringOrder price
quantitystringOrder quantity
executed_qtystringExecuted quantity
executed_pricestringAverage executed price
executed_amountstringTotal executed amount
currencystringCurrency code
submitted_atstringSubmission time
done_atstringCompletion time
time_in_forceintTime-in-force type
trigger_pricestringTrigger price (stop orders)
msgstringStatus message
order_historiesUSOrderHistory[]Order state-transition history
attached_ordersUSAttachedOrder[]Attached child orders
button_controlUSButtonControlAvailable action buttons
charge_detailUSChargeDetail | nullFee breakdown

USOrderHistory

NameTypeDescription
exec_typeintExecution type
statusstringOrder status at this point
pricestringPrice
qtystringQuantity
timestringTimestamp
msgstringMessage