GET
/
v1
/
aml
/
lookup
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
}

Authorizations

x-api-key
string
header
required

Query Parameters

address
string
blockchain
string

Response

200 - application/json
200
data
object
message
string
statusCode
number