Skip to Content
RPC ServicesSolana (Beta)WebSocket API (Beta)

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.

  • accountSubscribe Subscribe to one account and receive `accountNotification` updates.
  • programSubscribe Subscribe 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.

  • blockSubscribe Subscribe to reviewed block notifications in the current Solana beta tree.
  • logsSubscribe Subscribe to transaction log events in the current Solana beta tree.
  • rootSubscribe Subscribe to root updates in the current Solana beta tree.
  • slotSubscribe Subscribe to slot progression updates in the current Solana beta tree.
  • slotsUpdatesSubscribe Subscribe to detailed slot lifecycle updates in the current Solana beta tree.

Transaction confirmation

Review signature confirmation coverage in the current Solana beta tree.

  • signatureSubscribe Subscribe to confirmation changes for one signature in the current Solana beta tree.
Last updated on