DeFi Safety Oracle · Verdict

by DeFi Safety Oracle

GETBase

$0.02

per call · USD Coin on Base

One-call launch screening for launchpads and trading apps: pass a token, get a GREEN / CAUTION / BLOCK decision (action: allow / review / reject) with plain-English reasons. Combines a live honeypot/tax simulation and owner-power analysis with the checks no other scanner has — whether the DEPLOYER or the exact CODE has rugged before (from a 35k-verdict ledger). Drop it into your listing flow to auto-reject rugs before they ever go live. Cache-first, so a repeat token is near-instant and free.

Endpoint

GET https://oracle.cyberwarex.com/verdict

4

Calls / 30d

2

Unique payers / 30d

Aug 31

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://oracle.cyberwarex.com/verdict", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://oracle.cyberwarex.com/verdict?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&chain=base" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "action": "reject",
  "address": "0x0000000000000000000000000000000000000abc",
  "cached": false,
  "chain": "base",
  "deployer_prior_scams": 22,
  "disclaimer": "Automated on-chain screening; evidence-backed, not financial advice.",
  "grade": "F",
  "is_honeypot": true,
  "reasons": [
    "Honeypot — buyers cannot sell",
    "Deployer has 22 prior PROVEN scam tokens"
  ],
  "template_prior_rugs": 3,
  "verdict": "BLOCK"
}

Payment details

Pay to0x058d0cc5cc97e61e8a9f38d6d6365bce525921b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from DeFi Safety Oracle & similar services