BitMart Spot WebSocket API

The BitMart Spot WebSocket API delivers real-time streaming market data and private account updates via persistent WebSocket connections. Public channels include ticker prices, order book depth, trade history, and kline candlestick data. Private channels provide real-time order status updates and account asset changes. The public endpoint is at wss://ws-manager-compress.bitmart.com/api and the private endpoint at wss://ws-manager-compress.bitmart.com/user. Each IP can maintain up to 20 public and 10 private connections simultaneously.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: bitmart:spot-websocket-api
name: BitMart Spot WebSocket API
tags:
- Cryptocurrency
- Market Data
- Real-Time
- Streaming
- WebSocket
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: wss://ws-manager-compress.bitmart.com
humanURL: https://developer-pro.bitmart.com/en/spot/
properties:
- url: https://developer-pro.bitmart.com/en/spot/
  type: Documentation
description: The BitMart Spot WebSocket API delivers real-time streaming market data and private account
  updates via persistent WebSocket connections. Public channels include ticker prices, order book depth,
  trade history, and kline candlestick data. Private channels provide real-time order status updates and
  account asset changes. The public endpoint is at wss://ws-manager-compress.bitmart.com/api and the private
  endpoint at wss://ws-manager-compress.bitmart.com/user. Each IP can maintain up to 20 public and 10
  private connections simultaneously.