Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No riskscore data returned #8

Open
legaciespanda opened this issue Sep 5, 2023 · 0 comments
Open

No riskscore data returned #8

legaciespanda opened this issue Sep 5, 2023 · 0 comments

Comments

@legaciespanda
Copy link

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
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant