Supported chains
solanasolana-devnet
Endpoints
Enhanced (Parsed Data)
- HTTP (Validation):
https://lively-dust-7404.lively-fog-f2d9.workers.dev/helius-enhanced/validate?chainId=${chainId} - WebSocket (WSS):
wss://lively-dust-7404.lively-fog-f2d9.workers.dev/helius-enhanced?chainId=${chainId}
Standard (RPC)
- HTTP (Validation):
https://lively-dust-7404.lively-fog-f2d9.workers.dev/helius-standard/validate?chainId=${chainId} - WebSocket (WSS):
wss://lively-dust-7404.lively-fog-f2d9.workers.dev/helius-standard?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 appropriate Helius endpoint.
- Open the matching WSS endpoint.
- Send your JSON-RPC subscription payload.