Developer Documentation: https://tronscan.org/#/developer/api.
Overview
TRONSCAN API Security Services is an on-chain risk control solution provided by TRONSCAN, the official explorer of the TRON ecosystem. By integrating with the Security Services, TronLink is able to deliver real-time fraud prevention and asset protection for users.
Core Features
| Security Feature | Detection Method | Scenario |
|
Identifies high-risk scam accounts through on-chain behavior analytics and relationship mapping. | Automatically perform detection on the recipient before any transfer to prevent users from reaching blacklisted addresses. |
|
Reviews account authorizations to identify dangerous permissions, such as unlimited transfer caps. | Prompts revocation of unsafe approvals before attackers can exploit them to drain assets. |
|
Monitors permission changes of multisig wallets to flag suspicious signature requests. | Protects multisig governance from malicious attacks, keeping contract accounts secure. |
|
Detects phishing transfers and rug-pull deposits using transaction flow analytics and pattern recognition algorithms. | Displays warning pop-ups ahead of suspicious transactions. |
|
Screens URLs against TRONSCAN's live phishing database built from community reports and AI detection. | Automatically blocks phishing URLs during users’ access to DApps. |
|
Evaluates token contracts for vulnerabilities, liquidity risks, and issuer credibility. | Displays the security rating of each token before transactions, lowering exposure to rug pulls. |
|
Catalogs newly issued tokens on TRON and verifies contract authenticity through cross-site data validation. | Offers a comprehensive list of verified tokens, helping you steer clear of fakes. |
Service Configuration
TronLink’s security alert service is enabled by default. When risks are detected in any of the following scenarios, the security protection will be triggered:
✅ Transfers: Red warnings appear when users are sending TRX or other tokens to scam accounts.
✅ Authorizations: Extra confirmation required for spending cap authorizations to risky contracts or accounts.
✅ Phishing Websites: Access to phishing DApps is blocked, and risk alerts appear.
🔒 Privacy Mechanism: All threat detections use encrypted APIs that return only risk labels. Wallet addresses, IP information, and transaction details are never uploaded to TRONSCAN servers.
Developer Integration
For more information about how to call native security APIs, see Security Service APIs.
# Example of an API request for scam account check
curl -X GET "https://api.tronscan.org/api/risk/address?address=TDQa8h7c..."
FAQs
Q1: Will this service affect my experience with TronLink?
➔ The security detections are automatically conducted when you make transfers and authorizations, with no impact on your experience.
Q2: How do I turn off the security alert service?
➔ For security reasons, it is highly recommended that you keep this feature enabled! To disable after understanding the risks, go to "Security & Privacy" > "Security Alerts" and toggle off.
Q3: How can I contact the support team?
➔ If you have any questions, please feel free to contact us.
Security Tip: As the largest explorer for the TRON ecosystem, TRONSCAN maintains an extensive security database that covers the vast majority of on-chain risks. Keeping security alerts enabled provides crucial first-line asset protection.