Real-Time
Credit Alerts
Never miss a credit event. Our monitoring API delivers real-time alerts for score changes, liquidations, and risk events directly to your application.

Stay Ahead of Risk
Our monitoring infrastructure watches for credit events 24/7, so you can respond to changes the moment they happen.
Real-Time Alerts
Get instant notifications when credit events occur. No polling required—events are pushed to you as they happen.
Webhook Delivery
Receive events via secure webhooks to your endpoint. Automatic retries and delivery confirmation included.
Score Change Detection
Monitor for significant score movements. Set custom thresholds for alerts on score increases or decreases.
Risk Event Tracking
Track liquidations, defaults, and other risk events across protocols in real-time.
Activity Monitoring
Monitor wallet activity including large transactions, new protocol interactions, and behavioral changes.
Portfolio Watchlists
Monitor entire portfolios of addresses. Group addresses and manage alerts at scale.
Manage from the Dashboard
Configure webhooks, manage subscriptions, and monitor delivery status from our developer console. Full visibility into your event pipeline.
- Visual webhook configuration
- Event history and logs
- Delivery status tracking
- Test event triggers

Track What Matters
Subscribe to specific event types to receive only the alerts you need.
Score Events
- Score increase
- Score decrease
- Band change
- New score available
Risk Events
- Liquidation detected
- Health factor warning
- Collateral change
- Default event
Activity Events
- Large transfer
- New protocol interaction
- Position opened
- Position closed
Identity Events
- ENS update
- New attestation
- Profile change
- Verification status
Subscribe in Minutes
Set up monitoring with a single API call. Configure event types, thresholds, and webhook delivery to match your needs.
- Flexible event filtering
- Custom threshold configuration
- Automatic retry on failure
- Signature verification
// Subscribe to credit events for an address
const response = await fetch(
'https://api.credprotocol.com/v2/monitor/subscribe',
{
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
address: '0x...',
webhook_url: 'https://your-app.com/webhook',
events: ['score_change', 'liquidation', 'large_transfer'],
threshold: { score_change: 25 }
})
}
);
// { subscription_id: "sub_abc123", status: "active" }Ready for Real-Time Alerts?
Book a demo to see how credit monitoring can help you stay ahead of risk and respond to changes instantly.