Check any TRON address against the Netts deny list — sanctions, scams, spam senders and smart contracts. Free, instant, no sign-up.
Nothing checked yet. Your lookups are kept only in this browser.
The same verdict is available as an open, keyless GET request — no API key,
no balance, no charge. Integrate the compliance layer with one call:
curl https://netts.io/apiv2/compliance/<address>
Returns JSON:
{
"code": 0,
"status": "ok",
"data": {
"address": "TTVUvAWUZafeHqQP82sYnfk4jNFPEHCRpL",
"blocked": true,
"category": "aml_risk",
"severity": "BLOCK",
"reason_code": "SANCTIONS_SCREENING",
"label": "DPRK Bitget Exploit - September 2026",
"checked_at": "2026-09-27T12:00:00+00:00"
}
}
Rate limits (per IP):
| Period | Limit |
|---|---|
| 1 second | 10 requests |
| 1 minute | 300 requests |
Exceeding a limit returns HTTP 429. Deny-list size is available at
GET /apiv2/compliance/stats.