Your endpoint does not return risk score any longer. Example, this is the default address (0xebfe7a29ea17acb5f6f437e659bd2d472deedc54) on your README file, when i try to make a get request, it returns this
{
"reasons": [
{
"explanation": "The entity has been associated with multiple dates between 2018-09-14 and 2022-07-26",
"label": "date-verification",
"offsets": {
"combinedRiskOffset": -2.204092,
"fraudRiskOffset": -2.5124207,
"lendingRiskOffset": 0,
"reputationRiskOffset": -1.5542717
},
"riskElaboration": {
"verifiedDates": [
{
"date": "2018-09-14",
"source": "The day '0xebfe7a29ea17acb5f6f437e659bd2d472deedc54' was first seen on the blockchain.",
"weight": 0.5412
},
{
"date": "2022-07-26",
"source": "The day '0xebfe7a29ea17acb5f6f437e659bd2d472deedc54' was last seen on the blockchain.",
"weight": 0.1179
}
]
}
}
],
"riskScores": {
"combinedRisk": 27.795908,
"fraudRisk": 27.48758,
"lendingRisk": 30,
"reputationRisk": 28.445728
}
}
Your endpoint does not return risk score any longer. Example, this is the default address (0xebfe7a29ea17acb5f6f437e659bd2d472deedc54) on your README file, when i try to make a get request, it returns this