# Strale Wallet Transactions Lookup

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

Look up on-chain wallet transactions for a given Ethereum (or EVM-compatible) address, with audit-trail hashing on every response.

## Facts

- Endpoint: GET https://api.strale.io/x402/v2/wallet-transactions-lookup
- Price: $0.0216/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-wallet-transactions-lookup-b70487c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_46fDpOXVrgwea4sL7dBIZ

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-wallet-transactions-lookup-b70487c5
```

Example prompt: Can you pull up the last 30 transactions for Ethereum wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e on mainnet so I can review the recent on-chain activity?

## When to prefer this

Choose this endpoint when you need auditable, trust-layer-verified on-chain transaction history for an EVM wallet address — especially when cryptographic audit records are required for compliance or agent-to-agent trust. Prefer this over raw RPC calls or block explorer scraping when you need structured JSON output with a tamper-evident audit chain and pay-per-call pricing without managing API keys.

## Known failure modes

- Invalid wallet address format (non-0x or malformed hex) returns a validation error
- Unsupported chain_id returns an error indicating the chain is not available
- Limit out of range (below 1 or above 50) returns a parameter validation error
- Address with no transaction history returns an empty list
- Network congestion or upstream RPC timeouts may cause slow or failed responses
- Payment not included or insufficient USDC micropayment returns a 402 Payment Required

## 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 list of on-chain transactions for the specified wallet address, including transaction hashes, amounts, timestamps, counterparties, and status. Every response includes a cryptographic audit record with chain hashing for tamper-evident provenance verification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-wallet-transactions-lookup-b70487c5/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)
