# MadeOnSol KOL Wallet Profile API

> MadeOnSol KOL Wallet Profile 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 an aggregated profile for a single KOL (Key Opinion Leader) wallet on Solana, including name, Twitter handle, win rates, PnL, trade count, and recent activity.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/{wallet}
- 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-profile-api-6a519610
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FhxpUxiBYAWkaW-xXITpn

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-profile-api-6a519610
```

Example prompt: Pull up the MadeOnSol KOL profile for wallet 9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb1PkjV7d9 — I want to see their name, Twitter, 7-day and 30-day win rates, total PnL, and trade count.

## When to prefer this

Use this endpoint when you need a comprehensive, aggregated KOL trading profile for a specific Solana wallet address — especially when you need win rates, PnL, and social identity (Twitter) in a single call. Prefer this over raw on-chain data sources when you want pre-computed metrics like 7d/30d win rates and total PnL without doing your own aggregation.

## Known failure modes

- Invalid or unrecognized wallet address returns 404 or empty result
- Wallet exists on-chain but has no KOL profile indexed — returns null or empty profile
- PRO+ include sections requested without appropriate subscription tier — returns 402 or restricted response
- Malformed wallet address causes 400 bad request
- Network timeout or upstream data unavailability returns 503

## How this service works

Aggregated profile for one KOL wallet — name, twitter, 7d/30d winrate, total PnL, trade count, recent activity. `include` param adds optional sections (PRO+).

## Output

Returns a structured profile for the specified KOL wallet including: display name, Twitter/X handle, 7-day win rate, 30-day win rate, total PnL, total trade count, and recent trading activity. Optional PRO+ sections can be included via the `include` parameter.

## More

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