# EruditePay Wallet PnL Intelligence

> EruditePay Wallet PnL Intelligence is a paid API for AI agents from bridge.eruditepay.com, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-14).

Returns profit and loss (PnL) analysis for a given crypto wallet or contract address

## Facts

- Endpoint: POST https://bridge.eruditepay.com/api/base/wallet/pnl
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bridge-eruditepay-com-2049b9ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fL1suKHBRmUC3vEBLsTX

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 bridge-eruditepay-com-2049b9ad -d '<json body>'
```

Example prompt: What's the profit and loss breakdown for the wallet address 0x1234abcd...efgh? I want to know how much it's made or lost overall.

## When to prefer this

Use this endpoint when you need on-chain profit and loss analysis for a specific wallet or contract address, particularly for crypto portfolio performance evaluation, DeFi analytics, or trader performance tracking. Prefer this over generic blockchain explorers when you need computed PnL rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Address not found on supported chain returns empty or null result
- Network timeout or service unavailability returns 5xx error
- Unsupported chain or address type may return no data

## How this service works

Crypto data intelligence

## Output

Returns PnL metrics for the specified wallet or contract address, including realized and/or unrealized gains and losses, overall portfolio performance, and related crypto financial data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Wallet or contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bridge-eruditepay-com-2049b9ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bridge.eruditepay.com](https://www.zero.xyz/host/bridge.eruditepay.com/llms.txt)
