DeFi Safety Oracle · Token

by DeFi Safety Oracle

GETBase

$0.03

per call · USD Coin on Base

Full safety report for an ERC-20 token. Runs a live buy-then-sell honeypot and tax simulation against real DEX liquidity (Aerodrome, Uniswap V2/V3/V4), scans contract powers (upgradeable proxy, mint, pause, blacklist, fee-setting), resolves ownership and effective controllers, and cross-checks GoPlus and honeypot.is. Returns an A-F grade, tradeable flag, 0-100 risk score and evidence-carrying flags an agent can cite.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Aug 28

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

Example response

{
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "chain": "base",
  "chain_facts": {
    "as_of_block": 24118907,
    "is_contract": true,
    "verified": true
  },
  "cross_check": {
    "external_honeypot": false,
    "flagged_by": [],
    "sources_available": 2
  },
  "disclaimer": "Automated on-chain heuristics; not financial advice.",
  "dynamic_tax": {
    "tax_changeable": false
  },
  "flags": [],
  "grade": "A",
  "is_honeypot": false,
  "risk_score": 8,
  "simulation": {
    "available": true,
    "buy_ok": true,
    "dex": "Aerodrome",
    "is_honeypot": false,
    "roundtrip_loss_pct": 0.31,
    "sell_ok": true
  },
  "summary": "Verified issuer contract; buy and sell both simulate cleanly with zero tax.",
  "tradeable": true,
  "trusted_issuer": true
}

Payment details

Pay to0x058d0cc5cc97e61e8a9f38d6d6365bce525921b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from DeFi Safety Oracle & similar services