# RagRadar Portfolio P&L Tracker

> RagRadar Portfolio P&L Tracker 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).

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

## Facts

- Endpoint: GET https://ragradar.space/api/pnl/%7Bchain%7D/%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-portfolio-p-l-tracker-926ca94a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HZGgbel-uae-Bnf5LWAAT

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-tracker-926ca94a
```

Example prompt: Can you pull up the full P&L breakdown for my Base wallet 0xAbC123...456 using RagRadar — I want to see how my portfolio has performed?

## When to prefer this

Use this endpoint when you need on-chain P&L analytics for a specific wallet address on Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need aggregated profit/loss computation rather than raw transaction data. Best suited for DeFi portfolio tracking and performance analysis.

## Known failure modes

- Invalid chain identifier returns error — only Base, Arbitrum, Solana supported
- Malformed or non-existent wallet address returns 404 or empty result
- Payment not fulfilled returns 402 status
- Rate limiting or upstream data unavailability returns 503
- New or inactive wallet with no transaction history returns empty P&L data

## How this service works

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

## Output

Returns a JSON object with portfolio profit and loss data for the specified wallet on the given chain, including realized gains, unrealized gains, and trade 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-tracker-926ca94a/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)
