Fetch Sentry Risk
Paid risk checks for wallets, tokens, and contracts. The API scores live DEX liquidity, market age, pool concentration, proxy slots, admin surfaces, and basic onchain address signals.
GET /token-preview
Free short risk summary with liquidity, age, and top flags before upgrade.
GET /wallet-preview
Free wallet snapshot with address type, nonce band, and top heuristic flags.
GET /contract-preview
Free contract snapshot with upgrade/admin signals and visible risk flags.
GET /token-batch-preview
Free batch token triage with high-risk counts and priority tokens before upgrade.
GET /wallet-batch-preview
Free batch wallet triage with contract-control matches before paid batch analysis.
GET /contract-batch-preview
Free batch contract triage with upgradeable and EOA-controlled counts before upgrade.
GET /wallet-profile
Nonce, native balance, account type, and fresh-address heuristics.
GET /token-risk
Liquidity, volume, age, FDV-to-liquidity, pool concentration, and metadata signals.
GET /contract-redflags
Proxy/admin detection, upgradeability surfaces, pause controls, and mint surfaces.
Batch Routes
Paid batch endpoints scan up to 5 wallets, tokens, or contracts per request for agent pipelines.
Examples
curl -sS "https://risk.fetch-sentry.online/token-preview?token=0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf&chain=base"
curl -sS "https://risk.fetch-sentry.online/wallet-preview?address=0x2aBA0C08b02BA17fCF66A423f97A70fd04245321&chain=base"
curl -sS "https://risk.fetch-sentry.online/contract-preview?address=0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf&chain=base"
curl -i "https://risk.fetch-sentry.online/wallet-profile?address=0x2aBA0C08b02BA17fCF66A423f97A70fd04245321&chain=base"
curl -i "https://risk.fetch-sentry.online/token-risk?token=0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf&chain=base"
curl -i "https://risk.fetch-sentry.online/contract-redflags?address=0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf&chain=base"
curl -i "https://risk.fetch-sentry.online/wallet-batch?addresses=0x2aBA0C08b02BA17fCF66A423f97A70fd04245321,0x4200000000000000000000000000000000000006&chain=base"
Buyer Flow
npm install @x402/fetch @x402/evm @x402/core viem curl -sS "https://risk.fetch-sentry.online/buyer-quickstart.txt" # then run the TypeScript example from: # https://risk.fetch-sentry.online/buyer-example.ts
Full Response Examples
curl -sS "https://risk.fetch-sentry.online/examples/wallet-profile.json" curl -sS "https://risk.fetch-sentry.online/examples/wallet-batch.json" curl -sS "https://risk.fetch-sentry.online/examples/token-risk.json" curl -sS "https://risk.fetch-sentry.online/examples/token-batch.json" curl -sS "https://risk.fetch-sentry.online/examples/contract-redflags.json" curl -sS "https://risk.fetch-sentry.online/examples/contract-batch.json"
Notes
These outputs are explainable heuristics. They help route attention and automate first-pass checks, but they are not financial advice or a replacement for manual review.