—
per call · USDC on Solana
Safety and honeypot risk check for a Solana token given its mint address. Returns a deterministic risk score, honeypot flag, owner-renounced status, liquidity lock status, and holder concentration. Call this before trading an unfamiliar token. — $0.01 USDC
Endpoint
GET https://svm402.com/safety/:address15
Calls / 30d
4
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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/safety/:address", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://svm402.com/safety/:address" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"safety": {
"is_honeypot": false,
"risk_score": 25
}
}Payment details
4ofumgcrhsfr6lmy6auarsqpqyksvibsbxmieql4i8dcepjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1vIs this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from svm402-service & similar services
svm402-service · Price
svm402.com
Current price and liquidity data for a Solana token given its mint address, sourced from Jupiter and Helius. Call this for a quick, cheap market quote when you do not need the full analysis. — $0.01 USDC
svm402-service · Analyze
svm402.com
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
svm402-service · Discover
svm402.com
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