Security Service API
Check account security
https://apilist.tronscanapi.com/api/security/account/data?address=TT2T17KZhoDu47i2E4FWxfG79zdkEWkU9NTry this endpoint in your browse
Query Parameter
Parameter
Description
address
Account address
Sample response
{
"send_ad_by_memo": false, // account sent advertising frequently or not
"has_fraud_transaction": false, // account has fraud transactions or not
"fraud_token_creator": false, // account is the creator of fraud tokens or not
"is_black_list": false // account is in black list of stable coin
}Check token security
https://apilist.tronscanapi.com/api/security/token/data?address=TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDnTry this endpoint in your browse
Query Parameter
Parameter
Description
address
Token ID for TRC10 or token address for TRC20/TRC721/TRC1155
Sample response
{
"is_vip": true, // token is issued by a well-known institution or not(it is in vip token list or not)
"black_list_type": 2, // token's contract has blacklist or not (0-not recognized, 1-has black list, 2-do not have backlist)
"increase_total_supply": 1, // can increase token's total supply (0-not recognized, 1-increase allowed, 2-increase not allowed)
"token_level": "2", // token level. 0: Unknown. 1: Neutral. 2: OK. 3: Suspicious. 4: Unsafe
"has_url": false, // name or symbol contains url or not
"swap_token": true, // is token on sun.io
"sun_liquidity": "46004551.623228", // token liquidity,unit is dollor
"open_source": false, // token's contract is open source or not
"is_proxy": false // token's contract has proxy contract or not
}Check url security
https://apilist.tronscanapi.com/api/security/url/data?url=www.google.com.hkTry this endpoint in your browser 🔗
Query Parameter
Parameter
Description
url
Target URL
Sample response
{
"cheat_url": false // Whether it is a risk URL
}Check transactions security
Try this endpoint in your browser 🔗
Query Parameter
Parameter
Description
hashes
Transaction hashes, separated with commas
Sample response
Check multi sign security
Try this endpoint in your browse
Query Parameter
Parameter
Description
address
Account address
Sample response
Check account authorization security
Try this endpoint in your browse
Query Parameter
Parameter
Description
address
Account address
Sample response
Get all tokens in TronScan
Try this endpoint in your browse
Query Parameter
Parameter
Description
start
Start index
limit
Token count per page
Last updated