Skip to main content
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

status
string
Always "ok" when the service is healthy.

See Also

curl -s "https://api.blockdb.io/v1/health"
{
  "status": "ok"
}
Last modified on April 22, 2026