The Health API provides endpoints for monitoring the status of Gero Nexus services and underlying data providers. Use these endpoints to check service availability and troubleshoot connectivity issues.Documentation Index
Fetch the complete documentation index at: https://nexus.gerowallet.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Available endpoints
Provider health
Get health status of all data providers
Provider status
Gero Nexus aggregates data from multiple providers for redundancy and reliability. The health endpoint returns status for each provider:| Status | Description |
|---|---|
HEALTHY | Provider is operational and responding |
DEGRADED | Provider is slow but functional |
UNHEALTHY | Provider is not responding |
UNKNOWN | Status cannot be determined |
Health response
The endpoint returns an array of provider status objects:Use cases
Monitoring dashboards
Integrate the health endpoint into your monitoring systems to track API availability and performance.Graceful degradation
Check provider health before making requests to implement graceful degradation in your application.Debugging
When experiencing issues, check the health endpoint to identify if the problem is with a specific provider or network.Example: Check API health
Service level
Gero Nexus maintains high availability through:- Multiple providers - Automatic failover between data sources
- Geographic distribution - Servers in multiple regions
- Caching - Reduces load on underlying providers
- Rate limiting - Prevents abuse and ensures fair access