Skip to Content
RPC ServicesSolana (Beta)slotsUpdatesSubscribe
Compatibility

slotsUpdatesSubscribe

Subscribe to detailed slot lifecycle updates in the current Solana beta tree.

TopicslotsUpdatesSubscribe
Route familySolana
StageBeta

Available under Solana WebSocket API (Beta). Use the chain-family pages for handle discovery and this page for exact subscription semantics.

Compatibility reference only. Live endpoint examples are not published on this page.

Request fields

Subscription request

FieldTypeRequiredNotes
jsonrpcstringRequiredJSON-RPC version. Use `2.0`.
idstring | numberRequiredCaller request id.
methodstringRequiredAllowlisted subscription method.
paramsarrayRequiredSubscription topic or filter arguments.

Response fields

Subscribe result

FieldTypeNotes
jsonrpcstringJSON-RPC version.
idstring | numberEchoed caller request id.
resultstring | numberSubscription id returned by the hosted route.

Notification shape

FieldTypeNotes
methodstringNotification method such as `eth_subscription` or `slotNotification`.
params.subscriptionstring | numberSubscription id tied to the current stream.
params.resultobjectUpstream chain payload for the current notification.