# hunter-address-api ERC-20 Token Metadata

> hunter-address-api ERC-20 Token Metadata is a paid API for AI agents from simultaneously-provincial-pit-joseph.trycloudflare.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-16).

Returns on-chain ERC-20 token metadata (symbol, name, decimals, total supply, explorer link) for any contract address on the Base network

## Facts

- Endpoint: POST https://simultaneously-provincial-pit-joseph.trycloudflare.com/api/v1/token
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hunter-address-api-erc-20-token-metadata-acbb8091
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mWPS_i-BZnN9mNHI6XaES

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hunter-address-api-erc-20-token-metadata-acbb8091 -d '<json body>'
```

Example prompt: What's the token name, symbol, decimals, and total supply for the ERC-20 contract at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base?

## When to prefer this

Use this endpoint when you need fast, read-only ERC-20 token metadata (name, symbol, decimals, total supply) for a known contract address on the Base network. Prefer this over a full due-diligence report when you only need basic token facts without proxy/upgradeability analysis. Ideal for enriching token lists, validating addresses before transactions, or displaying token info in a UI.

## Known failure modes

- Address is not a valid ERC-20 contract on Base — returns error or empty metadata
- Malformed 0x address input — validation error returned
- Contract exists but does not implement standard ERC-20 metadata (name/symbol/decimals) — partial or null fields
- Base RPC node temporarily unavailable — timeout or service error
- Contract is a proxy and metadata may reflect the proxy rather than the implementation

## How this service works

On-chain ERC-20 token metadata for any Base contract: symbol, name, decimals, total supply, explorer link

## Output

Returns a structured object containing the ERC-20 token's on-chain metadata: human-readable name, ticker symbol, decimal precision, total token supply, and a link to the Base block explorer page for the contract.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "An ERC-20 token contract address on Base (0x…)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hunter-address-api-erc-20-token-metadata-acbb8091/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simultaneously-provincial-pit-joseph.trycloudflare.com](https://www.zero.xyz/host/simultaneously-provincial-pit-joseph.trycloudflare.com/llms.txt)
