Gets an address and returns a full security assessment indicating whether or not this address is malicious as well as textual reasons of why the address was flagged that way.
cURL
Benign Address Scan
curl --request POST \ --url https://api.blockaid.io/v0/sui/address/scan \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "chain": "mainnet", "address": "0x2"}'
{ "result_type": "Benign", "features": [ { "type": "Benign", "feature_id": "<string>", "description": "<string>" } ] }
An enumeration.
mainnet
testnet
devnet
Successful Response
Verdict of the validation An enumeration.
Benign
Warning
Malicious
A list of textual features about this transaction that can be presented to the user.
Show child attributes
Was this page helpful?