Skip to Content

US Asset Overview

Longbridge US Accounts

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

Get an overview of US account assets — buying power, cash, stocks, options, and crypto.

CLI
# US account asset overview
longbridge positions

Parameters

SDK method parameters.

No parameters required.

Request Example

Response

Response Example

json
{
  "account_type": "US",
  "asset_timestamp": 1751866334,
  "cash_buy_power": "12500.00",
  "overnight_buy_power": "10000.00",
  "currency": "USD",
  "cash_list": [
    {
      "currency": "USD",
      "total_cash": "12500.00",
      "settled_cash": "12000.00",
      "total_amount": "12500.00",
      "outstanding": "500.00",
      "frozen_buy_cash": "0.00"
    }
  ],
  "stock_list": [
    {
      "symbol": "AAPL.US",
      "quantity": "10",
      "currency": "USD",
      "average_cost": "180.00",
      "last_done": "185.00",
      "prev_close": "183.00",
      "asset_type": "stock",
      "trade_status": "Normal"
    }
  ],
  "crypto_list": [
    {
      "symbol": "BTCUSD.BKKT",
      "average_cost": "50000.00",
      "currency": "USD",
      "asset_type": "crypto",
      "industry_name": "Cryptocurrency"
    }
  ]
}

Response Status

StatusDescriptionSchema
200SuccessUSAssetOverview
400Bad requestNone

Schemas

USAssetOverview

NameTypeRequiredDescription
account_typestringtrueAccount type identifier
asset_timestampstringtrueSnapshot time (Unix seconds)
cash_buy_powerstringtrueAvailable buying power (cash)
overnight_buy_powerstringtrueOvernight buying power
currencystringtrueBase currency
cash_listUSCashEntry[]falseCash balances by currency
stock_listUSStockEntry[]falseStock positions
option_listobject[]falseOption positions
crypto_listUSCryptoEntry[]falseCrypto positions

USCashEntry

NameTypeDescription
currencystringCurrency code
total_cashstringTotal cash
settled_cashstringSettled cash
total_amountstringTotal amount including unsettled
outstandingstringOutstanding (unsettled) amount
frozen_buy_cashstringFrozen amount for pending buys

USStockEntry

NameTypeDescription
symbolstringTicker symbol (e.g. AAPL)
full_symbolstringQualified symbol (e.g. AAPL.US)
asset_typestringAsset type
quantitystringQuantity held
currencystringCurrency code
average_coststringAverage cost price
marketstringMarket identifier
trade_statusstringTrading status
prev_closestringPrevious close price
last_donestringLast traded price
market_pricestringCurrent market price
today_plstringToday's P&L
namestringSecurity name
position_sidestringPosition side (long/short)
industry_namestringIndustry/sector name

USCryptoEntry

NameTypeDescription
symbolstringCrypto trading-pair symbol (e.g. BTCUSD.BKKT)
average_coststringAverage cost price
currencystringQuote currency
asset_typestringAsset type
industry_namestringIndustry/category name