Supported chains
Alchemy supports many networks, including:110137845342161stellar-mainnetstellar-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-KEYheader in both validation and connection requests. - Reuse the same
chainIdand headers when moving from validation to WSS.
Workflow
- Validate against the Alchemy HTTP endpoint.
- Open the matching WSS endpoint.
- Send your JSON-RPC subscription payload.