Install
openclaw skills install tronscan-token-scannerScan TRON tokens for total supply, market cap, price, rating, launch time, holders. Includes TRX: TRX price, TRX supply, market cap, daily net change, and su...
openclaw skills install tronscan-token-scanner| Tool | Function | Use Case |
|---|---|---|
| getTokenPrice | Token price (default TRX) | TRX price or any token price |
| getFunds | TRX supply & market | TRX supply, market cap, burn |
| getTrxVolume | TRX history | TRX historical price, volume, market cap |
| getTurnover | TRX turnover | TRX turnover, supply, revenue, mint/burn |
| getTrxVolumeSourceList | TRX price sources | TRX price data source list |
| getTrc20TokenDetail | TRC20/721/1155 detail | Name, symbol, supply, holders, price |
| getTrc10TokenDetail | TRC10 detail | Name, issuer, supply, description |
| getTrc20TokenHolders | TRC20/721/1155 holders | Holder list, balance, share |
| getTrc10TokenHolders | TRC10 holders | TRC10 holder list |
| getTokenPositionDistribution | Position distribution | Holder count by balance range |
| getTrc20TotalSupply | TRC20 supply | Circulating / total supply |
| getTrc721Inventory | TRC721 inventory | NFT contract inventory |
| getTrc1155Inventory | TRC1155 inventory | Multi-token contract inventory |
| getToken10Transfers | TRC10 transfers | TRC10 token transfer records for an address |
| getTokenAnalysis | Token analysis | Token transfer and holder analysis data |
| getTokenAssetValueInfo | Asset value chart | Asset value change chart for a token in an account |
| getTokenBalanceFlow | Balance flow | Token balance flow records for an account |
| getTokenTransferAnalysis | Transfer amount | Transfer amount of core tokens on TRON |
| getTokenTvc | Token TVC | On-chain Total Value Captured (TVC) data |
| getTrc1155TokenInventory | TRC1155 token holders | Holder info for a specific token ID in TRC1155 |
| getTrc20TransferCount | TRC20 transfer count | Transfer count stats for a TRC20 token in an account |
| getTrc721Transfers | TRC721 transfers | Transfer history for a specific TRC721 NFT |
| getTrxTransfers | TRX transfers | TRX transfer records for an address |
getTokenPrice (default token is TRX) for current price; use getFunds for real-time TRX supply, market cap, and burn; use getTrxVolume for historical price/volume; use getTurnover for supply, mint/burn, turnover.getTrc20TokenDetail or getTrc10TokenDetail.getTrc20TokenHolders / getTrc10TokenHolders for list; use getTokenPositionDistribution for concentration.getTokenPrice and detail tools for market cap.getTrc20TotalSupply for TRC20 supply/circulation.getTrc721Inventory and getTrc1155Inventory for inventory.getTokenPrice — Get token price (default: TRX)getFunds — Get TRX real-time supply, market cap, and burn datagetTrxVolume — Get TRX historical price, volume, and market cap datagetTurnover — Get TRX turnover, supply, revenue, mint and burn statisticsgetTrxVolumeSourceList — Get TRX price data source listgetTrc20TokenDetail — Get TRC20/TRC721/TRC1155 token details (name, symbol, supply, holders, price, etc.)getTrc10TokenDetail — Get TRC10 token details (name, abbreviation, issuer, supply, description, etc.)getTrc20TokenHolders — Get TRC20/TRC721/TRC1155 holder list (address, balance, share); getTrc10TokenHolders — Get TRC10 holder listgetTokenPositionDistribution — Get token position distribution (holder count and share by balance range)getTrc20TotalSupply — Get TRC20 circulating supply and total supplygetToken10Transfers — Get TRC10 token transfer records for an addressaddress, trc10Id (both required); optional pagination and filters. Note: start+limit ≤ 10000.getTokenAnalysis — Get analysis data for token transfers and holderstoken, startDay, endDay, type.getTokenAssetValueInfo — Get asset value change chart for a specific token in an accountaccountAddress, tokenAddress (both required); optional startTime, endTime.getTokenBalanceFlow — Get balance flow change records for a token in an accountaccountAddress, tokenAddress (both required); optional endTime.getTokenTransferAnalysis — Get transfer amount of core tokens on TRONtoken, days.getTokenTvc — Get token on-chain Total Value Captured (TVC) data (default last 7 days)startTime, endTime.getTrc1155TokenInventory — Get holder info for a specific token ID in a TRC1155 contractcontract, tokenId (both required); optional start, limit. Note: start+limit ≤ 10000.getTrc20TransferCount — Get transfer count statistics for a TRC20 token in an accountaccountAddress, tokenAddress (both required).getTrc721Transfers — Get transfer history for a specific TRC721 NFT tokencontract, tokenId (both required); optional start, limit. Note: start+limit ≤ 10000.getTrxTransfers — Get TRX transfer records for an addressaddress (required); optional direction, startTimestamp, endTimestamp, start, limit. Note: start+limit ≤ 10000.TronScan token APIs return several risk-related fields. No single field is conclusive — always combine multiple signals before drawing a safety conclusion.
API field name: tokenLevel (string "0"–"4").
| Value | Rating | Meaning |
|---|---|---|
"0" | Unknown | Cannot be determined |
"1" | Neutral | Neutral |
"2" | OK | Passes basic security checks |
"3" | Suspicious | Suspicious |
"4" | Unsafe | Unsafe |
Always convert to the rating label before presenting to users. Never show the raw numeric string (e.g. show "OK", not "2").
tokenLevel is an auxiliary signal only. A token rated "2" (OK) may still be a counterfeit — always cross-verify with the fields below.
Boolean. Indicates whether TronScan considers this token suitable for display. false means TronScan has flagged the token as unsuitable for general display (e.g. spam, extreme risk). tokenCanShow is independent of tokenLevel — do not infer one from the other.
String. The name of the recognized project this token officially belongs to (e.g. "Tether", "TRON Foundation"). An empty string means no project association. A non-empty blueTag is a strong positive trust signal.
String. A public category label assigned to the token by TronScan (e.g. "Stablecoin", "DeFi"). An empty string means no public tag. A non-empty value indicates the token is a known, categorized asset.
Boolean. Indicates whether the token or its project has VIP/premium status on TronScan. Treat as a secondary positive trust signal when true.
Returned by the /api/security/account/data endpoint. String enum:
| Value | Meaning |
|---|---|
"Suspicious" | The address or token has been flagged as suspicious / potentially fraudulent |
"" (empty) | No fraud warning |
If red_tag is "Suspicious", treat it as the strongest negative signal and warn the user immediately.
When assessing whether a token is safe or official, apply signals in this priority order:
"Suspicious", the address/token has been flagged for fraud or scam — warn the user immediately.getTokenPositionDistribution; a top-heavy distribution is a red flag.Rule: Never declare a token "safe" or "official" based on a single field.
User: "Is this USDT contract safe?"
A malicious actor may deploy a token named "Tether USD" with symbol "USDT" that passes tokenLevel = "2" (OK). Correct check:
red_tag — Not flagged (new token, not yet reported)blueTag — Empty string (no project affiliation)publicTag — Empty stringtokenLevel = "2", this token is suspicious. The real USDT has blueTag: "Tether". Advise the user to verify the contract address matches the known USDT address (TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t).User: "What is USDT?" or "Tell me about this token" (provides token name/symbol as text)
search with term and type: "token" to get contract address (token_id in result). If user already provides contract address, skip this step.getTrc20TokenDetail (or getTrc10TokenDetail) with the contract address / asset ID from step 1.tokenLevel (0–4) to rating text before presenting:
"0" → Unknown | "1" → Neutral | "2" → OK | "3" → Suspicious | "4" → UnsafegetTrc20TokenHolders / getTokenPositionDistribution for holder list; getTokenPrice for USD conversion if values are in TRX.Key: Never show raw tokenLevel (e.g. "2") to users; always convert to rating label (e.g. "OK"). Also check tokenCanShow, blueTag, and red_tag before drawing safety conclusions — see Token Risk Fields section.
User: "What is TRX?" or "TRX price/supply/market cap/detail/info" (queries TRON native token)
getTrc10TokenDetail with asset ID = 0. TRX is TRON's native token (TRC10), id = 0.getFunds (supply, market cap, burn); getTokenPrice (current USD price); getTurnover (turnover, mint/burn); getTrxVolume (24h volume, price change, historical); getTrc10TokenHolders (holder count). For total/yesterday transfer count, use tronscan-transaction-info getTransactionStatistics or tronscan-data-insights if needed.Note: No search step needed; TRX is always asset ID 0.
User: "What is the USDT contract address on TRON? Who are the top holders?"
search with term: "USDT", type: "token" to resolve name/symbol to TRC20 contract address (token_id in result).getTrc20TokenDetail with contract address for supply, holders, price, market cap, rating.getTrc20TokenHolders / getTokenPositionDistribution for top holders and concentration.getAccountDetail or getTokenAssetOverview for wallet profile.Data handoff: Contract address from step 1 feeds into tronscan-token-scanner in steps 2–3; holder addresses from step 3 feed into tronscan-account-profiler in step 4.
TRC20/TRC721/TRC1155 require contract address; TRC10 requires asset ID. Do not mix them.
getTokenPrice, getFunds, getTrxVolume, getTurnover for price, supply, market cap, and trends.getTokenPrice and convert to USD before returning.