FluxRPC provides 18 WebSocket subscription methods for real-time blockchain event streaming.
Solana: wss://ws.eu.fluxrpc.com
Fogo: wss://ws.eu.fogo.fluxrpc.com
accountSubscribe — Subscribe to an account to receive notifications when the lamports or data for a given account public key changes.accountUnsubscribe — Unsubscribe from account change notifications.logsSubscribe — Subscribe to transaction logging.logsUnsubscribe — Unsubscribe from transaction logging.programSubscribe — Subscribe to a program to receive notifications when the lamports or data for an account owned by the given program changes.programUnsubscribe — Unsubscribe from program-owned account change notifications.signatureSubscribe — Subscribe to receive a notification when the transaction with the given signature reaches the specified commitment level.signatureUnsubscribe — Unsubscribe from signature confirmation notification.slotSubscribe — Subscribe to receive notification anytime a slot is processed by the validator.slotUnsubscribe — Unsubscribe from slot notifications.rootSubscribe — Subscribe to receive notification anytime a new root is set by the validator.rootUnsubscribe — Unsubscribe from root notifications.blockSubscribe — Subscribe to receive notification anytime a new block is confirmed or finalized.blockUnsubscribe — Unsubscribe from block notifications.slotsUpdatesSubscribe — Subscribe to receive a notification from the validator on a variety of updates on every slot.slotsUpdatesUnsubscribe — Unsubscribe from slot-update notifications.voteSubscribe — Subscribe to receive notification anytime a new vote is observed in gossip.voteUnsubscribe — Unsubscribe from vote notifications.