Get Health Response
Response for JSON-RPC method getHealth.
General node health check endpoint. The RPC server will return a 200 OK response if the node is healthy, with additional metadata about the ledger state.
See also
Constructors
Properties
The latest ledger known to the node. May be null if the node hasn't synced any ledgers yet.
The unix timestamp (seconds) at which the latest known ledger closed. Returned by RPC servers from v27.1.0; null when the server does not provide it.
The ledger retention window configured for the node. Represents how many ledgers the node keeps in storage. May be null if not configured.
The oldest ledger stored by the node. May be null if the node hasn't synced any ledgers yet.
The unix timestamp (seconds) at which the oldest ledger kept in history closed. Returned by RPC servers from v27.1.0; null when the server does not provide it.