cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/hypernative/addresses/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "addresses": [ "<string>" ], "screenerPolicyId": "<string>" } '
{ "data": { "rawResponse": [ { "address": "<string>", "recommendation": "<string>", "severity": "<string>", "totalIncomingUsd": "<string>", "policyId": "<string>", "timestamp": "<string>", "flags": [ {} ] } ] } }
Scans one or more blockchain addresses for risk using Hypernative.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Array of blockchain addresses to scan.
Optional screener policy ID.
Scan completed successfully
Show child attributes
Was this page helpful?