Real-time Monitoring
Track wallet activities and receive instant alerts for critical risk events.
Active Surveillance
The Monitoring API allows you to subscribe to specific addresses or contracts. Cencera nodes will actively watch the mempool and confirmed blocks for any activity related to your watched entities.
Webhook Integration
Receive POST requests to your server whenever a risk event is detected.
PAYLOAD EXAMPLEJSON
{
"event": "risk_detected",
"address": "0x123...abc",
"riskSummary": {
"score": 12,
"flags": ["tornado_cash_interaction", "phishing_scam_origin"]
},
"timestamp": 1678901234
}WebSocket Stream
For high-frequency trading engines and exchanges, we offer a dedicated WebSocket stream that pushes risk updates with sub-10ms latency updates mainly for Solana and SVM chains and generally EVM chains.