The WebSocket gateway is for market-maker bot connections: authentication,
RFQ broadcasts, quote submission, and quote results all happen over that
socket. Public HTTP reference reads and MM-authenticated taker-intel reads use
the API base URL.
Production market-maker traffic must use WSS. Do not connect production bots to
direct ws:// origin endpoints for auth, RFQ broadcasts, quote submission, or
quote results.