{"uid":"cap_0WDB6y5rTca_k2jtcS-_V","slug":"vibesprings-net-address-risk-scoring-afdc06cf","name":"vibesprings.net Address Risk Scoring","description":"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.","url":"https://vibesprings.net/api/address-risk","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"The Ethereum address to analyze (0x-prefixed, 42 characters). Supports EOAs and smart contracts."},"network":{"type":"string","description":"Target network: ethereum, base, or sepolia (default: ethereum)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"flags":[{"code":"ESTABLISHED","label":"Established Account","detail":"Address has 1247 outgoing transactions. Well-established on-chain history.","severity":"info"},{"code":"HIGH_VALUE","label":"High-Value Wallet","detail":"Wallet holds 352.1842 ETH. Whale-tier balance.","severity":"info"}],"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","network":"ethereum","profile":{"type":"eoa","hasCode":false,"isProxy":false,"codeSize":0,"balanceEth":"352.184200000000000000","transactionCount":1247,"implementationAddress":null},"metadata":{"queriedAt":"2026-06-07T18:00:00.000Z","processingTime":"142ms","signalsAnalyzed":6},"riskLevel":"minimal","riskScore":0}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"address":"0x1234567890123456789012345678901234567890","network":"ethereum"}}},"response":{"flags":[{"code":"EMPTY_WALLET","label":"Empty Wallet","detail":"Address has zero balance, zero transactions, and no code. Likely unused or freshly created.","severity":"high"}],"address":"0x1234567890123456789012345678901234567890","network":"ethereum","profile":{"type":"empty","hasCode":false,"isProxy":false,"codeSize":0,"balanceEth":"0","balanceWei":"0","transactionCount":0,"implementationAddress":null},"metadata":{"warnings":["getBalance failed: getBalance timed out after 12000ms","getTransactionCount failed: getTransactionCount timed out after 12000ms","getCode failed: getCode timed out after 12000ms","getStorageAt failed: getStorageAt timed out after 12000ms"],"queriedAt":"2026-06-19T05:54:29.622Z","processingTime":"12010ms","signalsAnalyzed":1},"riskLevel":"medium","riskScore":25}},"exampleRequest":{"address":"0x1234567890123456789012345678901234567890","network":"ethereum"},"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_P2m_X3W7nLydx8LHXmtlT","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.03","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Analyzes an Ethereum, Base, or Sepolia address across 6 security signals and returns a 0-100 risk score with severity-ranked flags","exampleAgentPrompt":"Can you check the risk score for this Ethereum address 0xAbCd1234567890abcdef1234567890abcdef1234 — I want to know if it has any self-destruct patterns, proxy detection flags, or known-risky matches before I send funds to it?","exampleUseCases":null,"resultDescription":"Returns a 0-100 risk score, a list of severity-ranked security flags (e.g. self-destruct detected, delegate calls, proxy pattern, known-risky address match), and a full profile including balance data, transaction history depth, and contract vs EOA classification for the queried address on the specified network.","failureModes":["Invalid or malformed Ethereum address (not 0x-prefixed or not 42 characters) returns a validation error","Unsupported network name returns an error — only 'ethereum', 'base', or 'sepolia' are valid","Address not found or no on-chain history may return empty profile with low confidence","Payment not provided or insufficient USDC results in 402 Payment Required","Rate limiting or provider outage may return 503 or timeout"],"whenToPreferThis":"Use this endpoint when you need a fast, single-call on-chain risk assessment for any Ethereum-compatible address before executing transactions, onboarding a counterparty, or evaluating a smart contract. It is particularly suited when you need bytecode-level analysis (self-destruct, delegate calls), proxy pattern detection (EIP-1967), or matching against known-risky address databases — capabilities not available in basic block explorer lookups.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:47:58.887Z","isFirstParty":false}