Security Service API
Check account security
Returns risk flags for a specific account address, including fraud transaction history, fraud token creation, advertising spam, and stablecoin blacklist status.
GET https://apilist.tronscanapi.com/api/security/account/data?address=TT2T17KZhoDu47i2E4FWxfG79zdkEWkU9NTry this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
address | Account address to check |
Check token security
Returns security attributes for a TRC10, TRC20, TRC721, or TRC1155 token, including VIP status, blacklist capability, supply control, token level, and liquidity.
GET https://apilist.tronscanapi.com/api/security/token/data?address=TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDnTry this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
address | Token ID for TRC10, or token contract address for TRC20 / TRC721 / TRC1155 |
Check URL security
Returns whether a given URL is flagged as a risk (phishing, scam, or malicious) URL.
GET https://apilist.tronscanapi.com/api/security/url/data?url=www.google.com.hkTry this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
url | Target URL to check |
Check transactions security
Returns a per-transaction risk analysis for one or more transaction hashes, identifying zero-value transfers, risk tokens, risk addresses, and same-tail address spoofing attacks.
GET https://apilist.tronscanapi.com/api/security/transaction/data?hashes=573fbca36c91193ef2385ff34ab96264f5ce84dd1a8aeef50e21cf46d9178945,fc72dedf9de595db345664a84cb5b9b07017c75989ec71bd0cc45da44bbd2e1a,7413fb017be53822a47d086a45632636e83f0c0bc1fe34f88f9328f167883e3eTry this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
hashes | One or more transaction hashes, separated by commas |
Check multi-sign security
Returns the multi-signature configuration for an account, including owner permissions, active permissions, and which addresses have been granted each permission type.
GET https://apilist.tronscanapi.com/api/security/sign/data?address=THSiB9MT2sCnAUgnYs9euMCY9aiZCD4HB5Try this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
address | Account address to check |
Check account authorization security
Returns a summary and detailed list of token authorizations for an account, highlighting any approvals granted to risk contracts or risk accounts.
GET https://apilist.tronscanapi.com/api/security/auth/data?address=THSiB9MT2sCnAUgnYs9euMCY9aiZCD4HB5Try this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
address | Account address to check |
Get all tokens in TronScan
Returns a paginated list of all tokens indexed by TronScan, including TRC10 and TRC20 tokens with metadata, reputation level, price, holder count, transfer stats, and which aggregator platforms they appear on.
GET https://apilist.tronscan.org/api/token/all?start=0&limit=50Try this endpoint in your browser ↗ 🔗
Request
| Parameter | Description |
|---|---|
start | Start index |
limit | Number of tokens per page |