# MadeOnSol KOL Token Entry Order

> MadeOnSol KOL Token Entry Order 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 ordered list of KOL (Key Opinion Leader) first-buys on a specific Solana token mint, showing who entered first, second, etc., with timestamps.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/kol/tokens/{mint}/entry-order
- 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-token-entry-order-5052c25e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1H8Q6iY1sZZZ2nX18AG_s

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-token-entry-order-5052c25e
```

Example prompt: Show me the ordered list of KOL first-buys on the Solana token mint EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to see who got in first, second, and so on, with timestamps.

## When to prefer this

Use this endpoint when you need to identify which KOLs entered a Solana token position earliest and in what order — especially useful for analyzing influencer-driven price movements, tracking smart money entry, or auditing token launch activity on Solana.

## Known failure modes

- Invalid or non-existent mint address returns an error or empty result
- Token mint with no KOL activity returns an empty list
- Network or relay errors return a 5xx response
- Insufficient payment (x402) results in a 402 Payment Required error
- Malformed POST body returns a 400 Bad Request

## How this service works

Ordered list of KOL first-buys on a token mint — who got in first, second, etc., with timestamps.

## Output

An ordered list of KOL wallets that first bought the specified token mint, ranked by entry order (first buy, second buy, etc.) along with timestamps for each entry.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-kol-token-entry-order-5052c25e/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)
