# Base DeFi Snapshot — Balance & Protocol Data

> Base DeFi Snapshot — Balance & Protocol Data is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns token balances, gas prices, and DeFi protocol TVL/APY data for a given Base EVM address

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/base-balance.json
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-defi-snapshot-balance-protocol-data-78c2c25a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eSDdHnb4GmGLCInIVTS9N

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-defi-snapshot-balance-protocol-data-78c2c25a
```

Example prompt: Can you pull the current token balances, gas price, and DeFi protocol TVL and APY for my Base wallet 0xAbC123...?

## When to prefer this

Use this endpoint when you need a quick, paid on-demand snapshot of a Base network EVM address's token balances and DeFi protocol metrics (TVL/APY) without running your own RPC node. Prefer this over generic Ethereum endpoints specifically for Base L2 chain data.

## Known failure modes

- Invalid or malformed EVM address returns an error response
- Address with no activity may return empty balances
- Base network RPC outage may cause stale or missing data
- Missing required 'address' parameter returns 400-level error
- Unrecognized contract addresses may not resolve protocol metadata

## 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

A JSON object containing the queried Base EVM address's token balances, current network gas prices, and aggregated DeFi protocol data including TVL and APY figures for associated protocols.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "address": {
   "type": "string",
   "description": "Base EVM address"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-defi-snapshot-balance-protocol-data-78c2c25a/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)
