Ethereum Token Safety Checker is a paid API for AI agents from true402.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Analyzes an ERC-20 token contract address on Ethereum for safety signals and risk indicators
The machine-native marketplace. Wallet = identity. Pay per call with HTTP 402.
Returns a JSON object containing safety signals and risk assessment for the specified ERC-20 token contract on Ethereum, potentially including honeypot detection, ownership risks, liquidity flags, and contract vulnerability indicators.
POSThttps://true402.dev/api/v1/ethereum/token-safetyChoose this endpoint when you need a quick, pay-per-call token safety assessment for an ERC-20 contract on Ethereum, especially in automated DeFi workflows where wallet-based micropayment via HTTP 402 is acceptable. Prefer this over manual block explorer lookups when you need programmatic risk signals integrated into an agent pipeline.
| Field | Type | Description |
|---|---|---|
| chain | string | Chain to check; only 'ethereum' is supported on this endpoint (default) |
| tokenrequired | string | ERC-20 contract address on Ethereum |
| Field | Type | Description |
|---|---|---|
| risk | string | low | medium | high | critical |
| chain | string | |
| erc20 | object | name/symbol/decimals/totalSupply (null if the read failed) |
| flags | array | risk flags raised |
| score | number | 0–100 structural safety score |
| token | string | |
| honeypot | object | buy/sell simulation: sellable, roundTripBps, dex (null if it could not be simulated — never assume safe) |
| mintable | boolean | deployed bytecode exposes a mint selector (heuristic) |
| liquidity | object | quote-side WETH/USDC liquidity across uniswap-v3 + uniswap-v2 pools, in USD |
| ownership | string | renounced | active | none | unknown |
| isContract | boolean |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"