# HYRE Agent Top Solana Wallets by Realized PnL

> HYRE Agent Top Solana Wallets by Realized PnL is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a ranked list of top-performing Solana wallets by realized PnL, with an AI-generated follow/ignore recommendation for copy-trading.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/traders/top-wallets
- Price: $0.08/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-5008620f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7q4haFZZhl4p2oafhzNCB

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-5008620f -d '<json body>'
```

Example prompt: Show me the top 10 Solana wallets ranked by realized PnL right now and tell me which ones HYRE Agent recommends I should follow for copy-trading.

## When to prefer this

Choose this endpoint when you need to identify the best Solana wallets to copy-trade, ranked by realized profit. It combines on-chain PnL data with AI recommendations, making it ideal for agents automating copy-trading decisions or surfacing actionable alpha on Solana DeFi.

## Known failure modes

- Invalid or missing filter parameters return a 400 error
- Payment not processed returns a 402 error
- Solana RPC or on-chain data unavailable causes a 503 or timeout
- No wallets match the filter criteria returns an empty result set

## How this service works

HYRE Agent — top performing Solana wallets ranked by realized PnL, with AI follow/ignore recommendation for copy-trading.

## Output

A ranked list of top-performing Solana wallet addresses ordered by realized PnL, each accompanied by performance metrics and an AI-generated recommendation (follow or ignore) for copy-trading purposes.

## Example request

```json
{
 "limit": 10,
 "order": "descending",
 "period": "24h",
 "sort_by": "realized_pnl"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-5008620f/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)
