Platform Status¶
Current status of Nivatio services and infrastructure.
**API Services**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>All systems operational</small>
**Smart Contracts**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>Transactions processing normally</small>
**Dashboard**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>All features available</small>
**Webhooks**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>Deliveries on time</small>
**Checkout Page**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>Loading normally</small>
**Database**
<br>
<span class="status-indicator operational"></span> **Operational**
<br><small>All queries normal</small>
Service Details¶
API Services (api.nivat.io)¶
| Environment | Status | Uptime | Response Time |
|---|---|---|---|
| Production | ✅ Operational | 99.97% (30d) | ~120ms avg |
| Sandbox | ✅ Operational | 99.99% (30d) | ~95ms avg |
Smart Contracts¶
| Network | Contract | Status | Last Check |
|---|---|---|---|
| Anvil Local | 0xe7f...0512 |
✅ Operational | 2 min ago |
| Ethereum Mainnet | Coming Soon | 🔶 Planned | - |
Dashboard (dashboard.nivat.io)¶
| Feature | Status |
|---|---|
| Login/Register | ✅ Operational |
| Project Management | ✅ Operational |
| Order History | ✅ Operational |
| Webhook Configuration | ✅ Operational |
| Analytics | ✅ Operational |
Incident History¶
No Recent Incidents¶
There are no recent incidents to report. All systems are operating normally.
Scheduled Maintenance¶
No Scheduled Maintenance¶
There is no scheduled maintenance at this time.
Status Definitions¶
| Status | Meaning | Action Required |
|---|---|---|
| ✅ Operational | Service is working normally | None |
| ⚠️ Degraded | Service is operational but slower than usual | Monitor |
| 🔶 Partial Outage | Some features are unavailable | Check incident details |
| ❌ Major Outage | Service is completely unavailable | Follow incident updates |
| 🔧 Maintenance | Scheduled maintenance in progress | Wait for completion |
Subscribe to Updates¶
Get notified when service status changes:
Report an Issue¶
If you're experiencing issues not reflected here:
- Check this page for latest updates
- Review FAQ for common issues
- Contact support at
support@nivat.io - Check GitHub Issues
API Status Endpoint¶
Programmatically check API status:
curl https://api.nivat.io/health
Response:
{
"status": "ok",
"version": "1.0.0",
"timestamp": "2026-05-06T18:30:00.000Z",
"services": {
"api": "operational",
"database": "operational",
"blockchain": "operational",
"webhooks": "operational"
}
}
Next Steps¶
- API Reference - Full endpoint documentation
- Integration Guide - Start integrating
- FAQ - Common questions