# BlockSearch Insights List

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

Returns a filtered list of blockchain insights about entities, chains, tokens, and more.

## Facts

- Endpoint: GET https://blocksearch.dev/api/insights/list
- 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/blocksearch-dev-3eacf49b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vb4f9iMJZspvKVX-niQuc

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-3eacf49b
```

Example prompt: Can you pull me a list of insights for the Uniswap entity on Ethereum from BlockSearch, filtering by the Ethereum chain?

## When to prefer this

Use this endpoint when you need a structured, filterable list of insights about blockchain entities, chains, or tokens — especially when you want to explore multiple insights at once with configurable filters rather than fetching a single metric or transfer history.

## Known failure modes

- Invalid or unknown entity name returns empty or error response
- Unsupported chain filter returns no results
- Malformed filter parameters return a 400-level error
- Payment not processed (x402 flow) results in 402 Payment Required
- Rate limiting or quota exceeded returns 429

## How this service works

Get list of insights about entities, chains, tokens, and more with configurable filters.

## Output

A list of insight objects covering entities, chains, and tokens, each containing analytical details filtered according to the request parameters such as chain, entity type, or token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blocksearch-dev-3eacf49b/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)
