API Reference

Get The Account 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

FieldTypeDescription
accountIdLongInternal LTP trade account ID. Used to identify this DMA or Funding Account in other APIs.
venuesStringExchange / venue of the account, e.g. BINANCE, Bybit, GATE, KUCOIN, LTP.
labelStringAccount type label, e.g. DMA or Funding Account.
exchangeUidLongUID 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.
exchangeEmailStringDeprecated. Kept only for backward compatibility.
accountNoteStringOptional note or alias for this trade account, set by the user or system. May be an empty string.
Language
Credentials
OAuth2