diff --git a/cmd/documentation/exchanges_templates/huobi.tmpl b/cmd/documentation/exchanges_templates/huobi.tmpl index 15e6e12ac78..d4966962f6a 100644 --- a/cmd/documentation/exchanges_templates/huobi.tmpl +++ b/cmd/documentation/exchanges_templates/huobi.tmpl @@ -100,7 +100,10 @@ Default Public Subscriptions: - Ticker - Candles ( Interval: 1min ) - Orderbook ( Level: 0 - No aggregation ) - - Configure Level: 1-5 for depth aggregation + - Configure Level: 1-5 for depth aggregation, for example: +```json + {"enabled": true, "channel": "orderbook", "asset": "spot", "levels": 1} +``` - Trades Default Authenticated Subscriptions: diff --git a/exchanges/huobi/README.md b/exchanges/huobi/README.md index eb864588b98..a9ed5632a43 100644 --- a/exchanges/huobi/README.md +++ b/exchanges/huobi/README.md @@ -118,7 +118,10 @@ Default Public Subscriptions: - Ticker - Candles ( Interval: 1min ) - Orderbook ( Level: 0 - No aggregation ) - - Configure Level: 1-5 for depth aggregation + - Configure Level: 1-5 for depth aggregation, for example: +```json + {"enabled": true, "channel": "orderbook", "asset": "spot", "levels": 1} +``` - Trades Default Authenticated Subscriptions: