Hermes x402 Toolkit – ERC-20 Token Balance Lookup is a paid API for AI agents from api.zlovev.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-18).
Returns the ERC-20 token balance(s) for one or more wallet addresses on Base mainnet, paid per-call via USDC over x402.
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 ok status, the block number at which the query was made, the token contract address, token symbol, decimals, and an array of balance objects each containing the holder address, raw on-chain balance, and human-readable balance formatted to the token's decimals.
GEThttps://api.zlovev.com/api/chain/erc20-balanceChoose this endpoint when you need a quick, no-account, no-API-key lookup of ERC-20 token balances on Base mainnet, especially for AI agent workflows that can pay micropayments via x402. Supports batch lookups of up to 10 addresses in a single call, making it efficient for multi-wallet checks. Prefer it over node-provider SDKs when you want a simple REST call with pay-per-use pricing and no subscription overhead.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ok": true,
"block": 51396188,
"token": "0x8335…2913",
"symbol": "USDC",
"balances": [
{
"raw": "0",
"address": "0x5c67…d9EbB",
"balance": "0.0"
}
],
"decimals": 6
}
}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"