Get simplified token analysis with security indicators

Returns simplified token analysis including bundler detection, sniper detection, top holder distribution, developer activity, and token authority status (mintable/freezable). Optimized for repeat calls. Currently supports Solana (sol) only.

Security Indicators:

  • mintable: false = Mint authority renounced (supply is fixed) ✅
  • mintable: true = Token supply can still be increased ⚠️
  • freezable: false = Freeze authority renounced (accounts cannot be frozen) ✅
  • freezable: true = Accounts can be frozen by issuer ⚠️

Performance:

  • First call: Full analysis (~2-5 seconds)
  • Cached calls: Fast response (~0.5 seconds)
  • Cache TTL: 5 minutes
Path Params
string
required

Token mint address

Query Params
string
enum
required

Blockchain identifier (currently only 'sol' is supported)

Allowed:
boolean

Force refresh cached analysis data

Responses

400

Unsupported chain or invalid request

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json