Endpoint
Request body
An array of wallet addresses to scan. Accepts EVM and Solana addresses. Maximum 1,000 addresses per request.
Chain identifier to apply to all addresses in the request, e.g.,
"ethereum" or "polygon". When omitted, NZOChain auto-detects the chain for each address individually.Example request
Response fields
The response contains aresults array. Each entry corresponds to one wallet from your request and matches the structure of a single /api/risk/scan response.
Array of scan results, one per submitted wallet address.
Example response
Asynchronous processing
For requests with large numbers of addresses, NZOChain processes the batch asynchronously. The API response may include ajobId for large batches — use the job ID to poll for results or configure a webhook to receive them when processing is complete. For smaller batches (typically under 50 addresses), results are returned synchronously in the response.
Code examples
Limits
- Maximum 1,000 addresses per request.
- Each address in the batch counts as one API call against your monthly limit.