Skip to Content
ServicesSolana WebSocket API (Beta)

Solana WebSocket API (Beta)

Use the Solana WebSocket route (Beta) when the runtime needs native Solana subscription delivery instead of request-response polling.

Solana websocket access is part of the current Beta route family.

Current route

  • Endpoint: /rpc/solana/wss
  • Auth during upgrade: Authorization: Bearer <api_key>
  • Stage: Beta

Reviewed method groups

Account and program state

Track account and program-owned state updates from the Solana route (Beta).

  • accountSubscribe Subscribe to one account and receive `accountNotification` updates.
  • programSubscribe Subscribe to program-owned account changes on the Solana route (Beta).

Ledger and execution flow

Track blocks, logs, roots, and slot progression from the Solana route (Beta).

  • blockSubscribe Subscribe to reviewed block notifications on the Solana route (Beta).
  • logsSubscribe Subscribe to transaction log events on the Solana route (Beta).
  • rootSubscribe Subscribe to root updates on the Solana route (Beta).
  • slotSubscribe Subscribe to slot progression updates on the Solana route (Beta).
  • slotsUpdatesSubscribe Subscribe to detailed slot lifecycle updates on the Solana route (Beta).

Transaction confirmation

Track signature confirmation state from the Solana route (Beta).

  • signatureSubscribe Subscribe to confirmation changes for one signature on the Solana route (Beta).
Last updated on