Address Risk Score
Returns the risk score for a specific blockchain address based on network proximity analysis, machine learning, and behavioral pattern recognition.
Query Parameters
Supported Networks
The following 27 networks are fully supported with complete transaction graph analysis and proximity scoring: SolanaPartial Network Support
Partial Network Support
- Direct Attribution: When we have direct attribution data for an address on that network (e.g., a known malicious contract address)
- Cross-Chain Propagation: When malicious activity propagates through inter-chain bridges or cross-chain transactions
Response Schema
Malicious Evidence Object
name_tag, entity, or category are blank or null, this indicates either: (1) data from confidential intelligence sources where attribution details cannot be disclosed, or (2) the address was identified through ML models and lacks traditional attribution data. In both cases, the address presents potential risk but detailed attribution may be limited.Attribution Object
When present, indicates the address is a verified non-malicious entity with risk override to score 1.Risk Scoring Logic
Examples
High-Risk Address (Score 10)
Low-Risk Solana Address (Score 1)
System Address with Attribution Override
Celestia Network
Cross-Chain Address
Errors
Best Practices
- Always provide a
networkvalue consistent with the address format. - Use both
riskScoreandriskLevelin your UI, and displayreasoningas explanatory text. - Check the
attributionfield, when present, it indicates a verified non-malicious address with risk override applied. - When multiple malicious addresses are found, display at least the entry with the smallest
distance. numHopsrepresents the minimum token-transfer distance; greater distances generally reduce risk.
TypeScript Types
TypeScript Types
Authorizations
Authorization method required to allow user to access the api endpoints.
Query Parameters
Address to search
Network ID of the address. Supports multiple networks including eth, solana, stellar, osmosis-1, dydx-mainnet-1, cosmoshub-4, neutron-1, and others. If omitted, will attempt to automatically infer from address format (eth, stellar, solana).
"solana"
Response
Transactions associated with a specific address. This includes both incoming and outgoing transactions.
Calculated normalized risk score (higher = riskier)
8
Human readable risk level classification
CRITICAL RISK (Directly malicious), Extremely high risk, High risk, Medium risk, Low risk, Very low risk Minimum number of hops to the closest malicious address
List of malicious or related addresses discovered in the path
Explanation of why the risk level/score was assigned
Attribution information for known non-malicious addresses