# RagRadar Portfolio P&L Summary

> RagRadar Portfolio P&L Summary is a paid API for AI agents from ragradar.space, 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.space/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-5855f49c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aK6NGyNrScnfq1h_JZt98

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-5855f49c
```

Example prompt: Can you pull up the portfolio P&L summary for my Base wallet 0xAbC123...def on RagRadar — I want to see how much I've made or lost overall?

## When to prefer this

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

## Known failure modes

- Invalid chain identifier returns an error response
- Malformed or non-existent wallet address returns an error
- Chain not supported (only Base, Arbitrum, Solana) returns 400 or 404
- Payment not processed (x402 payment required, $0.02 USDC) returns 402
- Rate limiting or server unavailability returns 5xx

## How this service works

On-chain intelligence for AI agents. 73+ 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, including realized gains, unrealized gains, and net portfolio performance metrics.

## 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-5855f49c/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)
