# RagRadar PnL Summary

> RagRadar PnL Summary is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

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

## Facts

- Endpoint: GET https://backup.ragradar.space/api/pnl/%7Bchain%7D/%7Baddress%7D/summary
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-pnl-summary-82448620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vhbELKnuUNNRXIPT_z92a

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-82448620
```

Example prompt: What's the overall profit and loss summary for wallet 0xAbC123...def on Base — has it been net positive or negative overall?

## When to prefer this

Use this endpoint when you need a high-level profit-and-loss summary for a specific wallet across Base, Arbitrum, or Solana. Prefer this over raw transaction endpoints when you want aggregated financial performance data without processing individual trades yourself.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent wallet address returns an error
- Address with no on-chain activity may return empty or zero PnL data
- Payment failure via x402 micropayment results in 402 response
- Rate limiting or backend unavailability returns 5xx error

## 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 address on the given chain, including realized and unrealized gains, net PnL figures, and overall trading 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-pnl-summary-82448620/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
