HTTP Methods
getVoteAccounts
Returns the account info and associated stake for all the voting accounts in the current bank.
POST
getVoteAccounts
Request Parameters
The commitment level for the request.
confirmedfinalizedprocessed
Specific validator vote account address to filter results (base-58 encoded).
Include validators that have fallen behind but have no stake delegated to them.
Custom threshold of slots behind to mark validators as delinquent or underperforming.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getVoteAccounts Example:
"getVoteAccounts"
Optional configuration object for filtering vote accounts.
getVoteAccounts