ZK Compression
getIndexerHealth
Returns an error if the indexer is stale by more than a configurable number of blocks. Otherwise, it returns ok.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
The version of the JSON-RPC protocol.
Available options:
2.0 An ID to identify the request.
The name of the method to invoke for checking Solana compression indexer health status.
Available options:
getIndexerHealth Response
The Solana compression indexer is healthy and synchronized with the network
Returns "ok" when the Solana compression indexer is healthy and functioning properly
Available options:
ok cURL