Parameters
chainId
string
default:"solana-devnet"
required
Unique identifier for a blockchain network.
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"getVoteAccounts"
required
JSON-RPC method name.
Parameters for method getVoteAccounts: [config].Positional parameters for getVoteAccounts:params[0]: Optional configuration object.
Returns
Vote account information.
Vote account pubkey (base-58 encoded).
Validator identity pubkey (base-58 encoded).
Stake delegated to this vote account.
True if vote account is staked for this epoch.
Percentage (0-100) of rewards payout owed to vote account.
Most recent slot voted on by this vote account.
Epoch vote credits history.
Current root slot for this vote account.