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".