skip to content

Token Risk Scanner

$0.01/req

POST /services/token-risk

Aggregates GoPlus Security token flags with a Honeypot.is buy/sell simulation and DexScreener liquidity context, then returns a single normalized risk verdict with provider attribution and explicit warnings.

call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/token-risk \
  -H 'content-type: application/json' \
  -d '{"chain":"ethereum","tokenAddress":"0x6b175474e89094c44da98b954eedeac495271d0f"}'

This returns 402 Payment Required with exact terms. Clients like @x402/fetch sign the quote and retry automatically, paying $0.01 — no other setup exists.

Providers

Every response names the providers it consulted, with per-call status, so you can weigh the evidence.

Response fields

  • tokenAddress
  • riskLevel
  • riskFlags
  • honeypot
  • taxes
  • ownership
  • liquidity
  • warnings

Guardrails

  • EVM chains only
  • single token per request
  • responses cached for 5 minutes

Pricing note

All upstream providers are free public APIs; the cent covers aggregation, normalization, caching, and payment overhead.

machine-readable detail: GET /services/token-risk