MadeOnSol delivers real-time Solana memecoin intelligence via x402 micropayments — pay per request in USDC on Solana, no API keys or subscriptions. Endpoints cover a live KOL wallet trade feed (1,000+ tracked wallets), KOL convergence/coordination signals, PnL leaderboards, trading pairs, hot & trending tokens, and Pump.fun deployer alerts. Each call returns structured JSON with KOL identity, token details, and on-chain enrichment.
Pay from $0.005 to $0.02 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 2h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 189ms
- avg response
- 179ms
- total checks
- 2,759
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 to $0.02 (p44 in Data)
- price (min)
- $0.005
- price (max)
- $0.02
- category percentile (min)
- p44 in Data
- category percentile (max)
- p48 in Data
- endpoints / prices
- 7 / 3
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $2.08 30d · 3 buyers
- volume 30d
- $2.08
- buyers 30d
- 3
- settlements 30d
- 193
- last settlement
- 2026-07-10
- top buyer share
- 69% of 30d volume
- trend 7d vs 30d
- 0.00x the 30d daily rate
- networks
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides real-time tracking of key opinion leaders (KOLs), tokens, and deployers on Solana and Robinhood Chain networks.
- category
- blockchain-analytics
- in
- body
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/x402/deployer-hunter/alerts | $0.01 | Solana | USDC | |
| POST | /api/x402/kol/coordination | $0.02 | Solana | USDC | |
| POST | /api/x402/kol/feed | $0.005 | Solana | USDC | |
| POST | /api/x402/kol/leaderboard | $0.005 | Solana | USDC | |
| POST | /api/x402/kol/pairs | $0.02 | Solana | USDC | |
| POST | /api/x402/kol/tokens/hot | $0.01 | Solana | USDC | |
| GET | /api/x402/kol/tokens/trending | $0.01 | Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/x402/deployer-hunter/alerts returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://madeonsol.com/api/x402/deployer-hunter/alerts'
// 402 response (captured by monitor) · 7 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/leaderboard",
"mimeType": "application/json",
"description": "KOL performance rankings by PnL and win rate"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "20",
"period": "today"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max KOLs to return"
},
"period": {
"enum": [
"today",
"7d",
"30d",
"90d",
"180d"
],
"type": "string",
"default": "7d",
"description": "Ranking window"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/coordination",
"mimeType": "application/json",
"description": "KOL convergence signals — tokens accumulated by multiple KOLs"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "20",
"period": "1h",
"min_kols": "2"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max results"
},
"period": {
"enum": [
"1h",
"6h",
"24h",
"7d"
],
"type": "string",
"default": "24h",
"description": "Lookback window"
},
"min_kols": {
"type": "integer",
"default": 2,
"maximum": 50,
"minimum": 2,
"description": "Minimum distinct KOLs converging on a token"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/pairs",
"mimeType": "application/json",
"description": "KOL affinity matrix — which KOLs frequently co-trade the same tokens"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "20",
"period": "7d",
"min_shared": "2"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max pairs to return"
},
"period": {
"enum": [
"7d",
"30d"
],
"type": "string",
"default": "7d",
"description": "Co-trade window"
},
"min_shared": {
"type": "integer",
"default": 2,
"maximum": 20,
"minimum": 1,
"description": "Minimum shared tokens between a pair"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/deployer-hunter/alerts",
"mimeType": "application/json",
"description": "Real-time alerts from tracked Pump.fun deployers (all graded tiers)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "50",
"since": "example",
"offset": "0"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Max alerts to return"
},
"since": {
"type": "string",
"description": "ISO8601 timestamp — only alerts after this time"
},
"offset": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Pagination offset"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/tokens/hot",
"mimeType": "application/json",
"description": "KOL momentum tokens — tokens with accelerating KOL buy interest"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "20",
"period": "1h",
"min_kols": "2"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max tokens to return"
},
"period": {
"enum": [
"1h",
"6h"
],
"type": "string",
"default": "1h",
"description": "Momentum window"
},
"min_kols": {
"type": "integer",
"default": 2,
"maximum": 20,
"minimum": 1,
"description": "Minimum participating KOLs"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/tokens/trending",
"mimeType": "application/json",
"description": "Tokens ranked by KOL buy volume — real-time capital-flow signal"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": "20",
"period": "5m",
"min_kols": "2"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max tokens to return"
},
"period": {
"enum": [
"5m",
"15m",
"30m",
"1h",
"2h",
"4h",
"12h"
],
"type": "string",
"default": "1h",
"description": "Trending window (sub-hour requires PRO/ULTRA)"
},
"min_kols": {
"type": "integer",
"default": 2,
"maximum": 20,
"minimum": 1,
"description": "Minimum participating KOLs"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://madeonsol.com/api/x402/kol/feed",
"mimeType": "application/json",
"description": "Real-time KOL trade feed from 1,000+ tracked wallets"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"kol": "example",
"limit": "50",
"action": "buy"
}
},
"output": {
"type": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"kol": {
"type": "string",
"description": "Filter by a single KOL wallet address (base58)"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Max trades to return"
},
"action": {
"enum": [
"buy",
"sell"
],
"type": "string",
"description": "Filter by trade side"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/madeonsol/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 7 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/madeonsol.svg" alt="MadeOnSol listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/madeonsol.svg?data=uptime" alt="MadeOnSol uptime on x402-list" height="28"> </a>