# MadeOnSol KOL Feed

> MadeOnSol KOL Feed 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 real-time stream of every buy/sell trade from 1,000+ tracked Solana KOL (Key Opinion Leader) wallets with sub-3-second on-chain latency.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/feed
- 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-feed-dd5e5353
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j-yw1F2c5IgQSiSTE_ILn

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-feed-dd5e5353
```

Example prompt: Pull the latest buy and sell trades from the MadeOnSol KOL feed — I want to see what Solana influencer wallets have been trading in the last few minutes.

## When to prefer this

Choose this endpoint when you need a real-time, low-latency stream of aggregated KOL wallet trading activity across the Solana ecosystem. It is ideal for copy-trading signals, alpha detection, influencer tracking dashboards, and on-chain social sentiment analysis. Prefer this over building your own wallet tracker when you need coverage of 1,000+ curated KOL wallets without managing RPC infrastructure.

## Known failure modes

- No new trades in the feed window returns an empty result set
- Invalid cursor token results in a pagination error
- Payment of 0.01 USDC not satisfied returns a 402 Payment Required response
- Rate limiting or quota exhaustion may return 429 Too Many Requests
- Network or RPC node downtime on Solana may cause delayed or missing events

## How this service works

Stream-of-consciousness feed of every buy/sell from 1,000+ tracked Solana KOL wallets. Sub-3s latency from on-chain confirmation.

## Output

A stream/feed of recent buy and sell trade events from 1,000+ tracked Solana KOL wallets, delivered with sub-3-second latency from on-chain confirmation, including wallet addresses, token mints, trade actions, and timestamps.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-feed-dd5e5353/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)
