Skip to main content
GET
Token - Security

Token-level security and risk context.

  • Use this endpoint when you need safety signals before listing, surfacing, or trading a token.
  • Designed for token review and risk scoring, not price or holder analytics.
  • This endpoint consumes 25 CU per request.
  • Add safety context to token pages, scanners, and listing workflows.
  • Flag risky tokens before bots, alerts, or trading automations react to them.
  • Feed internal risk review or trust-scoring pipelines.
  • Set x-chain for a supported non-Sui network.
  • Pass the token address.
  • Combine the result with price, liquidity, and holder data for a fuller decision picture.
  • Treat security data as one input in a broader review, not a standalone trading signal.
  • Run this endpoint early for newly discovered tokens before deeper downstream analysis.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks except Sui.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

address
string
required

The address of the token contract.

Response

JSON object containing a security information of a token

success
boolean
required

Whether the request succeeded.

data
object
required

Token security profile. Returned shape depends on the chain family.