# BlockRun.AI Aggregated Wallet Profile

> BlockRun.AI Aggregated Wallet Profile is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0075/call, status unknown (last checked 2026-09-13).

Returns an aggregated multi-chain wallet profile for a given blockchain address, including holdings, activity, and cross-chain data.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/wallet/detail
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-44dc7257
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NSlWnqErz6-JTiXIxBVF_

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 blockrun-ai-44dc7257
```

Example prompt: Give me the full aggregated wallet profile for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 — I want to see all its holdings and activity across every chain.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-chain view of a single wallet address in one call, rather than querying individual chain-specific APIs separately. Ideal for portfolio analytics, wallet due diligence, or DeFi activity summarization across chains.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unknown or brand-new wallet with no on-chain history may return empty or minimal data
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Network-specific data may be incomplete if a chain is temporarily unavailable

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

A structured wallet profile aggregating token balances, DeFi positions, transaction activity, and asset distribution across multiple blockchain networks for the queried address.

## Example request

```json
{
 "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-44dc7257/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
