A brief introduction to real-time data Websockets. This guide will help you get started with streaming, enabling you to subscribe to continuous updates on Conference Call Transcripts and other datasets
The WebSocket API requires apikey authentication. When initiating a WebSocket connection, include your API token in the connection URL as a query parameter. Include your API key in the apikey query param in the format:
Once connected, you can subscribe to specific data streams based on your requirements, such as stock quotes, trade data, or news updates. Each subscription requires a unique identifier and specific parameters depending on the data type.