Skip to Content
APITokensGet Token List with Price

Get Token List with Price

1. Overview & Typical Use

Returns the list of all tokens that have price information.

  • Typical use: get a list of tradeable tokens, build a price index.
  • When not to use: for a single token’s price details use “Get Token Price Information”.

2. Endpoint & Authentication

GET /api/getAssetWithPriceList

For Base URL and authentication, see Common Network & Authentication.

3. Request

No parameters required.

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
dataarrayRequiredToken list
numberintegerRequiredTotal number of tokens

data[] elements

FieldTypeRequiredDescriptionUnit/Precision
idstringRequiredToken ID (_ for TRX, contract address for TRC20)
namestringRequiredToken name
abbrstringRequiredToken abbreviation
typestringRequiredToken type: trc10 or trc20
priceInUsdnumberRequiredPrice in USDUSD
logostringRequiredToken logo URL
vipbooleanRequiredWhether a VIP token

5. Errors

For HTTP status codes, see Common Errors.

  • Empty result is not an error: no data returns 200 + data: [].
Last updated on: