$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-risk19
Calls / 30d
4
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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 -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
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.