Discover newly active Solana tokens ranked by genuine organic activity, filtered to exclud
Discover newly active Solana tokens ranked by genuine organic activity, filtered to exclude wash trading. Optionally filter by minimum organic score and holder count. Call this to find tokens worth researching further with /analyze or /safety. — $0.01 USDC
10000 (raw units)
price
579
calls / 30d
5
unique payers
2026-09-18
updated
Provider
svm402.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "4ofUMGcRHsfr6LMY6AuaRSQpqyKsvibSbXmieQL4i8Dc",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 10,
"min_holders": 500,
"min_organic_score": 60
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"cache_built_at": "2025-01-01T00:00:00+00:00",
"tokens": [
{
"address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"holder_count": 12345,
"name": "Bonk",
"organic_score": 82.4,
"symbol": "BONK"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"limit": {
"default": 50,
"description": "Maximum tokens to return (1-50)",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"min_holders": {
"default": 0,
"description": "Filter by minimum holder count",
"minimum": 0,
"type": "integer"
},
"min_organic_score": {
"default": 0,
"description": "Filter by minimum organic score (0-100)",
"maximum": 100,
"minimum": 0,
"type": "number"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://svm402.com/discover" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://svm402.com/discover");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://svm402.com/discover")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1082.json, and this resource appears in /discovery/resources and /discovery/search.