D

DeFi Safety Oracle · Screen

by DeFi Safety Oracle

POSTBase

$0.1

per call · USD Coin on Base

Batch token screen: up to 25 tokens (Base or BSC) assessed in parallel via the same in-process engine as /token. Per-token 20s timeout, runs on a ThreadPoolExecutor (max_workers=8); a token that times out or errors returns {address, error} instead of blocking the batch. Summary + per-token grade/tradeable/is_honeypot/flags.

Endpoint

POST https://oracle.cyberwarex.com/screen

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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/screen", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "tokens": [
      {
        "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "chain": "base"
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://oracle.cyberwarex.com/screen" \
  -H "Content-Type: application/json" \
  -d '{"tokens":[{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","chain":"base"}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

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