Most Uniblock WebSocket endpoints use the following header:Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Header:
X-API-KEY - Value: Your unique Uniblock API key
apiKey in the connection and validation
URLs.
Authentication flow
Use the same authentication header for both steps of the connection flow:- Send an HTTP request to the provider’s
/validateendpoint. - Open the corresponding WSS endpoint.
- Send your provider-specific subscription or message payload.
Example validation request
Notes
- Reuse the same header values when moving from validation to the WebSocket connection.
- Some providers require additional query parameters such as
chainIdorapiKey. - Message formats after connection are provider-specific.