# MadeOnSol Token Cap Table API

> MadeOnSol Token Cap Table 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 top holders of a Solana token with classification labels (KOL, human, bundle, sniper); PRO+ tier returns the full breakdown.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/tokens/{mint}/cap-table
- 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-token-cap-table-api-420368dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NxqlS1TvA1uXnddgcov6-

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-token-cap-table-api-420368dd
```

Example prompt: Show me the top holders for Solana token mint 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and classify each one as KOL, human, bundle, or sniper.

## When to prefer this

Use this endpoint when you need to understand the holder composition of a Solana token — specifically when you want to identify whether top wallets are organic (human), influential (KOL), coordinated (bundle), or opportunistic (sniper). It is purpose-built for Solana token analytics and provides classification labels not available from generic on-chain data queries.

## Known failure modes

- Invalid or non-existent mint address returns an error or empty result
- Insufficient tier (non-PRO+) returns only partial holder data
- Payment failure or missing x402 payment header returns 402 or authorization error
- Rate limiting or downstream data unavailability returns 5xx error

## How this service works

Top holders and their classification (KOL, human, bundle, sniper). PRO+ returns full breakdown.

## Output

A ranked list of top token holders for the given Solana mint, each labeled with a classification (KOL, human, bundle, or sniper). PRO+ access returns the full cap table breakdown with detailed per-wallet data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/madeonsol-token-cap-table-api-420368dd/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)
