Skip to main content

WebSocket API for Market Data

Status: Not yet implemented (空缺).

Binance's WebSocket API (request/response calls such as depth, ticker.price, klines over wss://…/ws-fapi/v1) has no Sparky equivalent.

What exists instead

  • REST — every market-data call on Market Data REST.
  • Streams — Sparky pushes trades, order book, ticker and klines over wss://api-avax.sparkydex.app/ws with a JSON subscribe protocol. See Market Data Streams.

Track this section's status in the Changelog.