Skip to content

Commit

Permalink
Huobi: Clarify OB sub Levels usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Oct 17, 2024
1 parent 9fbb68e commit fedd1ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cmd/documentation/exchanges_templates/huobi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion exchanges/huobi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fedd1ab

Please sign in to comment.