SaturnX
  • WELCOME
    • ☀️What is Saturnx?
    • Pricing with Rate limits
      • Prepaid Credits
      • Pay with Crypto
  • RPC Nodes
    • RPCs Overview
  • BLOCKCHAIN
    • Overview
    • HTTP
      • getHistoryCandleStick
      • getHistoryTransaction
      • getAccountTnx
      • getAccountTnxByToken
      • getHoldersTop
      • getHotPairs
      • getTokenSecurity
    • WebSocket
      • {blockchain}.broadcast.transactions
      • {blockchain}.broadcast.kline
    • Kafka
Powered by GitBook
On this page
  1. BLOCKCHAIN

WebSocket

Stream data directly to your applications with our websocket integration.

Websockets allow for two-way communication between a client and a server. Unlike traditional request-response models, Websockets keep a persistent connection open, enabling real-time data exchange. This is perfect for applications that require instant updates, such as chat apps, online games and marketplaces.

Standard Websockets

Helius supports all stable Solana Websockets.

You can use these with your Saturnx WSS URL:

  • Mainnet – wss://stream.saturnx.dev/skt

After connecting to the websocket:

  • Submit subscription requests to the websocket using the methods.

  • Multiple subscriptions may be active at once.

  • Many subscriptions take the optional commitment parameter, defining how finalized a change should be to trigger a notification. For subscriptions, if commitment is unspecified, the default value is finalized.

Supported Blockchains

  • {blockchain} = solana → Broadcast transactions to the Solana network.

PreviousgetTokenSecurityNext{blockchain}.broadcast.transactions

Last updated 1 month ago