# RagRadar Wallet Intelligence — On-Chain Portfolio Lookup

> RagRadar Wallet Intelligence — On-Chain Portfolio Lookup is a paid API for AI agents from ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches AI-powered multi-chain portfolio and on-chain intelligence for a given wallet address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.space/api/intelligence/wallet/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-wallet-intelligence-on-chain-portfolio-lookup-af6da6ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rRCvyRegNj-dexYrw1rnd

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-wallet-intelligence-on-chain-portfolio-lookup-af6da6ec
```

Example prompt: Can you pull up the on-chain portfolio intelligence for wallet 0x4e5B2e1dc63F6b91cb6Cd759936495434C7e972F — I want to see P&L, token holdings, and DeFi positions across Base, Arbitrum, and Solana?

## When to prefer this

Use this endpoint when you need multi-chain wallet intelligence in a single call covering Base, Arbitrum, and Solana — especially for portfolio P&L, DeFi positions, and smart money tracking. Prefer over single-chain analytics tools when the wallet of interest is active across multiple EVM and Solana ecosystems.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet address with no on-chain activity may return empty results
- Payment failure (402) if x402 payment is not properly submitted
- Unsupported chain or address format may return null data
- Rate limiting or server errors may return 5xx responses

## How this service works

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

## Output

Returns a JSON object with AI-powered on-chain analytics for the specified wallet, potentially including portfolio P&L, token balances, DeFi yield positions, and multi-chain activity across Base, Arbitrum, and Solana.

## 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-wallet-intelligence-on-chain-portfolio-lookup-af6da6ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
