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.
getIdentity
AvailableReturns the identity of the cluster.
Parameters
identity
requiredstring
The identity to query, as a base-58 encoded string.
getVoteAccounts
AvailableReturns 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.