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
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
}