http://cryptodelos.xyz/api/incidents
?suspectAccountHash=accountAddress
Try this endpoint in your browser
Parameter | Description |
---|---|
suspectAccountHash | the string representing the address to be queried for incidents |
[
{
"dateTime": 1645643839185,
"transactionHash": "0xabcd1234",
"submitterAccountHash": "0xefgh1234",
"suspectAccountHash": "0xijkl1234",
"network": "ethereummainnet",
"confirmationStatus": ANONYMOUS,
"confirmedAt": 0,
"note": "A note about this incident added by the submitter."
}
]