get https://apicompliance.breadcrumbs.app/api/risk/transaction
Get the risk score of a transaction
Risk scores in response can be one of the following:
1 = Low, 2 = Medium, 3 = High, 4 = Severe
Sample response:
{
"risk_score": 2, // 1 = Low, 2 = Medium, 3 = High, 4 = Severe
"entity_tags":[{ "Scam", "ICO"}]
}