Skip to main content
POST
/
v0
/
stellar
/
address
/
scan
Scan Address
curl --request POST \
  --url https://api.blockaid.io/v0/stellar/address/scan \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "address": "<string>"
}
'
{
  "result_type": "<string>",
  "address": "<string>",
  "chain": "<string>",
  "features": [
    {
      "type": "Benign",
      "feature_id": "<string>",
      "description": "<string>",
      "address": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Body

application/json
address
string
required

Response

Successful Response

result_type
string
required
address
string
required
chain
string
required
features
ValidationFeature · object[]
required