Skip to main content

BitMart Market Data Connector

BitMart Data Connector based on WebSocket.

Features

bitmartConnector Key
Instrument Types
FX
Asset Class
Crypto
Technology
WebSocketREST
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
REST URLhttps://api-cloud.bitmart.com/spot/REST root URL.
WebSocket URLwss://ws-manager-compress.bitmart.com/api?protocol=1.1WebSocket root URL.
Output Book Size20Size of the output book.
Snapshot Interval10SThis property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator.

Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in.

Default value is 10 seconds.

Set value to zero to disable periodical Level2 snapshots.
Try Skip Duplicate TradestrueTry to skip duplicate trades. There is a very low probability to skip a good trade in case of two sequential and identical trades.

Symbology

Supported symbol notations:

Symbol NotationExamples
CRYPTO_PAIR (upper case)BTC_USDT
ETH_USDT
ETH_BTC

Full symbol list: https://api-cloud.bitmart.com/spot/v1/symbols

Logging

To enable detailed logging, use these lines in the <QSHOME>/config/gflog.xml file:

<logger name="deltix.qsrv.hf.plugins.data.bitmart" level="DEBUG">
<appender-ref ref="safeAppender"/>
</logger>