# MadeOnSol Deployer Leaderboard API

> MadeOnSol Deployer Leaderboard API 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-14).

Returns a ranked leaderboard of top Pump.fun token deployers sorted by bonding rate, recent performance, total bonded count, or last deploy time, excluding unranked deployers.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/deployer-hunter/leaderboard
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/madeonsol-deployer-leaderboard-api-0fd00293
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XbbISColDNOjU04a2R0Ie

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-deployer-leaderboard-api-0fd00293
```

Example prompt: Show me the top Pump.fun token deployers ranked by bonding rate — I want to see who's been the most successful at getting tokens to bond.

## When to prefer this

Use this endpoint when you need a ranked list of Pump.fun token deployers on Solana, especially when filtering or sorting by bonding success rate, recent performance, total bonded tokens, or recency of deployment activity. Ideal for researching which wallets are most effective at launching tokens that bond on Pump.fun.

## Known failure modes

- Invalid sort field returns 400 error
- Invalid pagination cursor returns 400 or empty result
- No deployers meeting ranking criteria returns empty list
- Service unavailable returns 5xx error
- Payment not processed returns 402 Payment Required

## How this service works

Top Pump.fun deployers by bonding rate, recent performance, total bonded count, or last deploy time. Excludes unranked deployers.

## Output

A paginated leaderboard of ranked Pump.fun deployer wallets, each with their bonding rate, total bonded token count, recent performance metrics, and last deploy timestamp. Unranked deployers are excluded from results.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-deployer-leaderboard-api-0fd00293/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)
