WebSocket

Streaming market data: order books, trades, tickers, prices, candlesticks and open interest.

Connect to wss://md.liquiditytech.com/marketdata/v2/public. A few things that differ from the private endpoints:

  • Login is optional. Unauthenticated connections work immediately; authenticating raises your limits from 5 to 40 connections per IP and from 5 to 50 trading pairs per connection.
  • Responses are GZIP-compressed by default. Append ?binary=false for plain text.
  • Idle timeout is 60 seconds and the keep-alive is a JSON { "ping": … } message — the private endpoints use 30 seconds and a raw ping string.

Start with Overview.