E

Eagle Eye · Check

by Eagle Eye

POSTBase

$0.005

per call · USD Coin on Base

Eagle Eye v1.0.0 — U.S. enterprise-grade wallet compliance screening. OFAC SDN + Circle USDC blacklist on Base. Signed audit receipts. Certified single-address check.

Endpoint

POST https://eagle.quickai.build/check

7

Calls / 30d

5

Unique payers / 30d

Sep 6

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://eagle.quickai.build/check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x0330070FD38Ec3bB94F58FA55D40368271E9e54A"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://eagle.quickai.build/check" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x0330070FD38Ec3bB94F58FA55D40368271E9e54A"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x0330070FD38Ec3bB94F58FA55D40368271E9e54A",
  "audit_signature": "0xabc123...",
  "audit_timestamp": "2026-05-23T16:35:10Z",
  "is_blacklisted": false,
  "is_sanctioned": true,
  "memo": "Eagle Eye screened address 0x0330...e54A against the U.S. Treasury OFAC SDN digital currency registry (snapshot: 2026-05-23T06:00:00Z, 847 addresses) and the Circle USDC blacklist on Base mainnet. The address matched entry LAZARUS GROUP (SDN List, added 2022-04-14). Verdict: FAIL.",
  "reasons": [
    "OFAC SDN Match: LAZARUS GROUP (added 2022-04-14)"
  ],
  "risk_score": 100,
  "signer_address": "0x0000000000000000000000000000000000000001",
  "snapshot_timestamp": "2026-05-23T06:00:00Z",
  "verdict": "FAIL"
}

Payment details

Pay to0x85557c90027354eaeffe9ee4b4f4014818d8d3e1
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 Eagle Eye & similar services