curl -s "https://api.blockdb.io/v1/health"
{
"status": "ok"
}
Account & Usage
Health
Lightweight liveness check that returns API availability.
GET
/
v1
/
health
curl -s "https://api.blockdb.io/v1/health"
{
"status": "ok"
}
Overview
Returns a minimal JSON payload indicating that the BlockDB API is reachable and serving requests. Use this endpoint for uptime monitoring, load balancer health probes, and quick connectivity checks.This endpoint is intended to be inexpensive and safe to poll. It does not return account or usage data.
Parameters
No query parameters or request body.Response Fields
Always
"ok" when the service is healthy.See Also
- Usage & Limits — Plan, shared CU, and shared
rate_limit_rpsfor your account - Authorization — API key usage and auth
curl -s "https://api.blockdb.io/v1/health"
{
"status": "ok"
}
Last modified on May 29, 2026
Was this page helpful?
⌘I