Security Service API
Check account security
https://apilist.tronscanapi.com/api/security/account/data?address=TT2T17KZhoDu47i2E4FWxfG79zdkEWkU9NParameter
Description
{
"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=TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDnParameter
Description
{
"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.hkParameter
Description
{
"cheat_url": false // Whether it is a risk URL
}Check transactions security
Parameter
Description
Check multi sign security
Parameter
Description
Check account authorization security
Parameter
Description
Get all tokens in TronScan
Parameter
Description
Last updated