S

svm402-service · Analyze

by svm402-service

POSTSolana

per call · USDC on Solana

Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.03 USDC

Endpoint

POST https://svm402.com/analyze

630

Calls / 30d

2

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/analyze", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://svm402.com/analyze" \
  -H "Content-Type: application/json" \
  -d '{"address":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "holders": {
    "top_10_pct": 15,
    "total_holders": 100000
  },
  "price": {
    "liquidity_usd": 1234567,
    "price_usd": 0.000012
  },
  "safety": {
    "is_honeypot": false,
    "risk_score": 25
  },
  "token": {
    "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
    "name": "Bonk",
    "symbol": "BONK"
  }
}

Payment details

Pay to4ofumgcrhsfr6lmy6auarsqpqyksvibsbxmieql4i8dc
Assetepjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v
NetworksSolana
Schemesexact

Is this your API?

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

Get featured →

More from svm402-service & similar services