Webhooks
Suspicious Transaction notification
{
"notificationType": "suspiciousTransaction",
"data": {
"txUrl": "https://etherscan.io/tx/0x0",
"aegisUrl": "https://aegis.lossless.io/dashboard/address-details/0x388C818CA8B9251b393131C08a736A67ccB19297/eth",
"protectedAddressName": "Test Protected Address",
"txHash": "0x0",
"protectedAddress": "0x388C818CA8B9251b393131C08a736A67ccB19297",
"chain": "eth",
"riskTypes": ["Reentrancy", "OFAC Compliance", "Tornado User Involved"],
"severityLevel": "Medium"
}
}Custom Events notification
{
"notificationType": "customEventsDetected",
"data": {
"txUrl": "https://etherscan.io/tx/0x0",
"aegisUrl": "https://aegis.lossless.io/dashboard/address-details/0x388C818CA8B9251b393131C08a736A67ccB19297/eth",
"protectedAddressName": "Test Protected Address",
"txHash": "0x0",
"protectedAddress": "0x388C818CA8B9251b393131C08a736A67ccB19297",
"chain": "eth",
"customEvents": ["Withdrawal", "Deposit"]
}
}Mint notification
TVL changed notification
Last updated