$ man solana-token-safety
/solana-token-safety
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
solana-token-safety — solana token safety api / spl token rug check / solana memecoin scam detector / mint + freeze authority check / holder concentration + lp…
SYNOPSIS
POST https://x402.agentutility.ai/solana-token-safety
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Solana token safety API / SPL token rug check / Solana memecoin scam detector / mint + freeze authority check / holder concentration + LP analysis. Reads GoPlus Solana token-security signals (mint/freeze/close authorities, transfer hooks, transfer fee, mutable balance/metadata, top-holder concentration, LP holders, trusted-token allowlist) and returns a 0-100 safety score, grade, flags, and recommendation. EVM tokens: use token-risk-score. Informational on-chain data, not financial advice.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| mint_address | string | Solana SPL token mint address (base58, 32-44 chars). | required |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| mint_address | string | — |
| chain | string | — |
| safety_score | string | — |
| grade | string | — |
| recommendation | string | — |
| flags | string | — |
| authorities | string | — |
| top_holder_pct | string | — |
| trusted_token | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/solana-token-safety \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the solana-token-safety tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-marketsolanatokensafetysolana-token-safety
- methods
- POST
- cluster
- edgemarket
- price
- $0.02 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| coin-price | Coin price API / crypto spot price / BTC ETH SOL quote lookup. | $0.02 |
| crypto-price | Crypto price lookup / coin price API / BTC ETH SOL price / on-chain token spot price / contract-address quote API. | $0.02 |
| crypto-token-price | Crypto token price API / token quote lookup / ERC-20 SPL token market data. | $0.02 |
| defi-llama | DefiLlama API / DeFi TVL protocol lookup. | $0.02 |
| defi-llama-api | DeFiLlama API / DeFi protocol TVL lookup / protocol fundamentals. | $0.02 |
| defi-llama-protocol | DefiLlama protocol lookup / DeFi TVL fetcher / total value locked / chain-breakdown of TVL / Aave + Lido + Uniswap + MakerDAO TVL / proto… | $0.02 |
| defi-tvl | DeFi TVL API / total value locked by protocol. | $0.02 |
| defillama | DefiLlama protocol TVL lookup / DeFi protocol metadata. | $0.02 |
SEE ALSO