Skip to main content
GET
Analyze Token
Provides a security assessment of an SPL token — checking mint authority status, freeze authority, and generating a risk score.

Authentication

This endpoint requires an x402 payment. A 402 Payment Required response is returned if the payment signature is missing or invalid. Cost: 0.1 USDC per request.

Header Parameters

string
required
A valid Solana transaction signature proving the USDC transfer to the merchant’s vault address.
string
required
The public key of the wallet that made the payment.

Path Parameters

string
required
The public address of the SPL token mint to analyze.

Response

number
Scale of 1-100 indicating token risk (100 = highest risk).
object
string
Human-readable summary of the token’s safety profile.

Example