# RagRadar Portfolio Intelligence

> RagRadar Portfolio Intelligence is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Fetches on-chain portfolio data for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/portfolio/%7Bchain%7D/%7Baddress%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-portfolio-intelligence-32241baf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_izZt82cfc3DRsIbqnKVi4

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 ragradar-portfolio-intelligence-32241baf
```

Example prompt: Pull the on-chain portfolio for wallet 0xABC123...def on Base and show me what tokens and assets it holds.

## When to prefer this

Use this endpoint when you need on-chain portfolio data for a specific wallet address across Base, Arbitrum, or Solana — particularly when you need a quick, paid-per-query lookup without setting up your own blockchain node or indexer. Prefer this over generic block explorers when you need structured, agent-friendly JSON output and are already using x402 micropayment infrastructure.

## Known failure modes

- Invalid or unsupported chain identifier returns an error response
- Malformed wallet address results in lookup failure
- Wallet with no on-chain activity may return empty portfolio
- Network or RPC issues for the target chain cause timeout or error
- Payment not fulfilled via x402 micropayment results in 402 response

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object with portfolio data for the specified wallet on the given chain, including token holdings, balances, and asset breakdown as available from on-chain state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-portfolio-intelligence-32241baf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
