Documentation · WebSocket
WebSocket API
The live event stream. One authenticated connection; events are pushed as they're ingested. Included with every key.
Endpoint
wss://stream.vera.cryptobriefing.com/v1/events
Authentication
Send your key on the Authorizationheader during the upgrade handshake. Browsers can't set arbitrary headers on WebSocket, so for browser clients we accept the key as a query parameter. Anything server-side should use the header.
bashbash