Documentation Index
Fetch the complete documentation index at: https://docs.blockdb.io/llms.txt
Use this file to discover all available pages before exploring further.
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
curl -s "https://api.blockdb.io/v1/health"