The risk scan endpoint analyzes a wallet address and returns a RiskScore™ between 0 and 100, a categorical threat status, and a list of specific warnings describing any detected threats. Use it to gate transactions, display risk indicators in your UI, or trigger downstream alerts in your application. Both EVM-compatible addresses (e.g., Ethereum, Polygon) and Solana addresses are supported.Documentation Index
Fetch the complete documentation index at: https://docs.nzochain.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request body
The wallet address to scan. Accepts EVM addresses (starting with
0x) and Solana public keys.Chain identifier to scope the scan, such as
"ethereum", "polygon", or "solana". When omitted, NZOChain auto-detects the chain based on the address format. Default: auto-detect.When
true, the response includes a detailed breakdown of individual contract interactions and token approvals that contributed to the score. Default: false.Example request
Response fields
A score from 0 to 100 representing the overall threat level of the wallet. Higher scores indicate greater risk.
Categorical threat status derived from the risk score. One of
"SAFE", "WARNING", "HIGH RISK", or "CRITICAL".A list of human-readable threat descriptions detected during the scan. Empty when no threats are found.
ISO 8601 timestamp indicating when the scan was performed, e.g.,
"2024-01-15T10:30:00Z".The chain on which the scan was performed, e.g.,
"ethereum".