# mpp.hyreagent.fun Top Performing Wallets

> mpp.hyreagent.fun Top Performing Wallets 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 the top performing wallets on the Base blockchain, ranked by trading performance metrics

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/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-4ca2ba5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Obama0NtiPR_42kAt_7Ny

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-4ca2ba5d -d '<json body>'
```

Example prompt: Show me the top performing wallets on the Base blockchain right now — I want to see which traders have the best track record so I can follow their moves.

## When to prefer this

Use this endpoint when you need to identify and rank the best-performing wallets on the Base blockchain for copy trading, research, or competitive analysis. Prefer this over generic wallet lookup endpoints when you specifically want performance-ranked results on Base rather than raw wallet data or token-specific holders.

## Known failure modes

- No wallets returned if filters are too restrictive
- Network timeout if blockchain data indexing is slow
- Invalid request body returns 400 error
- Payment failure returns 402 if USDC balance is insufficient
- Base network data may have a slight lag from real-time

## How this service works

Top performing wallets

## Output

A ranked list of top-performing wallet addresses on the Base blockchain, including performance metrics such as returns, trading volume, win rates, or profit/loss statistics for each wallet.

## Example request

```json
{
 "limit": 10,
 "sortBy": "winRate",
 "timeframe": "7d",
 "minTradeCount": 5
}
```

## More

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