Websocket Methods
This page provides an overview of all available websocket methods that can be used to interact with the API.
This document provides a comprehensive overview of all available websocket methods for Solana RPC.
accountSubscribe
Subscribe to an account to receive notifications when the lamports or data for a given account public key changes
accountUnsubscribe
Unsubscribe from account change notifications
blockSubscribe
Subscribe to receive notification anytime a new block is confirmed or finalized
blockUnsubscribe
Unsubscribe from block notifications
logsSubscribe
Subscribe to transaction logging
logsUnsubscribe
Unsubscribe from transaction logging
programSubscribe
Subscribe to a program to receive notifications when the lamports or data for accounts owned by the program changes
programUnsubscribe
Unsubscribe from program notifications
rootSubscribe
Subscribe to receive notification anytime a new root is set by the validator
rootUnsubscribe
Unsubscribe from root notifications
signatureSubscribe
Subscribe to a transaction signature to receive notification when the transaction is confirmed
signatureUnsubscribe
Unsubscribe from signature confirmation notification
slotSubscribe
Subscribe to receive notification anytime a slot is processed by the validator
slotUnsubscribe
Unsubscribe from slot notifications
slotsUpdatesSubscribe
Subscribe to receive notification anytime a slot is processed, optimized for high performance applications
slotsUpdatesUnsubscribe
Unsubscribe from slots updates notifications
voteSubscribe
Subscribe to receive notification anytime a new vote is observed in gossip
voteUnsubscribe
Unsubscribe from vote notifications
For detailed information on each method including parameters, results, and examples, please refer to the individual method documentation.