# MadeOnSol KOL Coordination History

> MadeOnSol KOL Coordination History 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 historical KOL coordination clusters with entry market cap, peak market cap, and outcome classification (hit, miss, pending) for backtesting Solana token pump signals.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/coordination/history
- 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-coordination-history-f77ad07f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ii78b99XhQFatlZese1mB

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-coordination-history-f77ad07f
```

Example prompt: Pull the historical KOL coordination clusters from MadeOnSol so I can backtest which coordination signals actually led to token pumps — I want to see the entry market cap, peak market cap, and whether each one was a hit, miss, or is still pending.

## When to prefer this

Use this endpoint when you need historical ground-truth data on whether KOL coordination clusters led to token price pumps on Solana, specifically for backtesting or evaluating the predictive accuracy of coordination signals. Prefer this over real-time coordination endpoints when the goal is retrospective analysis or strategy validation rather than live signal monitoring.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Invalid or expired pagination cursor — returns 400 Bad Request
- No historical coordination data available — returns empty result set
- Rate limit exceeded — returns 429 Too Many Requests
- Service temporarily unavailable — returns 503

## How this service works

Past coordination clusters with outcomes — did the token pump after KOLs converged? Returns clusters with entry MC, peak MC after detection, and outcome classification (hit, miss, pending). Useful for backtesting coordination signals.

## Output

A paginated list of past KOL coordination clusters, each including the entry market cap at detection, the peak market cap reached after detection, and an outcome classification label of 'hit', 'miss', or 'pending' — enabling quantitative backtesting of coordination-based trading signals on Solana tokens.

## More

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