Solana WebSocket API (Beta) notes
Compatibility reference only. Copy-ready connection examples are not published on this page.
Reviewed method groups
Account and program state
Review account and program subscription coverage in the current Solana beta tree.
accountSubscribeSubscribe to one account and receive `accountNotification` updates.programSubscribeSubscribe to program-owned account changes in the current Solana beta tree.
Ledger and execution flow
Review block, log, root, and slot subscription coverage in the current Solana beta tree.
blockSubscribeSubscribe to reviewed block notifications in the current Solana beta tree.logsSubscribeSubscribe to transaction log events in the current Solana beta tree.rootSubscribeSubscribe to root updates in the current Solana beta tree.slotSubscribeSubscribe to slot progression updates in the current Solana beta tree.slotsUpdatesSubscribeSubscribe to detailed slot lifecycle updates in the current Solana beta tree.
Transaction confirmation
Review signature confirmation coverage in the current Solana beta tree.
signatureSubscribeSubscribe to confirmation changes for one signature in the current Solana beta tree.
Related pages
- Solana (Beta): return to the Solana overview.
- Solana HTTP API (Beta): review the request-response method tree.
- Use RPC WebSocket: return to the EVM websocket guide.
Last updated on