# Strale Web3 Wallet Snapshot

> Strale Web3 Wallet Snapshot is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054/call, status unknown (last checked 2026-09-15).

Returns a point-in-time snapshot of a Web3 wallet's token holdings and balances on a specified EVM chain

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/web3-wallet-snapshot
- Price: $0.054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-web3-wallet-snapshot-95b2f67d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TUVzP3AkCBqritcb4UTIV

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 strale-web3-wallet-snapshot-95b2f67d -d '<json body>'
```

Example prompt: Can you pull a snapshot of all token holdings for wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum mainnet (chain ID 1)?

## When to prefer this

Use this endpoint when you need a verified, auditable snapshot of EVM wallet holdings with a cryptographic audit trail. Prefer this over raw RPC calls when you need trust-layer guarantees, multi-chain normalization, and an immutable audit record for compliance or reporting purposes. Best suited for agents that need to verify wallet state at a specific moment with provenance.

## Known failure modes

- Invalid wallet address format (non-0x or malformed) returns validation error
- Unsupported or invalid chain_id returns error indicating chain not available
- Wallet with no on-chain activity may return empty holdings
- Rate limiting or payment failure returns 402 or 429 status
- RPC node unavailability for the requested chain may cause timeout

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a structured snapshot of all token holdings and balances for the specified wallet address on the given EVM chain, along with a cryptographic audit record with chain hashing for provenance verification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-web3-wallet-snapshot-95b2f67d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
