T

threat-feed · Threats Recent

by threat-feed

GETBase

$0.005

per call · USD Coin on Base

Live feed of freshly-detected malicious addresses on Base — address-poisoning seeders caught via zero-value transfer sprays, updated continuously by our on-chain collector. Poll ?since=<unix> to ingest only new threats into your agent's blocklist. Deterministic, evidence-backed, machine-readable.

Endpoint

GET https://x402.dailyelo.com/v1/threats/recent

10

Calls / 30d

5

Unique payers / 30d

Aug 29

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://x402.dailyelo.com/v1/threats/recent", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402.dailyelo.com/v1/threats/recent?limit=100&since=1719500000" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "returned": 2,
  "threat_db_updated_at": 1719500000,
  "threats": [
    {
      "address": "0x5b61e1980491975e297a8fd15501644cc27f0709",
      "confidence": "heuristic_v1",
      "first_seen": 1719500000,
      "reason": "zero_value_transfer_spray",
      "zero_value_recipients": 6
    }
  ],
  "total_in_db": 42
}

Payment details

Pay to0xd617a7145ca56e3ed58d639f9dec6999b22441ee
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from threat-feed & similar services