Node Health Methods

These methods report the operational status of the node, validator identity, and current validator activity (e.g., vote accounts, cluster nodes). They help determine if a node is healthy and connected to the network.

getClusterNodes
Available
Returns the cluster nodes.
Parameters
No parameters required

getHealth
Available
Returns the health of the cluster.
Parameters
No parameters required

getIdentity
Available
Returns the identity of the cluster.
Parameters
identity
required
string
The identity to query, as a base-58 encoded string.

getVoteAccounts
Available
Returns the vote accounts.
Parameters
config
Configuration object for the query.
commitment
string | string | string (optional)
The commitment describes how finalized a block is at that point in time. Options are 'processed', 'confirmed', or 'finalized'
delinquentSlotDistance
integer (optional)
The distance in slots to consider a vote account delinquent.
keepUnstakedDelinquents
boolean (optional)
Whether to keep unstaked delinquent vote accounts.
votePubkey
string (optional)
Filter by vote account public key.