Skip to Content
APIStatisticsGet Token On-Chain Total Value (TVC)

Get Token On-Chain Total Value (TVC)

1. Overview & Typical Use

Returns the total on-chain value of tokens, including market cap, price, and holder information for each token.

  • Typical use: view total locked value of tokens on the TRON chain, token market cap rankings.
  • When not to use: for transfer analysis of a single token use “Get Token Transaction Data”.

2. Endpoint & Authentication

GET /api/tokenTvc

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

3. Request

ParameterTypeRequiredDefaultDescription
startTimeintegerNo7 days agoStart time, in seconds
endTimeintegerNocurrent timeEnd time, in seconds

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
tvcLinearrayRequiredTVC trend line data; each entry contains value (USD) and time (seconds timestamp)
stableCoinCountOfTopTenintegerRequiredNumber of stablecoins in the Top 10
totalTokenNumintegerRequiredTotal number of tokens included in the statistics
lastWeekTokenNumintegerOptionalTotal tokens included last week (may be 0)
totalTvcnumberRequiredCurrent total TVCUSD
updateTimeintegerRequiredData update timeMillisecond timestamp
tokensarrayRequiredToken details list; see below

tokens[] elements

FieldTypeRequiredDescriptionUnit/Precision
abbrstringRequiredToken abbreviation
namestringRequiredToken name
contractAddressstringOptionalToken contract address (Base58Check format)
contractAddressLowerstringOptionalToken contract address (lowercase hex format)
tokenTypestringOptionalToken type
priceInTrxnumberOptionalPrice in TRXTRX
supplynumberOptionalTotal supply
decimalintegerOptionalToken decimal places
nrOfTokenHoldersintegerOptionalNumber of holders
transferCountintegerOptionalTransfer count
recentTransferCountintegerOptionalRecent transfer count
volume24hInTrxnumberOptional24-hour trading volume (TRX)TRX
volume24hInUsdnumberOptional24-hour trading volume (USD)USD
gainnumberOptionalPrice change
marketcapnumberOptionalMarket cap (TRX)TRX
marketCapUSDnumberRequiredMarket cap (USD)USD
priceInUsdnumberOptionalPrice in USDUSD
imgUrlstringOptionalToken icon URL
ownerAddressstringOptionalIssuer address
issueTimestringOptionalIssue timeyyyy-MM-dd HH:mm:ss
dateCreatedintegerOptionalCreation timeMillisecond timestamp
isTopbooleanOptionalWhether this is a top token
vipbooleanOptionalWhether this is a VIP token
levelstringOptionalToken level
publicTagstringOptionalPublic tag
blueTagstringOptionalBlue tag
greyTagstringOptionalGrey tag
redTagstringOptionalRisk tag
verifierstringOptionalVerifier
pairUrlstringOptionalTrading pair URL
descriptionstringOptionalToken description
projectSitestringOptionalProject website
emailstringOptionalContact email
whitePaperstringOptionalWhitepaper link
githubstringOptionalGitHub link
socialMediaarrayOptionalSocial media list
announcementstringOptionalAnnouncement link
extraobjectOptionalAdditional information
canShowintegerOptionalWhether to display

5. Errors

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

  • Empty result is not an error: no matches returns 200 + empty arrays — this is a normal response.
Last updated on: