# blocksearch.dev Transfer Query

> blocksearch.dev Transfer Query is a paid API for AI agents from blocksearch.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves blockchain transfer history for a given address or named entity, with configurable filters for chain, token, direction, and more.

## Facts

- Endpoint: GET https://blocksearch.dev/api/transfers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blocksearch-dev-35eb5e42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GH4PLAh4_KvGDfkfyNG2j

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 blocksearch-dev-35eb5e42
```

Example prompt: Can you pull all token transfers for the address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum and Base, filtered to only show USDC movements?

## When to prefer this

Use this endpoint when you need detailed token transfer history for a specific wallet address or named blockchain entity, with fine-grained control over filters like chain, token, and direction. Prefer this over inflow/outflow summaries when you need individual transfer records rather than aggregated net flows.

## Known failure modes

- Invalid or unresolved entity name returns empty results or an error
- Unsupported chain identifier causes filter to fail
- Malformed address format returns a validation error
- No transfers found for the given filters returns an empty list
- Rate limit or payment failure (x402) prevents the call from completing

## How this service works

Get transfers for an address or entity with configurable filters.

## Output

A list of transfer records matching the query filters, each including details such as transaction hash, sender and recipient addresses, token transferred, amount, chain, and timestamp.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blocksearch-dev-35eb5e42/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blocksearch.dev](https://www.zero.xyz/host/blocksearch.dev/llms.txt)
