cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/blockaid/address/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chainId": "<string>", "metadata": { "domain": "<string>" } } '
{ "data": { "rawResponse": { "result_type": "<string>", "malicious_score": "<string>", "details": {} } } }
Scans a blockchain address for malicious activity using Blockaid.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The blockchain address to scan.
Chain ID in CAIP-2 format.
Show child attributes
Scan completed successfully
Was this page helpful?