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).
accountSubscribeSubscribe to one account and receive `accountNotification` updates.programSubscribeSubscribe 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).
blockSubscribeSubscribe to reviewed block notifications on the Solana route (Beta).logsSubscribeSubscribe to transaction log events on the Solana route (Beta).rootSubscribeSubscribe to root updates on the Solana route (Beta).slotSubscribeSubscribe to slot progression updates on the Solana route (Beta).slotsUpdatesSubscribeSubscribe to detailed slot lifecycle updates on the Solana route (Beta).
Transaction confirmation
Track signature confirmation state from the Solana route (Beta).
signatureSubscribeSubscribe to confirmation changes for one signature on the Solana route (Beta).
Related pages
Last updated on