cURL
Benign Address Scan
curl --request POST \ --url https://api.blockaid.io/v0/solana/address/scan \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "chain": "mainnet", "address": "2ojv9BAiHUrvsm9gxDe7fJSzbNZSJcxZvf8dqmWGHG8S"}'
{ "result_type": "Benign", "features": [ { "type": "Benign", "feature_id": "<string>", "description": "<string>" } ] }
Successful Response
Verdict of the validation
Benign
Warning
Malicious
Error
A list of textual features about this transaction that can be presented to the user.
Show child attributes
Was this page helpful?