Hermes x402 Token Security Analyzer is a paid API for AI agents from api.zlovev.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-18).
Analyzes an ERC-20 token contract on Base or Ethereum for security signals including mintability, pausability, proxy structure, and ownership status.
Pay-per-call data API for AI agents. No API key, no account, no signup — pay USDC on Base (eip155:8453) per request; free /api/meta lists all 22 endpoints. One call each: web page to LLM-ready text and link previews; China A-share quotes and limit-up pool; Chinese text and pinyin; Base/Ethereum on-chain reads (address, token, ERC-20 balances, tx, blocks, transfer history, gas price in USD); NFT records (collection, owner, and ipfs:// tokenURI resolved through public gateways); full-page screenshots; email verification without sending mail; ENS forward/reverse resolution; smart-contract due diligence (ABI, verified source, proxy); token security facts (owner, renounced ownership, paused, bytecode capability selectors); domain dossier (RDAP, DNS, TLS certificate, HTTP facts, hosting network).
Returns a JSON object with: ERC-20 metadata (symbol, decimals, total supply), security signals array with severity levels (attention/notice) for features like mintability and pausability, proxy detection results (EIP-1967 implementation address if applicable), ownership info (owner address, whether renounced, whether owner is a contract), a function selector scan summary (how many selectors checked and matched), contract code size, and the network identifier.
GEThttps://api.zlovev.com/api/token/securityChoose this endpoint when you need on-chain smart contract security analysis for ERC-20 tokens on Base or Ethereum mainnet — particularly for detecting mint/pause/proxy risk patterns — without needing an API key or account. It is ideal for AI agents that pay per-call via USDC x402 micropayments. Prefer this over full audit services when you need quick automated signal extraction rather than a human audit report.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ok": true,
"erc20": {
"symbol": "DEGEN",
"decimals": 18,
"is_erc20": true,
"total_supply": "36997000000"
},
"pause": {
"paused": false,
"can_pause": true
},
"proxy": {
"is_proxy_like": false,
"eip1967_implementation": null
},
"address": "0x4ed4…efed",
"network": "eip155:8453",
"signals": [
{
"id": "mintable",
"level": "attention",
"selectors": [
"0x40c10f19"
]
},
{
"id": "pausable",
"level": "notice",
"selectors": [
"0x8456cb59"
]
}
],
"ownership": {
"owner": "0x…",
"renounced": false,
"owner_source": "owner()",
"owner_is_contract": false
},
"is_contract": true,
"selector_scan": {
"checked": 45,
"matched": 12
},
"code_size_bytes": 9999
}
}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"