voteSubscribe – Solana
The voteSubscribe RPC Solana method allows clients to subscribe to notifications whenever a new vote is observed in gossip.
Unstable Method
Supported Networks
Parameters
Result
Request Example
wss://go.getblock.io/<ACCESS-TOKEN>/wscat -c "wss://go.getblock.io/<ACCESS-TOKEN>/" --exec '{
"jsonrpc": "2.0",
"id": 1,
"method": "voteSubscribe"
}'Response
Notification Format
Notification Fields
Error Handling
Use Cases
Code voteSubscribe Example – Web3 Integration
Integration with Web3
Last updated
Was this helpful?