—
per call · USDC on Solana
Token safety analysis for a Solana mint: overall risk level, wallet-network concentration, bundle detection, mintable/freezable flags, critical risks, and warnings. Returns the most recent cached analysis.
Endpoint
GET https://api.deepnets.ai/api/token-safety/:solana_address67
Calls / 30d
1
Unique payers / 30d
Aug 16
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://api.deepnets.ai/api/token-safety/:solana_address", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.deepnets.ai/api/token-safety/:solana_address?mint=DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"criticalRisks": [],
"isFreezable": false,
"isMintable": false,
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"overallSafetyLevel": "OK",
"topHolderOwnership": 3.1,
"topNetworkOwnership": 4.2,
"topNetworkWalletCount": 7,
"topTenOwnership": 22.4,
"totalHolders": 8400,
"warnings": []
}Payment details
bn7slnmcl9ru5kt9gnwvn8e8sx912dbtxiubniwjbiy8epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1vIs this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Deepnets & similar services
Deepnets · Token Safety
api.deepnets.ai
Token safety analysis for a Solana mint: overall risk level, wallet-network concentration, bundle detection, mintable/freezable flags, critical risks, and warnings. Returns the most recent cached analysis.
Deepnets · Watchlist
api.deepnets.ai
The active deepnets watchlist - high-volume tokens that passed the safety screen, with current safety data.
Deepnets · Token Holder Graph
api.deepnets.ai
Funding-source graph for a token: nodes are wallets, edges are first-funding relationships, labeled with exchange attributions where known.