TOKEN RISK API

public · static JSON · no auth · auto-refreshing
Pre-computed risk verdicts for every token we've profiled across X1. Each verdict cross-references the operator-blacklist (creator + top-holder), the mint authority status, and the freeze authority. Use these for any dApp / wallet / bot integration — block users from buying ruggers before they paste a mint.

QUICK LOOKUP

ENDPOINTS

GET https://apexfaucet.xyz/citizens/risk/{mint}.json
    → { verdict, mint, creator, mintAuth, freezeAuth, supply, decimals,
        program, blacklist_hits, reasons, updatedAt }

GET https://apexfaucet.xyz/citizens/risk/index.json
    → { count, mints[], summary{SAFE, CAUTION, AVOID}, updatedAt }

GET https://apexfaucet.xyz/citizens/risk/by-creator/{wallet}.json
    → { creator, blacklisted, tokens[], avoid_count, caution_count, safe_count }

GET https://apexfaucet.xyz/citizens/risk/by-creator/index.json
    → { creators[] sorted by tokens_count }

VERDICT MEANING

SAFE     — no blacklist hit, no concerning token-program flags
CAUTION  — mint or freeze authority not revoked (deployer can dilute / freeze)
AVOID    — token on blacklist, or creator/top-holder on operator blacklist

SOURCE

Verdicts pre-computed every 60s by risk-api-publisher.service from:
  • operator-blacklist.json (manually curated + auto-promoted)
  • mint-cache.json (mint metadata, 24h TTL)
  • creator-cache.json (oldest-tx fee-payer per mint)

Disclaimer: SAFE means no current blacklist hit. Not investment advice.
The dossier expands continuously — check back before any large entry.