Server Health Check
GET/api/v1/health
Returns the current health status of the Coinsnap API server.
Useful for monitoring integrations — a 200 response means the API is reachable and operational.
No authentication required.
Responses
- 200
- 503
UP. The server is healthy.
Service Unavailable. An error occurred during health check.