# Wallet PnL Analysis (mpp.hyreagent.fun)

> Wallet PnL Analysis (mpp.hyreagent.fun) is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Analyzes the profit and loss (PnL) of a given crypto wallet address on the Base chain

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/traders/wallet-pnl
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-9b5fd604
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x97H4IgjPTRgK3Nx2jQM4

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 mpp-hyreagent-fun-9b5fd604 -d '<json body>'
```

Example prompt: Can you pull up the full PnL analysis for wallet 0x4a8b3c2d1e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b on the Base chain and tell me if it's been profitable?

## When to prefer this

Use this endpoint when you need on-chain PnL data for a specific wallet on the Base network, especially in the context of evaluating trader performance, DeFi activity analysis, or assessing whether a wallet associated with a token project has been profitable. Pairs well with the sibling endpoints on mpp.hyreagent.fun for holistic token and trader analysis.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address with no transaction history returns empty or zero PnL
- Network timeout or service unavailability returns 5xx error
- Unsupported chain or address format may return an error
- Payment failure (x402) if USDC is not provided

## How this service works

Wallet PnL analysis

## Output

Returns profit and loss metrics for the specified wallet address, including realized and unrealized gains/losses, overall trading performance, and financial summary data for on-chain activity on the Base network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "wallet"
 ],
 "properties": {
  "wallet": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-9b5fd604/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
