# MadeOnSol Alpha Wallet Leaderboard

> MadeOnSol Alpha Wallet Leaderboard is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a ranked leaderboard of algorithmically identified alpha wallets (profit-making traders outside the KOL roster), sortable by win rate, PnL, or ROI.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/alpha/leaderboard
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Success rate: 0% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/madeonsol-alpha-wallet-leaderboard-4cec4c80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vF5nIu8ikL9alPnmpZ9r5

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 madeonsol-alpha-wallet-leaderboard-4cec4c80
```

Example prompt: Pull the MadeOnSol alpha wallet leaderboard and show me the top performers ranked by ROI — I want to see wallets the classifier flagged as consistent profit-makers that aren't in the KOL roster.

## When to prefer this

Use this endpoint when you need to discover consistently profitable Solana wallets that are not part of a curated KOL/influencer list, specifically those flagged by an algorithmic alpha classifier. Prefer this over generic wallet analytics when you want a pre-ranked, classifier-curated leaderboard rather than raw on-chain data.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid sort field specified — returns 400 Bad Request
- Tier limit exceeded — returns truncated result set capped at tier maximum
- No alpha wallets currently in classifier output — returns empty result set
- Rate limiting — returns 429 Too Many Requests

## How this service works

Wallets identified by our alpha classifier (`mv_alpha_wallets`) as consistent profit-makers outside our curated KOL roster. Ranked by win rate, PnL, or ROI. ULTRA returns up to 500 rows; lower tiers cap at 100.

## Output

A ranked list of up to 500 (ULTRA tier) or 100 (lower tiers) wallet records identified as alpha profit-makers by the mv_alpha_wallets classifier, each with win rate, PnL, and ROI metrics, sorted by the requested field.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-alpha-wallet-leaderboard-4cec4c80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
