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
Example:

"0x451dEFC27B45808078e875556AF06bCFdC697BA4"

blockchain
string
Example:

"ethereum"

Response

200 - application/json
200
data
object
message
string
Example:

"Anti Money Laundering lookup"

statusCode
number
Example:

200