Skip to Content
APITokensGet Token Price

Get Token Price

1. Overview & Typical Use

Returns current price information for a specified token, including USD and TRX pricing, 24-hour change, market cap, and trading volume.

  • Typical use: real-time quote display, price monitoring, exchange rate conversion.
  • When not to use: for batch token prices use “Get Token List with Prices”.

2. Endpoint & Authentication

GET /api/token/price

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

This endpoint requires an API Key; calls without a Key return 401.

3. Request

ParameterTypeRequiredDefaultDescription
tokenstringNotrxToken abbreviation

4. Response

FieldTypeRequiredDescriptionUnit/Precision
tokenstringRequiredToken abbreviation
price_in_trxstringRequiredTRX-denominated price
price_in_usdstringRequiredUSD-denominated price
percent_change_24hstringRequired24-hour price change percentagepercent
volume_percent_change_24hstringRequired24-hour trading volume change percentagepercent
market_capstringRequiredMarket cap (USD)
market_cap_percent_change_24hstringRequired24-hour market cap change percentagepercent
volume_24hstringRequired24-hour trading volume (USD)
rankintegerRequiredToken market cap rank
fromstringRequiredData source
timeintegerRequiredData timestampMillisecond timestamp

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • API Key Required: returns 401 if not provided.
  • When token does not exist, an empty response is returned.
Last updated on: