cURL
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>" } ] }
Successful Response
Show child attributes
Was this page helpful?