Skip to main content
Alchemy WebSockets are available through Uniblock for broad multi-chain streaming support.

Supported chains

Alchemy supports many networks, including:
  • 1
  • 10
  • 137
  • 8453
  • 42161
  • stellar-mainnet
  • stellar-testnet

Endpoints

  • HTTP (Validation): https://websocket.uniblock.dev/alchemy/validate?chainId=${chainId}
  • WebSocket (WSS): wss://websocket.uniblock.dev/alchemy?chainId=${chainId}

Authentication

  • Include the X-API-KEY header in both validation and connection requests.
  • Reuse the same chainId and headers when moving from validation to WSS.

Workflow

  1. Validate against the Alchemy HTTP endpoint.
  2. Open the matching WSS endpoint.
  3. Send your JSON-RPC subscription payload.

Resources