# RagRadar PnL Summary

> RagRadar PnL Summary is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a profit-and-loss summary for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/pnl/%7Bchain%7D/%7Baddress%7D/summary
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-pnl-summary-003295e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qp6YuoIyPcdDv9lury2cN

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-pnl-summary-003295e9
```

Example prompt: Can you pull the PnL summary for wallet 0xABC123...def on Base using RagRadar — I want to see if this address is up or down overall?

## When to prefer this

Use this endpoint when you need a concise financial performance overview (PnL) for a specific wallet on Base, Arbitrum, or Solana. Prefer it over raw transaction endpoints when you want aggregated gain/loss metrics rather than individual transaction details. It is particularly useful for agents performing portfolio analysis, trader research, or automated financial reporting on EVM-compatible chains and Solana.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain identifier causes a bad request
- Address with no transaction history may return empty or zero-value summary
- x402 micropayment failure if USDC balance is insufficient
- Network or RPC issues for a specific chain may cause timeouts

## How this service works

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

## Output

A JSON object containing a profit-and-loss summary for the specified wallet on the given chain, likely including realized gains/losses, unrealized gains/losses, and overall portfolio performance metrics. Response shape: {status: 'ok', ...summary fields}.

## 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-pnl-summary-003295e9/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)
