# Base ERC-20 Allowance Scanner

> Base ERC-20 Allowance Scanner is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Scans a Base EVM address for all active ERC-20 token allowances, returning balances, gas info, and DeFi protocol exposure

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/base-allowance-scan
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-erc-20-allowance-scanner-c17711fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ySLjkO0igB_Xj9f3_Wrat

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 base-erc-20-allowance-scanner-c17711fc
```

Example prompt: Can you scan the Base wallet 0x1234...abcd and show me all its active ERC-20 token allowances, balances, and any DeFi protocol exposure?

## When to prefer this

Choose this endpoint when you need a quick on-chain snapshot of ERC-20 token allowances for a specific Base network wallet, especially for security audits, DeFi risk assessment, or pre-revocation reviews. It bundles allowance data with gas and protocol TVL/APY context in a single paid call, making it more efficient than querying multiple on-chain sources separately.

## Known failure modes

- Invalid or malformed EVM address returns an error
- Address with no on-chain activity may return empty allowance list
- Rate limiting or upstream RPC unavailability could cause timeouts
- Non-Base chain addresses may not return valid results
- Response schema is undocumented so output structure may vary

## How this service works

TIP-OF-SPEAR: URL Fingerprint ($0.01) GET ?url= → body_sha256/TLS/DNS. DEMAND-MATCHED SERP tip: Web Search ($0.02) GET ?q= (required) → ranked results. OCR tip: Image OCR ($0.01) GET ?url= → Tesseract text (COGS=0). Builder tool: Bazaar Readiness Check — FREE ?url= indexed yes/nein + issue count; PAID report $0.05 Fix-JSON. Gated-data: Base DeFi Snapshot ($0.03) balances+gas+protocol TVL/APY. Free teasers have no live hash/results. Upsell red-flag $0.25. Ladder: 0.01→0.02→0.025→0.25→0.35→0.49→0.75→17.

## Output

Returns a snapshot of the Base wallet's active ERC-20 allowances including approved spenders and amounts, current token balances, gas price data, and DeFi protocol metrics such as TVL and APY for protocols interacted with.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "address": {
   "type": "string",
   "description": "Required Base EVM address to scan ERC-20 allowances"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-erc-20-allowance-scanner-c17711fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
