Vibe Springs · Address Risk

by Vibe Springs

GETBase

$0.03

per call · USD Coin on Base

On-chain address risk scoring and intelligence. Analyzes any Ethereum, Base, or Sepolia address across 6 security signals: balance profile, transaction history depth, contract detection, bytecode analysis (self-destruct patterns, delegate calls), proxy detection (EIP-1967), and known-risky address matching. Returns a 0-100 risk score, severity-ranked flags, and full profile data in a single call.

Endpoint

GET https://vibesprings.net/api/address-risk

19

Calls / 30d

4

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://vibesprings.net/api/address-risk", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://vibesprings.net/api/address-risk?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&network=ethereum" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "flags": [
    {
      "code": "ESTABLISHED",
      "detail": "Address has 1247 outgoing transactions. Well-established on-chain history.",
      "label": "Established Account",
      "severity": "info"
    },
    {
      "code": "HIGH_VALUE",
      "detail": "Wallet holds 352.1842 ETH. Whale-tier balance.",
      "label": "High-Value Wallet",
      "severity": "info"
    }
  ],
  "metadata": {
    "processingTime": "142ms",
    "queriedAt": "2026-06-07T18:00:00.000Z",
    "signalsAnalyzed": 6
  },
  "network": "ethereum",
  "profile": {
    "balanceEth": "352.184200000000000000",
    "codeSize": 0,
    "hasCode": false,
    "implementationAddress": null,
    "isProxy": false,
    "transactionCount": 1247,
    "type": "eoa"
  },
  "riskLevel": "minimal",
  "riskScore": 0
}

Payment details

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
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 Vibe Springs & similar services