cURL
curl --request GET \ --url https://api.blockradar.co/v1/aml/lookup \ --header 'x-api-key: <api-key>'
{ "data": { "isBlacklisted": false }, "message": "Anti Money Laundering lookup", "statusCode": 200 }
This API endpoint is used to perform an anti-money laundering (AML) lookup for a given address and blockchain
"0x451dEFC27B45808078e875556AF06bCFdC697BA4"
"ethereum"
200
The response is of type object.
object