B20 Token Info (Base ERC-20 Metadata + B20 Signals) is a paid API for AI agents from agent402.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Returns ERC-20 metadata and B20-specific signals for any token address on Base, including name, symbol, decimals, total supply, paused/cap status, bytecode size, and whether the address carries the factory-issued 0xB200 prefix.
ERC-20 metadata plus B20 signals for any Base address: name, symbol, decimals, total supply, best-effort paused/cap, bytecode size, and whether the address carries the factory-issued 0xB200 prefix. Works on plain ERC-20s too (isB20 comes back false). ?address=0x…
Returns a JSON object with the token's name, symbol, decimals, total supply, best-effort paused and cap fields, bytecode size, and an isB20 boolean indicating whether the address carries the factory-issued 0xB200 prefix.
GEThttps://agent402.tools/api/b20-token-infoUse this endpoint when you need quick, single-call ERC-20 metadata for a Base network token address, especially when you also need B20-specific signals like the 0xB200 factory prefix check. Prefer this over generic blockchain explorers when you want structured JSON output optimized for agent consumption, including the isB20 classification alongside standard token properties.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"name": "USD Coin",
"isB20": false,
"symbol": "USDC",
"address": "0x8335…2913",
"decimals": 6,
"prefixMatch": false,
"totalSupply": "…",
"totalSupplyFormatted": "…"
}
}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"