The wallet monitor endpoint returns the current monitoring status and the most recent threat summary for a given wallet address. Unlike the risk scan endpoint, which performs an on-demand analysis, this endpoint reads from NZOChain’s continuous monitoring system — giving you the latest cached risk data, active approval counts, and any recent alerts without consuming an additional scan call.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
Query parameters
The wallet address to retrieve monitoring status for. Accepts EVM addresses and Solana public keys.
Filter results to a specific chain, e.g.,
"ethereum" or "polygon". Omit to return data from all monitored chains.Response fields
The queried wallet address, echoed back in the response.
Whether this wallet is currently enrolled in continuous monitoring.
The most recent RiskScore™ for this wallet, on a scale of 0 to 100.
Current threat status. One of
"SAFE", "WARNING", "HIGH RISK", or "CRITICAL".ISO 8601 timestamp of when NZOChain last scanned this wallet.
The number of active token approvals currently detected on this wallet.
A list of recent alert objects generated for this wallet.
Example response
Code examples
Wallet monitoring must be enabled before this endpoint returns data. Enable monitoring from the NZOChain dashboard under Wallets → Add Wallet, or by connecting a wallet via the dashboard. Once monitoring is active, this endpoint returns live risk data for the address.