Skip to main content
Basic health check
curl --request GET \
  --url https://utxo-indexer.api.umbraprivacy.com/health
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://sdk.umbraprivacy.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Accept
enum<string>

Response format selector. Set to application/x-protobuf for Protobuf encoding; any other value (or absent) returns JSON.

Available options:
application/json,
application/x-protobuf

Response

Service is accepting connections.

Minimal health indicator returned by GET /health.

status
string
required

Always "ok" when the HTTP server is accepting connections.

Example:

"ok"