API Reference

Get Account Balance

Retrieve account balance of Funding Account, CL Trading Account and Exchange Account. It offers the option to query by either accountId or currency.

🚧

Tips

Applies to user's API Key only. Permission: READ.

For retrieving balance and asset details of trading portfolio, please use RapidX asset api

Request

Field nameTypeNecessaryRemarks
accountIdStringNLTP account ID. Support multiple accountIds, separated by commas. E.g. 10001,10002,10003.
currencyStringNName of asset. Does not support retrieving information for multiple coins simultaneously.

Response

Field nameTypeRemarks
accountIdLongAccount ID.
accountNameStringExchange account name.
accountNoteStringCustomized account note on LTP dashboard
venuesStringE.g. Binance, OKX, Funding account, CL Trading Account etc.
accountTypeStringType of exchange account that can be used to transfer or withdrawal funds at LTP such as spot account or main account.
totalUsdtStringEquivalent USDT value of List<AssetInfoVO>.
assetInfoList<AssetInfoVO>Please see below.

AssetInfoVO Response

Field nameTypeRemarks
currencyStringName of asset.
totalBalanceStringAvailable + Frozen Balance.
availableStringAvailable balance.
frozenStringAsset cannot be used due to being currently occupied or for other reasons.
valueUsdtStringAsset value in USDT.
Language