S

svm402-service · Discover

by svm402-service

POSTSolana

per call · USDC on Solana

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

Endpoint

POST https://svm402.com/discover

376

Calls / 30d

5

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://svm402.com/discover", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "limit": 10,
    "min_holders": 500,
    "min_organic_score": 60
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://svm402.com/discover" \
  -H "Content-Type: application/json" \
  -d '{"limit":10,"min_holders":500,"min_organic_score":60}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cache_built_at": "2025-01-01T00:00:00+00:00",
  "tokens": [
    {
      "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
      "holder_count": 12345,
      "name": "Bonk",
      "organic_score": 82.4,
      "symbol": "BONK"
    }
  ]
}

Payment details

Pay to4ofumgcrhsfr6lmy6auarsqpqyksvibsbxmieql4i8dc
Assetepjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v
NetworksSolana
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from svm402-service & similar services