Matrixport · AsyncAPI Specification
bit.com (Matrixport) WebSocket streaming API
Version 1.0.0
Public and private WebSocket streaming for the bit.com exchange. Channel names are taken verbatim from the official bitcom-python-umapi SDK (bit_ws_public.py / bit_ws_private.py). Clients connect and send a { "type": "subscribe", "channels": [ ... ] } message. Private channels require a token from GET /v1/ws/auth.
View Spec
View on GitHub
CompanyCrypto FinanceCryptocurrency ExchangeTradingDerivativesOptionsFuturesPerpetualsWebSocketREST APIAsyncAPIEventsWebSockets
Channels
ticker
Instrument ticker updates (public).
order_book
Order book depth updates (public); subscribe form: order_book.., e.g. order_book.10.10.
trade
Public trade prints (public).
kline
Candlestick updates (public).
order
The authenticated user's order updates (private; requires ws auth token).
user_trade
The authenticated user's fills (private; requires ws auth token).
um_account
The authenticated user's unified-margin account/balance updates (private).
Servers
wss
production
ws.bit.com
Production WebSocket host (wss://ws.bit.com; spot-ws.bit.com for spot).
wss
testnet
betaws.bitexch.dev
Testnet WebSocket host.
AsyncAPI Specification
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.