# RagRadar Portfolio P&L Summary

> RagRadar Portfolio P&L Summary is a paid API for AI agents from ragradar.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 wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.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-portfolio-p-l-summary-6a63aba8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T6BP79RMHyWjyK9Sj3_IC

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-p-l-summary-6a63aba8
```

Example prompt: Can you pull up the P&L summary for wallet 0xAbc123...def on Base and tell me how much I'm up or down overall?

## When to prefer this

Use this endpoint when you need a high-level P&L summary for a specific wallet on Base, Arbitrum, or Solana. Prefer this over raw transaction endpoints when you want aggregated gain/loss figures rather than individual transaction details.

## Known failure modes

- Invalid or unsupported chain parameter returns error
- Malformed or non-existent wallet address returns error or empty result
- Payment not completed (402) blocks response
- Rate limiting or service unavailability returns 5xx
- Address with no transaction history may return empty or zero P&L

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON summary of the wallet's profit and loss including realized gains, unrealized gains, total return, and other portfolio performance metrics for the specified chain and address.

## 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-p-l-summary-6a63aba8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
