{"uid":"cap_JaNp_hYVn4AOB002HzMDc","slug":"hermes-x402-toolkit-base-token-info-lookup-3d2e7dc4","name":"Hermes x402 Toolkit – Base Token Info Lookup","description":"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).","url":"https://api.zlovev.com/api/chain/token","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"0x-prefixed 20-byte address on Base mainnet"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"ok":true,"symbol":"USDC","address":"0x8335…2913","eip3009":{"supported":true},"decimals":6,"is_contract":true,"total_supply":"4231….0"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_K8_5KHgTsJDOp9Bzat30f","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches on-chain metadata for a token contract on Base mainnet given a 0x address, returning symbol, decimals, EIP-3009 support, total supply, and contract status.","exampleAgentPrompt":"Can you look up the token metadata for the contract at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base mainnet — I need its symbol, decimals, total supply, and whether it supports EIP-3009?","exampleUseCases":[{"title":"EIP-3009 compliance check before gasless transfer","prompt":"Before I set up a gasless transfer flow, can you check if the token at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base supports EIP-3009 transferWithAuthorization?"},{"title":"Verify token decimals for amount calculation","prompt":"I need to display a human-readable balance — can you fetch the decimals and symbol for the Base mainnet token at 0x4200000000000000000000000000000000000006?"},{"title":"Confirm a new token listing's on-chain supply","prompt":"We're listing a new token — can you pull the total supply and confirm it's actually a contract at address 0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA on Base mainnet?"}],"resultDescription":"A JSON object with ok=true, the token's symbol (e.g. 'USDC'), its contract address, whether EIP-3009 is supported, the number of decimals, a flag confirming it is a contract, and the total supply as a string. Returns ok=false with an error on invalid or non-contract addresses.","failureModes":["Address not 0x-prefixed or not 20 bytes — validation error","Address is an EOA (non-contract) — returns is_contract=false with no token fields","Network issues with Base RPC — timeout or 5xx","Missing required 'address' query parameter — 400 error","Payment not settled — 402 Payment Required if x402 flow fails"],"whenToPreferThis":"Choose this endpoint when you need on-chain Base mainnet token metadata (symbol, decimals, EIP-3009 support, total supply) without registering for an account or holding an API key — ideal for AI agents that pay per call via USDC on Base using the x402 protocol. Prefer alternatives like Alchemy or Infura if you need batch lookups, historical data, or multi-chain support.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-19T12:45:11.152Z","isFirstParty":false}