Ethereum Token Verification
TokenToken due-diligence for EVM token contracts using AI-powered vulnerability detection — rug-pull, hidden-tax, liquidity-legitimacy, and holder-risk checks. Returns a scan URL with the full report.
- Detects rug pulls, hidden taxes, and liquidity/holder risks
- Specify chain, platform, and contract address
- Returns a scan URL with the full report
Returns
| scan_urlstring | Scan URL. |
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/ethereum_token_verification" \
-H "Content-Type: application/json" \
-d '{"chain_id":1,"platform_id":1,"contract_address":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"}'POST JSON (canonical) · GET query params also works · unpaid requests return 402 · see the payment flow.