Returns the risk score of other addresses belonging to the same entity as this address

Returns the risk score of other addresses belonging to the same entity as this address

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/kye/entityRisk?address=0xedd650a1b2d7e7049e1228bb5e60bd4cd5f7d67b&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": [
    {
      "address": "0xedd650a1b2d7e7049e1228bb5e60bd4cd5f7d67b",
      "certainty": 9,
      "riskScore": 99
    },
    {
      "address": "0x93a203cf171d5a6f83da1b84877d06aa0e8f57e1",
      "certainty": 9,
      "riskScore": 85
    }
  ],
  "uuid": 1668204852293668900
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!