get
https://api.liquiditytech.com/api/v1/tradeAccount/list
Description
This endpoint returns the list of trade accounts (DMA accounts and the internal Funding Account) that are available under the current LTP user.
It can be called by both LTP primary users and LTP sub-users as long as the API key has read permission.
RapidX sub-portfolio API keys are not supported and cannot access this endpoint.
The response provides basic metadata for each trade account (such as accountId, venue, label, exchange UID, and optional notes), which can be used to discover which accounts are available for trading and for subsequent API calls.
Request
This endpoint does not require any request parameters.
Response
| Field | Type | Description |
|---|---|---|
| accountId | Long | Internal LTP trade account ID. Used to identify this DMA or Funding Account in other APIs. |
| venues | String | Exchange / venue of the account, e.g. BINANCE, Bybit, GATE, KUCOIN, LTP. |
| label | String | Account type label, e.g. DMA or Funding Account. |
| exchangeUid | Long | UID of the account on the underlying exchange. For some accounts (such as internal LTP accounts or venues that do not expose a UID), this field may be 0 or empty. |
| exchangeEmail | String | Deprecated. Kept only for backward compatibility. |
| accountNote | String | Optional note or alias for this trade account, set by the user or system. May be an empty string. |
