@@ -134,7 +134,7 @@ export default class htx extends htxRest {
134
134
135
135
/**
136
136
* @method
137
- * @name huobi #watchTicker
137
+ * @name htx #watchTicker
138
138
* @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
139
139
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec53561-7773-11ed-9966-0242ac110003
140
140
* @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33ab2-77ae-11ed-9966-0242ac110003
@@ -206,7 +206,7 @@ export default class htx extends htxRest {
206
206
207
207
/**
208
208
* @method
209
- * @name huobi #watchTrades
209
+ * @name htx #watchTrades
210
210
* @description get the list of most recent trades for a particular symbol
211
211
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec53b69-7773-11ed-9966-0242ac110003
212
212
* @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33c21-77ae-11ed-9966-0242ac110003
@@ -274,7 +274,7 @@ export default class htx extends htxRest {
274
274
275
275
/**
276
276
* @method
277
- * @name huobi #watchOHLCV
277
+ * @name htx #watchOHLCV
278
278
* @description watches historical candlestick data containing the open, high, low, and close price, and the volume of a market
279
279
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec53241-7773-11ed-9966-0242ac110003
280
280
* @see https://www.htx.com/en-us/opend/newApiPages/?id=28c3346a-77ae-11ed-9966-0242ac110003
@@ -339,7 +339,7 @@ export default class htx extends htxRest {
339
339
340
340
/**
341
341
* @method
342
- * @name huobi #watchOrderBook
342
+ * @name htx #watchOrderBook
343
343
* @see https://huobiapi.github.io/docs/dm/v1/en/#subscribe-market-depth-data
344
344
* @see https://huobiapi.github.io/docs/coin_margined_swap/v1/en/#subscribe-incremental-market-depth-data
345
345
* @see https://huobiapi.github.io/docs/usdt_swap/v1/en/#general-subscribe-incremental-market-depth-data
@@ -687,7 +687,7 @@ export default class htx extends htxRest {
687
687
688
688
/**
689
689
* @method
690
- * @name huobi #watchMyTrades
690
+ * @name htx #watchMyTrades
691
691
* @description watches information on multiple trades made by the user
692
692
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec53dd5-7773-11ed-9966-0242ac110003
693
693
* @param {string } symbol unified market symbol of the market trades were made in
@@ -786,7 +786,7 @@ export default class htx extends htxRest {
786
786
787
787
/**
788
788
* @method
789
- * @name huobi #watchOrders
789
+ * @name htx #watchOrders
790
790
* @description watches information on multiple orders made by the user
791
791
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec53c8f-7773-11ed-9966-0242ac110003
792
792
* @param {string } symbol unified market symbol of the market orders were made in
@@ -1240,7 +1240,7 @@ export default class htx extends htxRest {
1240
1240
1241
1241
/**
1242
1242
* @method
1243
- * @name huobi #watchPositions
1243
+ * @name htx #watchPositions
1244
1244
* @see https://www.huobi.com/en-in/opend/newApiPages/?id=8cb7de1c-77b5-11ed-9966-0242ac110003
1245
1245
* @see https://www.huobi.com/en-in/opend/newApiPages/?id=8cb7df0f-77b5-11ed-9966-0242ac110003
1246
1246
* @see https://www.huobi.com/en-in/opend/newApiPages/?id=28c34a7d-77ae-11ed-9966-0242ac110003
@@ -1364,7 +1364,7 @@ export default class htx extends htxRest {
1364
1364
1365
1365
/**
1366
1366
* @method
1367
- * @name huobi #watchBalance
1367
+ * @name htx #watchBalance
1368
1368
* @description watch balance and get the amount of funds available for trading or funds locked in orders
1369
1369
* @see https://www.htx.com/en-us/opend/newApiPages/?id=7ec52e28-7773-11ed-9966-0242ac110003
1370
1370
* @see https://www.htx.com/en-us/opend/newApiPages/?id=10000084-77b7-11ed-9966-0242ac110003
0 commit comments