# x402hub EVM Token Transfer Lookup

> x402hub EVM Token Transfer Lookup is a paid API for AI agents from token-api.x402hub.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves EVM token transfer history for a given wallet address on a specified chain, paginated by limit

## Facts

- Endpoint: POST https://token-api.x402hub.xyz/api/transfers/evm
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/token-api-x402hub-xyz-99afc736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JeA5kgurQGS_Y7H7z4byD

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 token-api-x402hub-xyz-99afc736 -d '<json body>'
```

Example prompt: Show me the last 10 token transfers for wallet 0x1234567890123456789012345678901234567890 on Ethereum mainnet (chain ID 1).

## When to prefer this

Use this endpoint when you need on-chain EVM token transfer history for a specific wallet address and chain, especially in agentic workflows willing to pay micro-amounts per query via x402 payment protocol. Prefer over free alternatives when reliable, pay-per-use access is needed without API key registration.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions
- Invalid or malformed wallet address returns error
- Unsupported chainId returns error or empty results
- Exceeding rate limits or payment failure causes request rejection
- Very high limit values may time out or return partial results

## Output

A paginated list of EVM token transfer records for the specified wallet address on the given chain, including transaction details such as sender, recipient, token, and amount.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/token-api-x402hub-xyz-99afc736/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from token-api.x402hub.xyz](https://www.zero.xyz/host/token-api.x402hub.xyz/llms.txt)
