# MadeOnSol Token Info API

> MadeOnSol Token Info 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 comprehensive token analytics for a Solana token mint: VWAP price, market cap, 24h volume/trade count, deployer reputation, KOL smart-money activity, token age, and blacklist status — all in a single call.

## Facts

- Endpoint: GET https://api.relai.fi/relay/1780517153303/token/{mint}
- 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-info-api-ddd6388f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A9nObwT4dSbCvhEU3GxOc

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-info-api-ddd6388f
```

Example prompt: Can you pull up the full token report for Solana mint EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to see the VWAP price, market cap, 24h volume, deployer reputation, whether it's blacklisted, and if any smart money or KOLs have been buying it?

## When to prefer this

Use this endpoint when you need a comprehensive, single-call snapshot of a Solana token's on-chain health: price, volume, age, deployer trust, smart-money interest, and blacklist status. Ideal for agents performing token due diligence, rug-pull detection, or KOL-driven trade signals on Solana DEX tokens. Prefer this over generic price APIs when deployer reputation and blacklist categorization are required.

## Known failure modes

- Invalid or malformed mint address returns a 4xx error
- Unknown mint address with no on-chain history may return null or empty fields
- Network timeouts if DEX firehose data is temporarily unavailable
- Payment failure (insufficient USDC or x402 protocol error) blocks the call
- Rate limiting if too many calls are made in a short window

## How this service works

Price (VWAP from our DEX firehose), market cap, 24h volume + trade count, deployer reputation, KOL smart-money activity, `first_seen_at` + `age_seconds`, and `is_blacklisted` + `blacklist_category` — all in one call. **ULTRA** adds wallet addresses inside `kol_activity.top_buyers[]`.

## Output

A JSON object containing: VWAP price from DEX firehose, market cap, 24h volume and trade count, deployer reputation signal, KOL/smart-money activity summary (with top buyer wallet addresses in ULTRA tier), first_seen_at timestamp, age_seconds, is_blacklisted boolean, and blacklist_category string.

## More

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