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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
}
Query Params
string
required
Defaults to 0xedd650a1b2d7e7049e1228bb5e60bd4cd5f7d67b
string
required
Defaults to ethereum

specific the network

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*