# MadeOnSol KOL Consensus API

> MadeOnSol KOL Consensus 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 aggregated Key Opinion Leader (KOL) consensus data for a Solana token mint, including accumulation vs distribution counts, net SOL flow, conviction score, and per-KOL stance breakdown.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/tokens/{mint}/kol-consensus
- 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-consensus-api-32386463
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gqj-2Yn9-EbrLwV-XLQwZ

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-consensus-api-32386463
```

Example prompt: What's the KOL consensus on the Solana token with mint address So11111111111111111111111111111111111111112 — are more influencers accumulating or distributing, and what's the conviction score?

## When to prefer this

Use this endpoint when you need aggregated on-chain KOL behavior signals for a Solana token — specifically when you want to know whether influential wallets are net buyers or sellers, and how strong that conviction is. Prefer this over raw trade data endpoints when you need a pre-computed consensus view rather than raw transaction rows.

## Known failure modes

- Invalid or non-existent token mint address returns 404 or empty result
- No KOL data available for a very new or obscure token mint
- Payment failure via x402 protocol results in 402 error
- Malformed mint address format returns 400 bad request
- Rate limiting or quota exceeded returns 429

## How this service works

Aggregated KOL consensus view for a token mint — how many KOLs are accumulating vs distributing, net SOL flow, conviction score, and per-KOL stance breakdown.

## Output

Returns an aggregated KOL consensus object containing: count of KOLs accumulating vs distributing the token, net SOL flow attributable to KOLs, an overall conviction score, and a breakdown of each individual KOL's stance (buy/sell/hold) for the specified token mint.

## More

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