Skip to content

Version 6.0.0

Compare
Choose a tag to compare
@JKorf JKorf released this 08 Aug 14:58
· 49 commits to master since this release
  • Renamed library from Huobi.Net to HTX.Net, following the renaming of the exchange
  • Renamed all models and references from Huobi... to HTX...
  • Renamed UsdtMarginSwapApi to UsdtFuturesApi
  • Renamed some endpoints to match standardized endpoint names
  • Split Margin and SubAccount endpoints into separate topics in the rest SpotApi
  • Split SubAccount endpoints into separate topics in the rest FuturesApi
  • Added UsdtFuturesSymbolOrderBook implementation
  • Added client side ratelimiting
  • Added various missing endpoints
  • Added Usdt Futures API account websocket streams
  • Updated from Newtonsoft.Json to System.Text.Json for json handling
  • Updated code xml comments
  • Updated API documentation references
  • Fixed a large number of bugs