Skip to main content
POST
/
v0
/
solana
/
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>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Body

application/json
address
string
required
chain
string
default:mainnet

Response

Successful Response

result_type
enum<string>
required

Verdict of the validation

Available options:
Benign,
Warning,
Malicious,
Error
features
AddressFeatureModel · object[]

A list of textual features about this transaction that can be presented to the user.