Skip to main content

Huobi Market Data Connector

Huobi Data Connector based on WebSocket/REST.

Features

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

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
WebSocket URLwss://api.huobi.pro/wsWebSocket root URL.
REST URLhttps://api.huobi.proREST root URL.
Read Timeout15000Read timeout in milliseconds.
Reconnect Timeout15000Reconnect timeout in milliseconds.
Exchange NameHUOBIExchange name for this session.
Output Book Size20Size of the output book.

Symbology

Supported symbol notations:

Symbol NotationExamples
cryptopair (lower case)btcusdt
ethusdt

Full symbol list: https://api.huobi.pro/v2/settings/common/symbols

Logging

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

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