DeFi Safety Oracle · Honeypot

by DeFi Safety Oracle

GETBase

$0.04

per call · USD Coin on Base

Focused honeypot check: a live buy-then-sell simulation against real DEX liquidity (Aerodrome, Uniswap V2/V3/V4). Tells an agent whether the token can actually be SOLD, the round-trip loss percent, and whether GoPlus or honeypot.is flag it too. Catches sell-blocking scam tokens, extreme sell taxes and no-liquidity traps before a buy is placed.

Endpoint

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

38

Calls / 30d

2

Unique payers / 30d

Sep 10

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

Example response

{
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "chain": "base",
  "cross_check": {
    "external_honeypot": false,
    "flagged_by": [],
    "sources_available": 2
  },
  "disclaimer": "Live buy/sell simulation plus external cross-check; not financial advice.",
  "grade": "A",
  "honeypot_flags": [],
  "is_honeypot": false,
  "simulation": {
    "available": true,
    "buy_ok": true,
    "dex": "Aerodrome",
    "error": null,
    "is_honeypot": false,
    "no_liquidity": false,
    "roundtrip_loss_pct": 0.31,
    "sell_ok": true
  },
  "tradeable": true
}

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

DeFi Safety Oracle · Contract

oracle.cyberwarex.com

Contract-level risk scan for any EVM token: is the source verified, is it an upgradeable proxy and who is its admin, who owns it and has ownership been renounced, and which dangerous powers the bytecode exposes (mint, pause, blacklist, fee-setting). Returns the raw on-chain evidence, not just a score, so an agent can justify the decision it makes.

GETBaseOnchain Data
$0.02 / call25 calls / 30d

DeFi Safety Oracle · Verdict

oracle.cyberwarex.com

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.

GETBaseDeFi
$0.02 / call4 calls / 30d

DeFi Safety Oracle · Token

oracle.cyberwarex.com

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.

GETBaseOnchain Data
$0.03 / call2 calls / 30d