# MadeOnSol KOL Wallet Comparison API

> MadeOnSol KOL Wallet Comparison 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-15).

Returns side-by-side PnL, winrate, volume, and trade count stats for multiple KOL (Key Opinion Leader) wallets on Solana.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/compare
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/madeonsol-kol-wallet-comparison-api-942d2708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TqU48_N095n2l-4l88Zx5

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-kol-wallet-comparison-api-942d2708
```

Example prompt: Can you pull up a side-by-side comparison of PnL, winrate, volume, and trade count for these three Solana KOL wallets: wallet1abc, wallet2def, and wallet3ghi?

## When to prefer this

Use this endpoint when you need to compare trading performance metrics (PnL, winrate, volume, trade count) for multiple Solana KOL wallets simultaneously in a single call, rather than fetching individual wallet stats one at a time. Ideal for leaderboard analysis, influencer vetting, or portfolio benchmarking on Solana.

## Known failure modes

- Invalid or non-existent wallet addresses return empty or error results
- Too many wallets in a single request may exceed limits
- Missing required wallet address parameters returns 400-level error
- Payment not included or insufficient USDC results in 402 Payment Required
- Rate limiting if too many requests are made in rapid succession

## How this service works

Side-by-side stats (PnL, winrate, volume, trade count) for multiple KOL wallets.

## Output

A structured response containing side-by-side statistics for each requested KOL wallet, including profit and loss (PnL), win rate percentage, total trading volume, and total trade count, enabling direct performance comparison across wallets.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-wallet-comparison-api-942d2708/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)
