D

Deepnets · Token Safety

by Deepnets

GETSolana

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_address

67

Calls / 30d

1

Unique payers / 30d

Aug 16

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://api.deepnets.ai/api/token-safety/:solana_address", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay tobn7slnmcl9ru5kt9gnwvn8e8sx912dbtxiubniwjbiy8
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 Deepnets & similar services