ccxt 4.5.28 → 4.5.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/README.md +21 -5
  2. package/dist/ccxt.browser.min.js +3 -3
  3. package/dist/cjs/ccxt.js +1 -1
  4. package/dist/cjs/src/alpaca.js +21 -21
  5. package/dist/cjs/src/apex.js +20 -20
  6. package/dist/cjs/src/arkham.js +22 -22
  7. package/dist/cjs/src/ascendex.js +28 -28
  8. package/dist/cjs/src/backpack.js +22 -22
  9. package/dist/cjs/src/base/Exchange.js +48 -38
  10. package/dist/cjs/src/base/functions/throttle.js +54 -5
  11. package/dist/cjs/src/bigone.js +19 -19
  12. package/dist/cjs/src/binance.js +83 -82
  13. package/dist/cjs/src/bingx.js +46 -46
  14. package/dist/cjs/src/bit2c.js +11 -11
  15. package/dist/cjs/src/bitbank.js +49 -48
  16. package/dist/cjs/src/bitbns.js +13 -13
  17. package/dist/cjs/src/bitfinex.js +33 -33
  18. package/dist/cjs/src/bitflyer.js +17 -17
  19. package/dist/cjs/src/bitget.js +58 -57
  20. package/dist/cjs/src/bithumb.js +10 -10
  21. package/dist/cjs/src/bitmart.js +44 -44
  22. package/dist/cjs/src/bitmex.js +24 -24
  23. package/dist/cjs/src/bitopro.js +20 -20
  24. package/dist/cjs/src/bitrue.js +18 -18
  25. package/dist/cjs/src/bitso.js +20 -20
  26. package/dist/cjs/src/bitstamp.js +21 -21
  27. package/dist/cjs/src/bittrade.js +20 -20
  28. package/dist/cjs/src/bitvavo.js +19 -19
  29. package/dist/cjs/src/blockchaincom.js +20 -20
  30. package/dist/cjs/src/blofin.js +26 -26
  31. package/dist/cjs/src/btcalpha.js +35 -34
  32. package/dist/cjs/src/btcbox.js +10 -10
  33. package/dist/cjs/src/btcmarkets.js +16 -16
  34. package/dist/cjs/src/btcturk.js +10 -10
  35. package/dist/cjs/src/bullish.js +26 -26
  36. package/dist/cjs/src/bybit.js +67 -67
  37. package/dist/cjs/src/cex.js +18 -18
  38. package/dist/cjs/src/coinbase.js +40 -40
  39. package/dist/cjs/src/coinbaseexchange.js +22 -22
  40. package/dist/cjs/src/coinbaseinternational.js +22 -22
  41. package/dist/cjs/src/coincatch.js +39 -39
  42. package/dist/cjs/src/coincheck.js +11 -11
  43. package/dist/cjs/src/coinex.js +48 -48
  44. package/dist/cjs/src/coinmate.js +14 -14
  45. package/dist/cjs/src/coinmetro.js +14 -14
  46. package/dist/cjs/src/coinone.js +11 -11
  47. package/dist/cjs/src/coinsph.js +20 -20
  48. package/dist/cjs/src/coinspot.js +8 -8
  49. package/dist/cjs/src/cryptocom.js +32 -32
  50. package/dist/cjs/src/cryptomus.js +9 -9
  51. package/dist/cjs/src/deepcoin.js +33 -33
  52. package/dist/cjs/src/defx.js +23 -23
  53. package/dist/cjs/src/delta.js +29 -29
  54. package/dist/cjs/src/deribit.js +36 -36
  55. package/dist/cjs/src/derive.js +19 -19
  56. package/dist/cjs/src/digifinex.js +36 -36
  57. package/dist/cjs/src/dydx.js +22 -22
  58. package/dist/cjs/src/exmo.js +29 -29
  59. package/dist/cjs/src/foxbit.js +23 -23
  60. package/dist/cjs/src/gate.js +57 -57
  61. package/dist/cjs/src/gemini.js +16 -16
  62. package/dist/cjs/src/hashkey.js +35 -35
  63. package/dist/cjs/src/hibachi.js +24 -24
  64. package/dist/cjs/src/hitbtc.js +38 -38
  65. package/dist/cjs/src/hollaex.js +22 -22
  66. package/dist/cjs/src/htx.js +50 -50
  67. package/dist/cjs/src/hyperliquid.js +76 -42
  68. package/dist/cjs/src/independentreserve.js +13 -13
  69. package/dist/cjs/src/indodax.js +14 -14
  70. package/dist/cjs/src/kraken.js +30 -30
  71. package/dist/cjs/src/krakenfutures.js +21 -21
  72. package/dist/cjs/src/kucoin.js +44 -44
  73. package/dist/cjs/src/kucoinfutures.js +42 -40
  74. package/dist/cjs/src/latoken.js +16 -16
  75. package/dist/cjs/src/lbank.js +23 -23
  76. package/dist/cjs/src/luno.js +17 -17
  77. package/dist/cjs/src/mercado.js +11 -11
  78. package/dist/cjs/src/mexc.js +47 -47
  79. package/dist/cjs/src/modetrade.js +37 -35
  80. package/dist/cjs/src/ndax.js +19 -19
  81. package/dist/cjs/src/novadax.js +19 -19
  82. package/dist/cjs/src/oceanex.js +16 -16
  83. package/dist/cjs/src/okx.js +83 -83
  84. package/dist/cjs/src/onetrading.js +34 -33
  85. package/dist/cjs/src/oxfun.js +25 -25
  86. package/dist/cjs/src/p2b.js +11 -11
  87. package/dist/cjs/src/paradex.js +54 -54
  88. package/dist/cjs/src/paymium.js +20 -21
  89. package/dist/cjs/src/phemex.js +35 -35
  90. package/dist/cjs/src/poloniex.js +27 -27
  91. package/dist/cjs/src/pro/alpaca.js +5 -5
  92. package/dist/cjs/src/pro/apex.js +8 -8
  93. package/dist/cjs/src/pro/arkham.js +5 -5
  94. package/dist/cjs/src/pro/ascendex.js +5 -5
  95. package/dist/cjs/src/pro/backpack.js +16 -16
  96. package/dist/cjs/src/pro/binance.js +35 -35
  97. package/dist/cjs/src/pro/bingx.js +9 -9
  98. package/dist/cjs/src/pro/bitfinex.js +8 -8
  99. package/dist/cjs/src/pro/bitget.js +12 -12
  100. package/dist/cjs/src/pro/bithumb.js +3 -3
  101. package/dist/cjs/src/pro/bitmart.js +388 -31
  102. package/dist/cjs/src/pro/bitmex.js +9 -9
  103. package/dist/cjs/src/pro/bitopro.js +5 -5
  104. package/dist/cjs/src/pro/bitrue.js +2 -2
  105. package/dist/cjs/src/pro/bitstamp.js +3 -3
  106. package/dist/cjs/src/pro/bittrade.js +3 -3
  107. package/dist/cjs/src/pro/bitvavo.js +19 -19
  108. package/dist/cjs/src/pro/blockchaincom.js +5 -5
  109. package/dist/cjs/src/pro/blofin.js +10 -10
  110. package/dist/cjs/src/pro/bullish.js +6 -6
  111. package/dist/cjs/src/pro/bybit.js +19 -19
  112. package/dist/cjs/src/pro/cex.js +13 -13
  113. package/dist/cjs/src/pro/coinbase.js +13 -13
  114. package/dist/cjs/src/pro/coinbaseexchange.js +10 -10
  115. package/dist/cjs/src/pro/coinbaseinternational.js +8 -8
  116. package/dist/cjs/src/pro/coincatch.js +10 -10
  117. package/dist/cjs/src/pro/coincheck.js +2 -2
  118. package/dist/cjs/src/pro/coinex.js +10 -10
  119. package/dist/cjs/src/pro/coinone.js +3 -3
  120. package/dist/cjs/src/pro/cryptocom.js +20 -20
  121. package/dist/cjs/src/pro/deepcoin.js +8 -8
  122. package/dist/cjs/src/pro/defx.js +15 -15
  123. package/dist/cjs/src/pro/deribit.js +10 -10
  124. package/dist/cjs/src/pro/derive.js +6 -6
  125. package/dist/cjs/src/pro/dydx.js +3 -3
  126. package/dist/cjs/src/pro/exmo.js +7 -7
  127. package/dist/cjs/src/pro/gate.js +21 -59
  128. package/dist/cjs/src/pro/gemini.js +6 -6
  129. package/dist/cjs/src/pro/hashkey.js +6 -6
  130. package/dist/cjs/src/pro/hitbtc.js +8 -8
  131. package/dist/cjs/src/pro/hollaex.js +5 -5
  132. package/dist/cjs/src/pro/htx.js +9 -9
  133. package/dist/cjs/src/pro/hyperliquid.js +103 -14
  134. package/dist/cjs/src/pro/independentreserve.js +2 -2
  135. package/dist/cjs/src/pro/kraken.js +15 -15
  136. package/dist/cjs/src/pro/krakenfutures.js +10 -10
  137. package/dist/cjs/src/pro/kucoin.js +15 -15
  138. package/dist/cjs/src/pro/kucoinfutures.js +13 -13
  139. package/dist/cjs/src/pro/lbank.js +5 -5
  140. package/dist/cjs/src/pro/luno.js +2 -2
  141. package/dist/cjs/src/pro/mexc.js +13 -13
  142. package/dist/cjs/src/pro/modetrade.js +8 -8
  143. package/dist/cjs/src/pro/ndax.js +3 -3
  144. package/dist/cjs/src/pro/okx.js +25 -25
  145. package/dist/cjs/src/pro/onetrading.js +6 -6
  146. package/dist/cjs/src/pro/oxfun.js +13 -13
  147. package/dist/cjs/src/pro/p2b.js +5 -5
  148. package/dist/cjs/src/pro/paradex.js +8 -8
  149. package/dist/cjs/src/pro/phemex.js +7 -7
  150. package/dist/cjs/src/pro/poloniex.js +8 -8
  151. package/dist/cjs/src/pro/probit.js +6 -6
  152. package/dist/cjs/src/pro/toobit.js +9 -9
  153. package/dist/cjs/src/pro/upbit.js +9 -9
  154. package/dist/cjs/src/pro/whitebit.js +7 -7
  155. package/dist/cjs/src/pro/woo.js +13 -13
  156. package/dist/cjs/src/pro/woofipro.js +20 -20
  157. package/dist/cjs/src/pro/xt.js +2 -2
  158. package/dist/cjs/src/probit.js +18 -18
  159. package/dist/cjs/src/static_dependencies/ethers/utils/index.js +11 -0
  160. package/dist/cjs/src/timex.js +16 -16
  161. package/dist/cjs/src/tokocrypto.js +17 -17
  162. package/dist/cjs/src/toobit.js +31 -29
  163. package/dist/cjs/src/upbit.js +23 -23
  164. package/dist/cjs/src/wavesexchange.js +86 -85
  165. package/dist/cjs/src/whitebit.js +44 -44
  166. package/dist/cjs/src/woo.js +51 -49
  167. package/dist/cjs/src/woofipro.js +104 -82
  168. package/dist/cjs/src/xt.js +17 -12
  169. package/dist/cjs/src/yobit.js +15 -15
  170. package/dist/cjs/src/zaif.js +38 -9
  171. package/dist/cjs/src/zebpay.js +35 -20
  172. package/dist/cjs/src/zonda.js +14 -14
  173. package/js/ccxt.d.ts +1 -1
  174. package/js/ccxt.js +1 -1
  175. package/js/src/alpaca.d.ts +21 -21
  176. package/js/src/alpaca.js +21 -21
  177. package/js/src/apex.d.ts +20 -20
  178. package/js/src/apex.js +20 -20
  179. package/js/src/arkham.d.ts +22 -22
  180. package/js/src/arkham.js +22 -22
  181. package/js/src/ascendex.d.ts +28 -28
  182. package/js/src/ascendex.js +28 -28
  183. package/js/src/backpack.d.ts +21 -21
  184. package/js/src/backpack.js +22 -22
  185. package/js/src/base/Exchange.d.ts +6 -3
  186. package/js/src/base/Exchange.js +48 -38
  187. package/js/src/base/functions/throttle.d.ts +22 -0
  188. package/js/src/base/functions/throttle.js +54 -5
  189. package/js/src/bigone.d.ts +19 -19
  190. package/js/src/bigone.js +19 -19
  191. package/js/src/binance.d.ts +82 -82
  192. package/js/src/binance.js +83 -82
  193. package/js/src/bingx.d.ts +46 -46
  194. package/js/src/bingx.js +46 -46
  195. package/js/src/bit2c.d.ts +11 -11
  196. package/js/src/bit2c.js +11 -11
  197. package/js/src/bitbank.d.ts +12 -12
  198. package/js/src/bitbank.js +49 -48
  199. package/js/src/bitbns.d.ts +13 -13
  200. package/js/src/bitbns.js +13 -13
  201. package/js/src/bitfinex.d.ts +33 -33
  202. package/js/src/bitfinex.js +33 -33
  203. package/js/src/bitflyer.d.ts +17 -17
  204. package/js/src/bitflyer.js +17 -17
  205. package/js/src/bitget.d.ts +57 -57
  206. package/js/src/bitget.js +58 -57
  207. package/js/src/bithumb.d.ts +10 -10
  208. package/js/src/bithumb.js +10 -10
  209. package/js/src/bitmart.d.ts +42 -42
  210. package/js/src/bitmart.js +44 -44
  211. package/js/src/bitmex.d.ts +24 -24
  212. package/js/src/bitmex.js +24 -24
  213. package/js/src/bitopro.d.ts +20 -20
  214. package/js/src/bitopro.js +20 -20
  215. package/js/src/bitrue.d.ts +18 -18
  216. package/js/src/bitrue.js +18 -18
  217. package/js/src/bitso.d.ts +20 -20
  218. package/js/src/bitso.js +20 -20
  219. package/js/src/bitstamp.d.ts +21 -21
  220. package/js/src/bitstamp.js +21 -21
  221. package/js/src/bittrade.d.ts +20 -20
  222. package/js/src/bittrade.js +20 -20
  223. package/js/src/bitvavo.d.ts +19 -19
  224. package/js/src/bitvavo.js +19 -19
  225. package/js/src/blockchaincom.d.ts +20 -20
  226. package/js/src/blockchaincom.js +20 -20
  227. package/js/src/blofin.d.ts +26 -26
  228. package/js/src/blofin.js +26 -26
  229. package/js/src/btcalpha.d.ts +14 -14
  230. package/js/src/btcalpha.js +35 -34
  231. package/js/src/btcbox.d.ts +10 -10
  232. package/js/src/btcbox.js +10 -10
  233. package/js/src/btcmarkets.d.ts +16 -16
  234. package/js/src/btcmarkets.js +16 -16
  235. package/js/src/btcturk.d.ts +10 -10
  236. package/js/src/btcturk.js +10 -10
  237. package/js/src/bullish.d.ts +26 -26
  238. package/js/src/bullish.js +26 -26
  239. package/js/src/bybit.d.ts +66 -66
  240. package/js/src/bybit.js +67 -67
  241. package/js/src/cex.d.ts +18 -18
  242. package/js/src/cex.js +18 -18
  243. package/js/src/coinbase.d.ts +40 -40
  244. package/js/src/coinbase.js +40 -40
  245. package/js/src/coinbaseexchange.d.ts +22 -22
  246. package/js/src/coinbaseexchange.js +22 -22
  247. package/js/src/coinbaseinternational.d.ts +22 -22
  248. package/js/src/coinbaseinternational.js +22 -22
  249. package/js/src/coincatch.d.ts +39 -39
  250. package/js/src/coincatch.js +39 -39
  251. package/js/src/coincheck.d.ts +11 -11
  252. package/js/src/coincheck.js +11 -11
  253. package/js/src/coinex.d.ts +48 -48
  254. package/js/src/coinex.js +48 -48
  255. package/js/src/coinmate.d.ts +14 -14
  256. package/js/src/coinmate.js +14 -14
  257. package/js/src/coinmetro.d.ts +14 -14
  258. package/js/src/coinmetro.js +14 -14
  259. package/js/src/coinone.d.ts +11 -11
  260. package/js/src/coinone.js +11 -11
  261. package/js/src/coinsph.d.ts +20 -20
  262. package/js/src/coinsph.js +20 -20
  263. package/js/src/coinspot.d.ts +8 -8
  264. package/js/src/coinspot.js +8 -8
  265. package/js/src/cryptocom.d.ts +32 -32
  266. package/js/src/cryptocom.js +32 -32
  267. package/js/src/cryptomus.d.ts +9 -9
  268. package/js/src/cryptomus.js +9 -9
  269. package/js/src/deepcoin.d.ts +33 -33
  270. package/js/src/deepcoin.js +33 -33
  271. package/js/src/defx.d.ts +23 -23
  272. package/js/src/defx.js +23 -23
  273. package/js/src/delta.d.ts +29 -29
  274. package/js/src/delta.js +29 -29
  275. package/js/src/deribit.d.ts +36 -36
  276. package/js/src/deribit.js +36 -36
  277. package/js/src/derive.d.ts +19 -19
  278. package/js/src/derive.js +19 -19
  279. package/js/src/digifinex.d.ts +36 -36
  280. package/js/src/digifinex.js +36 -36
  281. package/js/src/dydx.d.ts +22 -22
  282. package/js/src/dydx.js +22 -22
  283. package/js/src/exmo.d.ts +29 -29
  284. package/js/src/exmo.js +29 -29
  285. package/js/src/foxbit.d.ts +23 -23
  286. package/js/src/foxbit.js +23 -23
  287. package/js/src/gate.d.ts +57 -57
  288. package/js/src/gate.js +57 -57
  289. package/js/src/gemini.d.ts +16 -16
  290. package/js/src/gemini.js +16 -16
  291. package/js/src/hashkey.d.ts +35 -35
  292. package/js/src/hashkey.js +35 -35
  293. package/js/src/hibachi.d.ts +24 -24
  294. package/js/src/hibachi.js +24 -24
  295. package/js/src/hitbtc.d.ts +38 -38
  296. package/js/src/hitbtc.js +38 -38
  297. package/js/src/hollaex.d.ts +22 -22
  298. package/js/src/hollaex.js +22 -22
  299. package/js/src/htx.d.ts +50 -50
  300. package/js/src/htx.js +50 -50
  301. package/js/src/hyperliquid.d.ts +46 -36
  302. package/js/src/hyperliquid.js +76 -42
  303. package/js/src/independentreserve.d.ts +13 -13
  304. package/js/src/independentreserve.js +13 -13
  305. package/js/src/indodax.d.ts +14 -14
  306. package/js/src/indodax.js +14 -14
  307. package/js/src/kraken.d.ts +30 -30
  308. package/js/src/kraken.js +30 -30
  309. package/js/src/krakenfutures.d.ts +21 -21
  310. package/js/src/krakenfutures.js +21 -21
  311. package/js/src/kucoin.d.ts +44 -44
  312. package/js/src/kucoin.js +44 -44
  313. package/js/src/kucoinfutures.d.ts +35 -35
  314. package/js/src/kucoinfutures.js +42 -40
  315. package/js/src/latoken.d.ts +16 -16
  316. package/js/src/latoken.js +16 -16
  317. package/js/src/lbank.d.ts +23 -23
  318. package/js/src/lbank.js +23 -23
  319. package/js/src/luno.d.ts +17 -17
  320. package/js/src/luno.js +17 -17
  321. package/js/src/mercado.d.ts +11 -11
  322. package/js/src/mercado.js +11 -11
  323. package/js/src/mexc.d.ts +47 -47
  324. package/js/src/mexc.js +47 -47
  325. package/js/src/modetrade.d.ts +31 -31
  326. package/js/src/modetrade.js +37 -35
  327. package/js/src/ndax.d.ts +19 -19
  328. package/js/src/ndax.js +19 -19
  329. package/js/src/novadax.d.ts +19 -19
  330. package/js/src/novadax.js +19 -19
  331. package/js/src/oceanex.d.ts +16 -16
  332. package/js/src/oceanex.js +16 -16
  333. package/js/src/okx.d.ts +74 -74
  334. package/js/src/okx.js +83 -83
  335. package/js/src/onetrading.d.ts +34 -33
  336. package/js/src/onetrading.js +34 -33
  337. package/js/src/oxfun.d.ts +25 -25
  338. package/js/src/oxfun.js +25 -25
  339. package/js/src/p2b.d.ts +11 -11
  340. package/js/src/p2b.js +11 -11
  341. package/js/src/paradex.d.ts +54 -54
  342. package/js/src/paradex.js +54 -54
  343. package/js/src/paymium.d.ts +20 -21
  344. package/js/src/paymium.js +20 -21
  345. package/js/src/phemex.d.ts +30 -30
  346. package/js/src/phemex.js +35 -35
  347. package/js/src/poloniex.d.ts +26 -26
  348. package/js/src/poloniex.js +27 -27
  349. package/js/src/pro/alpaca.d.ts +5 -5
  350. package/js/src/pro/alpaca.js +5 -5
  351. package/js/src/pro/apex.d.ts +8 -8
  352. package/js/src/pro/apex.js +8 -8
  353. package/js/src/pro/arkham.d.ts +5 -5
  354. package/js/src/pro/arkham.js +5 -5
  355. package/js/src/pro/ascendex.d.ts +5 -5
  356. package/js/src/pro/ascendex.js +5 -5
  357. package/js/src/pro/backpack.d.ts +16 -16
  358. package/js/src/pro/backpack.js +16 -16
  359. package/js/src/pro/binance.d.ts +35 -35
  360. package/js/src/pro/binance.js +35 -35
  361. package/js/src/pro/bingx.d.ts +9 -9
  362. package/js/src/pro/bingx.js +9 -9
  363. package/js/src/pro/bitfinex.d.ts +8 -8
  364. package/js/src/pro/bitfinex.js +8 -8
  365. package/js/src/pro/bitget.d.ts +12 -12
  366. package/js/src/pro/bitget.js +12 -12
  367. package/js/src/pro/bithumb.d.ts +3 -3
  368. package/js/src/pro/bithumb.js +3 -3
  369. package/js/src/pro/bitmart.d.ts +120 -9
  370. package/js/src/pro/bitmart.js +388 -31
  371. package/js/src/pro/bitmex.d.ts +9 -9
  372. package/js/src/pro/bitmex.js +9 -9
  373. package/js/src/pro/bitopro.d.ts +5 -5
  374. package/js/src/pro/bitopro.js +5 -5
  375. package/js/src/pro/bitrue.d.ts +2 -2
  376. package/js/src/pro/bitrue.js +2 -2
  377. package/js/src/pro/bitstamp.d.ts +3 -3
  378. package/js/src/pro/bitstamp.js +3 -3
  379. package/js/src/pro/bittrade.d.ts +3 -3
  380. package/js/src/pro/bittrade.js +3 -3
  381. package/js/src/pro/bitvavo.d.ts +19 -19
  382. package/js/src/pro/bitvavo.js +19 -19
  383. package/js/src/pro/blockchaincom.d.ts +5 -5
  384. package/js/src/pro/blockchaincom.js +5 -5
  385. package/js/src/pro/blofin.d.ts +10 -10
  386. package/js/src/pro/blofin.js +10 -10
  387. package/js/src/pro/bullish.d.ts +6 -6
  388. package/js/src/pro/bullish.js +6 -6
  389. package/js/src/pro/bybit.d.ts +19 -19
  390. package/js/src/pro/bybit.js +19 -19
  391. package/js/src/pro/cex.d.ts +13 -13
  392. package/js/src/pro/cex.js +13 -13
  393. package/js/src/pro/coinbase.d.ts +13 -13
  394. package/js/src/pro/coinbase.js +13 -13
  395. package/js/src/pro/coinbaseexchange.d.ts +10 -10
  396. package/js/src/pro/coinbaseexchange.js +10 -10
  397. package/js/src/pro/coinbaseinternational.d.ts +8 -8
  398. package/js/src/pro/coinbaseinternational.js +8 -8
  399. package/js/src/pro/coincatch.d.ts +10 -10
  400. package/js/src/pro/coincatch.js +10 -10
  401. package/js/src/pro/coincheck.d.ts +2 -2
  402. package/js/src/pro/coincheck.js +2 -2
  403. package/js/src/pro/coinex.d.ts +10 -10
  404. package/js/src/pro/coinex.js +10 -10
  405. package/js/src/pro/coinone.d.ts +3 -3
  406. package/js/src/pro/coinone.js +3 -3
  407. package/js/src/pro/cryptocom.d.ts +20 -20
  408. package/js/src/pro/cryptocom.js +20 -20
  409. package/js/src/pro/deepcoin.d.ts +8 -8
  410. package/js/src/pro/deepcoin.js +8 -8
  411. package/js/src/pro/defx.d.ts +15 -15
  412. package/js/src/pro/defx.js +15 -15
  413. package/js/src/pro/deribit.d.ts +10 -10
  414. package/js/src/pro/deribit.js +10 -10
  415. package/js/src/pro/derive.d.ts +6 -6
  416. package/js/src/pro/derive.js +6 -6
  417. package/js/src/pro/dydx.d.ts +3 -3
  418. package/js/src/pro/dydx.js +3 -3
  419. package/js/src/pro/exmo.d.ts +7 -7
  420. package/js/src/pro/exmo.js +7 -7
  421. package/js/src/pro/gate.d.ts +22 -23
  422. package/js/src/pro/gate.js +21 -59
  423. package/js/src/pro/gemini.d.ts +6 -6
  424. package/js/src/pro/gemini.js +6 -6
  425. package/js/src/pro/hashkey.d.ts +6 -6
  426. package/js/src/pro/hashkey.js +6 -6
  427. package/js/src/pro/hitbtc.d.ts +8 -8
  428. package/js/src/pro/hitbtc.js +8 -8
  429. package/js/src/pro/hollaex.d.ts +5 -5
  430. package/js/src/pro/hollaex.js +5 -5
  431. package/js/src/pro/htx.d.ts +9 -9
  432. package/js/src/pro/htx.js +9 -9
  433. package/js/src/pro/hyperliquid.d.ts +38 -14
  434. package/js/src/pro/hyperliquid.js +103 -14
  435. package/js/src/pro/independentreserve.d.ts +2 -2
  436. package/js/src/pro/independentreserve.js +2 -2
  437. package/js/src/pro/kraken.d.ts +15 -15
  438. package/js/src/pro/kraken.js +15 -15
  439. package/js/src/pro/krakenfutures.d.ts +10 -10
  440. package/js/src/pro/krakenfutures.js +10 -10
  441. package/js/src/pro/kucoin.d.ts +15 -15
  442. package/js/src/pro/kucoin.js +15 -15
  443. package/js/src/pro/kucoinfutures.d.ts +13 -13
  444. package/js/src/pro/kucoinfutures.js +13 -13
  445. package/js/src/pro/lbank.d.ts +5 -5
  446. package/js/src/pro/lbank.js +5 -5
  447. package/js/src/pro/luno.d.ts +2 -2
  448. package/js/src/pro/luno.js +2 -2
  449. package/js/src/pro/mexc.d.ts +13 -13
  450. package/js/src/pro/mexc.js +13 -13
  451. package/js/src/pro/modetrade.d.ts +8 -8
  452. package/js/src/pro/modetrade.js +8 -8
  453. package/js/src/pro/ndax.d.ts +3 -3
  454. package/js/src/pro/ndax.js +3 -3
  455. package/js/src/pro/okx.d.ts +25 -25
  456. package/js/src/pro/okx.js +25 -25
  457. package/js/src/pro/onetrading.d.ts +6 -6
  458. package/js/src/pro/onetrading.js +6 -6
  459. package/js/src/pro/oxfun.d.ts +13 -13
  460. package/js/src/pro/oxfun.js +13 -13
  461. package/js/src/pro/p2b.d.ts +5 -5
  462. package/js/src/pro/p2b.js +5 -5
  463. package/js/src/pro/paradex.d.ts +8 -8
  464. package/js/src/pro/paradex.js +8 -8
  465. package/js/src/pro/phemex.d.ts +7 -7
  466. package/js/src/pro/phemex.js +7 -7
  467. package/js/src/pro/poloniex.d.ts +8 -8
  468. package/js/src/pro/poloniex.js +8 -8
  469. package/js/src/pro/probit.d.ts +6 -6
  470. package/js/src/pro/probit.js +6 -6
  471. package/js/src/pro/toobit.d.ts +9 -9
  472. package/js/src/pro/toobit.js +9 -9
  473. package/js/src/pro/upbit.d.ts +9 -9
  474. package/js/src/pro/upbit.js +9 -9
  475. package/js/src/pro/whitebit.d.ts +7 -7
  476. package/js/src/pro/whitebit.js +7 -7
  477. package/js/src/pro/woo.d.ts +13 -13
  478. package/js/src/pro/woo.js +13 -13
  479. package/js/src/pro/woofipro.d.ts +20 -20
  480. package/js/src/pro/woofipro.js +20 -20
  481. package/js/src/pro/xt.d.ts +2 -2
  482. package/js/src/pro/xt.js +2 -2
  483. package/js/src/probit.d.ts +18 -18
  484. package/js/src/probit.js +18 -18
  485. package/js/src/static_dependencies/ethers/utils/index.d.ts +2 -1
  486. package/js/src/static_dependencies/ethers/utils/index.js +8 -1
  487. package/js/src/timex.d.ts +16 -16
  488. package/js/src/timex.js +16 -16
  489. package/js/src/tokocrypto.d.ts +17 -17
  490. package/js/src/tokocrypto.js +17 -17
  491. package/js/src/toobit.d.ts +27 -27
  492. package/js/src/toobit.js +31 -29
  493. package/js/src/upbit.d.ts +23 -23
  494. package/js/src/upbit.js +23 -23
  495. package/js/src/wavesexchange.d.ts +15 -15
  496. package/js/src/wavesexchange.js +86 -85
  497. package/js/src/whitebit.d.ts +44 -44
  498. package/js/src/whitebit.js +44 -44
  499. package/js/src/woo.d.ts +45 -45
  500. package/js/src/woo.js +51 -49
  501. package/js/src/woofipro.d.ts +77 -77
  502. package/js/src/woofipro.js +104 -82
  503. package/js/src/xt.d.ts +12 -12
  504. package/js/src/xt.js +17 -12
  505. package/js/src/yobit.d.ts +15 -15
  506. package/js/src/yobit.js +15 -15
  507. package/js/src/zaif.d.ts +9 -9
  508. package/js/src/zaif.js +38 -9
  509. package/js/src/zebpay.d.ts +20 -20
  510. package/js/src/zebpay.js +35 -20
  511. package/js/src/zonda.d.ts +14 -14
  512. package/js/src/zonda.js +14 -14
  513. package/package.json +1 -1
@@ -173,7 +173,7 @@ export default class hashkey extends hashkeyRest {
173
173
  * @param {string} symbol unified symbol of the market to fetch the ticker for
174
174
  * @param {object} [params] extra parameters specific to the exchange API endpoint
175
175
  * @param {bool} [params.binary] true or false - default false
176
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
176
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
177
177
  */
178
178
  async watchTicker(symbol, params = {}) {
179
179
  await this.loadMarkets();
@@ -229,7 +229,7 @@ export default class hashkey extends hashkeyRest {
229
229
  * @param {int} [limit] the maximum number of trade structures to retrieve
230
230
  * @param {object} [params] extra parameters specific to the exchange API endpoint
231
231
  * @param {bool} [params.binary] true or false - default false
232
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
232
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
233
233
  */
234
234
  async watchTrades(symbol, since = undefined, limit = undefined, params = {}) {
235
235
  await this.loadMarkets();
@@ -296,7 +296,7 @@ export default class hashkey extends hashkeyRest {
296
296
  * @param {string} symbol unified symbol of the market to fetch the order book for
297
297
  * @param {int} [limit] the maximum amount of order book entries to return.
298
298
  * @param {object} [params] extra parameters specific to the exchange API endpoint
299
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
299
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
300
300
  */
301
301
  async watchOrderBook(symbol, limit = undefined, params = {}) {
302
302
  await this.loadMarkets();
@@ -362,7 +362,7 @@ export default class hashkey extends hashkeyRest {
362
362
  * @param {int} [since] the earliest time in ms to fetch orders for
363
363
  * @param {int} [limit] the maximum number of order structures to retrieve
364
364
  * @param {object} [params] extra parameters specific to the exchange API endpoint
365
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
365
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
366
366
  */
367
367
  async watchOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
368
368
  await this.loadMarkets();
@@ -481,7 +481,7 @@ export default class hashkey extends hashkeyRest {
481
481
  * @param {int} [since] the earliest time in ms to fetch trades for
482
482
  * @param {int} [limit] the maximum number of trade structures to retrieve
483
483
  * @param {object} [params] extra parameters specific to the exchange API endpoint
484
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
484
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
485
485
  */
486
486
  async watchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
487
487
  await this.loadMarkets();
@@ -691,7 +691,7 @@ export default class hashkey extends hashkeyRest {
691
691
  * @see https://hashkeyglobal-apidoc.readme.io/reference/websocket-api#private-stream
692
692
  * @param {object} [params] extra parameters specific to the exchange API endpoint
693
693
  * @param {string} [params.type] 'spot' or 'swap' - the type of the market to watch balance for (default 'spot')
694
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
694
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
695
695
  */
696
696
  async watchBalance(params = {}) {
697
697
  const listenKey = await this.authenticate();
@@ -51,7 +51,7 @@ export default class hitbtc extends hitbtcRest {
51
51
  * @param {string} [params.method] 'orderbook/full', 'orderbook/{depth}/{speed}', 'orderbook/{depth}/{speed}/batch'
52
52
  * @param {int} [params.depth] 5 , 10, or 20 (default)
53
53
  * @param {int} [params.speed] 100 (default), 500, or 1000
54
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
54
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
55
55
  */
56
56
  watchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
57
57
  handleOrderBook(client: Client, message: any): void;
@@ -69,7 +69,7 @@ export default class hitbtc extends hitbtcRest {
69
69
  * @param {object} [params] extra parameters specific to the exchange API endpoint
70
70
  * @param {string} [params.method] 'ticker/{speed}' (default), or 'ticker/price/{speed}'
71
71
  * @param {string} [params.speed] '1s' (default), or '3s'
72
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
72
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
73
73
  */
74
74
  watchTicker(symbol: string, params?: {}): Promise<Ticker>;
75
75
  /**
@@ -94,7 +94,7 @@ export default class hitbtc extends hitbtcRest {
94
94
  * @param {object} [params] extra parameters specific to the exchange API endpoint
95
95
  * @param {string} [params.method] 'orderbook/top/{speed}' or 'orderbook/top/{speed}/batch (default)'
96
96
  * @param {string} [params.speed] '100ms' (default) or '500ms' or '1000ms'
97
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
97
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
98
98
  */
99
99
  watchBidsAsks(symbols?: Strings, params?: {}): Promise<Tickers>;
100
100
  handleBidAsk(client: Client, message: any): void;
@@ -108,7 +108,7 @@ export default class hitbtc extends hitbtcRest {
108
108
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
109
109
  * @param {int} [limit] the maximum amount of trades to fetch
110
110
  * @param {object} [params] extra parameters specific to the exchange API endpoint
111
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
111
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
112
112
  */
113
113
  watchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
114
114
  handleTrades(client: Client, message: any): any;
@@ -158,7 +158,7 @@ export default class hitbtc extends hitbtcRest {
158
158
  *
159
159
  * EXCHANGE SPECIFIC PARAMETERS
160
160
  * @param {string} [params.mode] 'updates' or 'batches' (default), 'updates' = messages arrive after balance updates, 'batches' = messages arrive at equal intervals if there were any updates
161
- * @returns {object[]} a list of [balance structures]{@link https://docs.ccxt.com/#/?id=balance-structure}
161
+ * @returns {object[]} a list of [balance structures]{@link https://docs.ccxt.com/?id=balance-structure}
162
162
  */
163
163
  watchBalance(params?: {}): Promise<Balances>;
164
164
  /**
@@ -194,7 +194,7 @@ export default class hitbtc extends hitbtcRest {
194
194
  * @param {object} [params] extra parameters specific to the exchange API endpoint
195
195
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
196
196
  * @param {bool} [params.margin] true for canceling a margin order
197
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
197
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
198
198
  */
199
199
  cancelOrderWs(id: string, symbol?: Str, params?: {}): Promise<Order>;
200
200
  /**
@@ -207,7 +207,7 @@ export default class hitbtc extends hitbtcRest {
207
207
  * @param {object} [params] extra parameters specific to the exchange API endpoint
208
208
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
209
209
  * @param {bool} [params.margin] true for canceling margin orders
210
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
210
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
211
211
  */
212
212
  cancelAllOrdersWs(symbol?: Str, params?: {}): Promise<Order[]>;
213
213
  /**
@@ -223,7 +223,7 @@ export default class hitbtc extends hitbtcRest {
223
223
  * @param {object} [params] extra parameters specific to the exchange API endpoint
224
224
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
225
225
  * @param {bool} [params.margin] true for fetching open margin orders
226
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
226
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
227
227
  */
228
228
  fetchOpenOrdersWs(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
229
229
  handleBalance(client: Client, message: any): void;
@@ -209,7 +209,7 @@ export default class hitbtc extends hitbtcRest {
209
209
  * @param {string} [params.method] 'orderbook/full', 'orderbook/{depth}/{speed}', 'orderbook/{depth}/{speed}/batch'
210
210
  * @param {int} [params.depth] 5 , 10, or 20 (default)
211
211
  * @param {int} [params.speed] 100 (default), 500, or 1000
212
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
212
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
213
213
  */
214
214
  async watchOrderBook(symbol, limit = undefined, params = {}) {
215
215
  const options = this.safeValue(this.options, 'watchOrderBook');
@@ -315,7 +315,7 @@ export default class hitbtc extends hitbtcRest {
315
315
  * @param {object} [params] extra parameters specific to the exchange API endpoint
316
316
  * @param {string} [params.method] 'ticker/{speed}' (default), or 'ticker/price/{speed}'
317
317
  * @param {string} [params.speed] '1s' (default), or '3s'
318
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
318
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
319
319
  */
320
320
  async watchTicker(symbol, params = {}) {
321
321
  const ticker = await this.watchTickers([symbol], params);
@@ -484,7 +484,7 @@ export default class hitbtc extends hitbtcRest {
484
484
  * @param {object} [params] extra parameters specific to the exchange API endpoint
485
485
  * @param {string} [params.method] 'orderbook/top/{speed}' or 'orderbook/top/{speed}/batch (default)'
486
486
  * @param {string} [params.speed] '100ms' (default) or '500ms' or '1000ms'
487
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
487
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
488
488
  */
489
489
  async watchBidsAsks(symbols = undefined, params = {}) {
490
490
  await this.loadMarkets();
@@ -564,7 +564,7 @@ export default class hitbtc extends hitbtcRest {
564
564
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
565
565
  * @param {int} [limit] the maximum amount of trades to fetch
566
566
  * @param {object} [params] extra parameters specific to the exchange API endpoint
567
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
567
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
568
568
  */
569
569
  async watchTrades(symbol, since = undefined, limit = undefined, params = {}) {
570
570
  await this.loadMarkets();
@@ -1046,7 +1046,7 @@ export default class hitbtc extends hitbtcRest {
1046
1046
  *
1047
1047
  * EXCHANGE SPECIFIC PARAMETERS
1048
1048
  * @param {string} [params.mode] 'updates' or 'batches' (default), 'updates' = messages arrive after balance updates, 'batches' = messages arrive at equal intervals if there were any updates
1049
- * @returns {object[]} a list of [balance structures]{@link https://docs.ccxt.com/#/?id=balance-structure}
1049
+ * @returns {object[]} a list of [balance structures]{@link https://docs.ccxt.com/?id=balance-structure}
1050
1050
  */
1051
1051
  async watchBalance(params = {}) {
1052
1052
  await this.loadMarkets();
@@ -1116,7 +1116,7 @@ export default class hitbtc extends hitbtcRest {
1116
1116
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1117
1117
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
1118
1118
  * @param {bool} [params.margin] true for canceling a margin order
1119
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1119
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1120
1120
  */
1121
1121
  async cancelOrderWs(id, symbol = undefined, params = {}) {
1122
1122
  await this.loadMarkets();
@@ -1151,7 +1151,7 @@ export default class hitbtc extends hitbtcRest {
1151
1151
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1152
1152
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
1153
1153
  * @param {bool} [params.margin] true for canceling margin orders
1154
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1154
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1155
1155
  */
1156
1156
  async cancelAllOrdersWs(symbol = undefined, params = {}) {
1157
1157
  await this.loadMarkets();
@@ -1186,7 +1186,7 @@ export default class hitbtc extends hitbtcRest {
1186
1186
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1187
1187
  * @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
1188
1188
  * @param {bool} [params.margin] true for fetching open margin orders
1189
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1189
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1190
1190
  */
1191
1191
  async fetchOpenOrdersWs(symbol = undefined, since = undefined, limit = undefined, params = {}) {
1192
1192
  await this.loadMarkets();
@@ -11,7 +11,7 @@ export default class hollaex extends hollaexRest {
11
11
  * @param {string} symbol unified symbol of the market to fetch the order book for
12
12
  * @param {int} [limit] the maximum amount of order book entries to return
13
13
  * @param {object} [params] extra parameters specific to the exchange API endpoint
14
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
14
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
15
15
  */
16
16
  watchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
17
17
  handleOrderBook(client: Client, message: any): void;
@@ -24,7 +24,7 @@ export default class hollaex extends hollaexRest {
24
24
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
25
25
  * @param {int} [limit] the maximum amount of trades to fetch
26
26
  * @param {object} [params] extra parameters specific to the exchange API endpoint
27
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
27
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
28
28
  */
29
29
  watchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
30
30
  handleTrades(client: Client, message: any): void;
@@ -37,7 +37,7 @@ export default class hollaex extends hollaexRest {
37
37
  * @param {int} [since] the earliest time in ms to fetch trades for
38
38
  * @param {int} [limit] the maximum number of trade structures to retrieve
39
39
  * @param {object} [params] extra parameters specific to the exchange API endpoint
40
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
40
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
41
41
  */
42
42
  watchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
43
43
  handleMyTrades(client: Client, message: any, subscription?: any): void;
@@ -50,7 +50,7 @@ export default class hollaex extends hollaexRest {
50
50
  * @param {int} [since] the earliest time in ms to fetch orders for
51
51
  * @param {int} [limit] the maximum number of order structures to retrieve
52
52
  * @param {object} [params] extra parameters specific to the exchange API endpoint
53
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
53
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
54
54
  */
55
55
  watchOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
56
56
  handleOrder(client: Client, message: any, subscription?: any): void;
@@ -60,7 +60,7 @@ export default class hollaex extends hollaexRest {
60
60
  * @description watch balance and get the amount of funds available for trading or funds locked in orders
61
61
  * @see https://apidocs.hollaex.com/#sending-receiving-messages
62
62
  * @param {object} [params] extra parameters specific to the exchange API endpoint
63
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
63
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
64
64
  */
65
65
  watchBalance(params?: {}): Promise<Balances>;
66
66
  handleBalance(client: Client, message: any): void;
@@ -62,7 +62,7 @@ export default class hollaex extends hollaexRest {
62
62
  * @param {string} symbol unified symbol of the market to fetch the order book for
63
63
  * @param {int} [limit] the maximum amount of order book entries to return
64
64
  * @param {object} [params] extra parameters specific to the exchange API endpoint
65
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
65
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
66
66
  */
67
67
  async watchOrderBook(symbol, limit = undefined, params = {}) {
68
68
  await this.loadMarkets();
@@ -122,7 +122,7 @@ export default class hollaex extends hollaexRest {
122
122
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
123
123
  * @param {int} [limit] the maximum amount of trades to fetch
124
124
  * @param {object} [params] extra parameters specific to the exchange API endpoint
125
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
125
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
126
126
  */
127
127
  async watchTrades(symbol, since = undefined, limit = undefined, params = {}) {
128
128
  await this.loadMarkets();
@@ -179,7 +179,7 @@ export default class hollaex extends hollaexRest {
179
179
  * @param {int} [since] the earliest time in ms to fetch trades for
180
180
  * @param {int} [limit] the maximum number of trade structures to retrieve
181
181
  * @param {object} [params] extra parameters specific to the exchange API endpoint
182
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
182
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
183
183
  */
184
184
  async watchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
185
185
  await this.loadMarkets();
@@ -260,7 +260,7 @@ export default class hollaex extends hollaexRest {
260
260
  * @param {int} [since] the earliest time in ms to fetch orders for
261
261
  * @param {int} [limit] the maximum number of order structures to retrieve
262
262
  * @param {object} [params] extra parameters specific to the exchange API endpoint
263
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
263
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
264
264
  */
265
265
  async watchOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
266
266
  await this.loadMarkets();
@@ -379,7 +379,7 @@ export default class hollaex extends hollaexRest {
379
379
  * @description watch balance and get the amount of funds available for trading or funds locked in orders
380
380
  * @see https://apidocs.hollaex.com/#sending-receiving-messages
381
381
  * @param {object} [params] extra parameters specific to the exchange API endpoint
382
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
382
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
383
383
  */
384
384
  async watchBalance(params = {}) {
385
385
  const messageHash = 'wallet';
@@ -12,7 +12,7 @@ export default class htx extends htxRest {
12
12
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33ab2-77ae-11ed-9966-0242ac110003
13
13
  * @param {string} symbol unified symbol of the market to fetch the ticker for
14
14
  * @param {object} [params] extra parameters specific to the exchange API endpoint
15
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
15
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
16
16
  */
17
17
  watchTicker(symbol: string, params?: {}): Promise<Ticker>;
18
18
  /**
@@ -23,7 +23,7 @@ export default class htx extends htxRest {
23
23
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33ab2-77ae-11ed-9966-0242ac110003
24
24
  * @param {string} symbol unified symbol of the market to fetch the ticker for
25
25
  * @param {object} [params] extra parameters specific to the exchange API endpoint
26
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
26
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
27
27
  */
28
28
  unWatchTicker(symbol: string, params?: {}): Promise<any>;
29
29
  handleTicker(client: Client, message: any): any;
@@ -38,7 +38,7 @@ export default class htx extends htxRest {
38
38
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
39
39
  * @param {int} [limit] the maximum amount of trades to fetch
40
40
  * @param {object} [params] extra parameters specific to the exchange API endpoint
41
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
41
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
42
42
  */
43
43
  watchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
44
44
  /**
@@ -50,7 +50,7 @@ export default class htx extends htxRest {
50
50
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33cfe-77ae-11ed-9966-0242ac110003
51
51
  * @param {string} symbol unified symbol of the market to fetch the ticker for
52
52
  * @param {object} [params] extra parameters specific to the exchange API endpoint
53
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
53
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
54
54
  */
55
55
  unWatchTrades(symbol: string, params?: {}): Promise<any>;
56
56
  handleTrades(client: Client, message: any): any;
@@ -94,7 +94,7 @@ export default class htx extends htxRest {
94
94
  * @param {string} symbol unified symbol of the market to fetch the order book for
95
95
  * @param {int} [limit] the maximum amount of order book entries to return
96
96
  * @param {object} [params] extra parameters specific to the exchange API endpoint
97
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
97
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
98
98
  */
99
99
  watchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
100
100
  /**
@@ -107,7 +107,7 @@ export default class htx extends htxRest {
107
107
  * @param {string} symbol unified symbol of the market to fetch the order book for
108
108
  * @param {object} [params] extra parameters specific to the exchange API endpoint
109
109
  * @param {int} [params.limit] orderbook limit, default is undefined
110
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
110
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
111
111
  */
112
112
  unWatchOrderBook(symbol: string, params?: {}): Promise<any>;
113
113
  handleOrderBookSnapshot(client: Client, message: any, subscription: any): void;
@@ -126,7 +126,7 @@ export default class htx extends htxRest {
126
126
  * @param {int} [since] the earliest time in ms to fetch trades for
127
127
  * @param {int} [limit] the maximum number of trade structures to retrieve
128
128
  * @param {object} [params] extra parameters specific to the exchange API endpoint
129
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
129
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
130
130
  */
131
131
  watchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
132
132
  getOrderChannelAndMessageHash(type: any, subType: any, market?: any, params?: {}): any[];
@@ -139,7 +139,7 @@ export default class htx extends htxRest {
139
139
  * @param {int} [since] the earliest time in ms to fetch orders for
140
140
  * @param {int} [limit] the maximum number of order structures to retrieve
141
141
  * @param {object} [params] extra parameters specific to the exchange API endpoint
142
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
142
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
143
143
  */
144
144
  watchOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
145
145
  handleOrder(client: Client, message: any): void;
@@ -170,7 +170,7 @@ export default class htx extends htxRest {
170
170
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=8cb7dcca-77b5-11ed-9966-0242ac110003
171
171
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c34995-77ae-11ed-9966-0242ac110003
172
172
  * @param {object} [params] extra parameters specific to the exchange API endpoint
173
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
173
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
174
174
  */
175
175
  watchBalance(params?: {}): Promise<Balances>;
176
176
  handleBalance(client: Client, message: any): void;
package/js/src/pro/htx.js CHANGED
@@ -145,7 +145,7 @@ export default class htx extends htxRest {
145
145
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33ab2-77ae-11ed-9966-0242ac110003
146
146
  * @param {string} symbol unified symbol of the market to fetch the ticker for
147
147
  * @param {object} [params] extra parameters specific to the exchange API endpoint
148
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
148
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
149
149
  */
150
150
  async watchTicker(symbol, params = {}) {
151
151
  await this.loadMarkets();
@@ -168,7 +168,7 @@ export default class htx extends htxRest {
168
168
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33ab2-77ae-11ed-9966-0242ac110003
169
169
  * @param {string} symbol unified symbol of the market to fetch the ticker for
170
170
  * @param {object} [params] extra parameters specific to the exchange API endpoint
171
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
171
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
172
172
  */
173
173
  async unWatchTicker(symbol, params = {}) {
174
174
  await this.loadMarkets();
@@ -240,7 +240,7 @@ export default class htx extends htxRest {
240
240
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
241
241
  * @param {int} [limit] the maximum amount of trades to fetch
242
242
  * @param {object} [params] extra parameters specific to the exchange API endpoint
243
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
243
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
244
244
  */
245
245
  async watchTrades(symbol, since = undefined, limit = undefined, params = {}) {
246
246
  await this.loadMarkets();
@@ -263,7 +263,7 @@ export default class htx extends htxRest {
263
263
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c33cfe-77ae-11ed-9966-0242ac110003
264
264
  * @param {string} symbol unified symbol of the market to fetch the ticker for
265
265
  * @param {object} [params] extra parameters specific to the exchange API endpoint
266
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
266
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
267
267
  */
268
268
  async unWatchTrades(symbol, params = {}) {
269
269
  await this.loadMarkets();
@@ -410,7 +410,7 @@ export default class htx extends htxRest {
410
410
  * @param {string} symbol unified symbol of the market to fetch the order book for
411
411
  * @param {int} [limit] the maximum amount of order book entries to return
412
412
  * @param {object} [params] extra parameters specific to the exchange API endpoint
413
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
413
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
414
414
  */
415
415
  async watchOrderBook(symbol, limit = undefined, params = {}) {
416
416
  await this.loadMarkets();
@@ -455,7 +455,7 @@ export default class htx extends htxRest {
455
455
  * @param {string} symbol unified symbol of the market to fetch the order book for
456
456
  * @param {object} [params] extra parameters specific to the exchange API endpoint
457
457
  * @param {int} [params.limit] orderbook limit, default is undefined
458
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
458
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
459
459
  */
460
460
  async unWatchOrderBook(symbol, params = {}) {
461
461
  await this.loadMarkets();
@@ -786,7 +786,7 @@ export default class htx extends htxRest {
786
786
  * @param {int} [since] the earliest time in ms to fetch trades for
787
787
  * @param {int} [limit] the maximum number of trade structures to retrieve
788
788
  * @param {object} [params] extra parameters specific to the exchange API endpoint
789
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
789
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
790
790
  */
791
791
  async watchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
792
792
  this.checkRequiredCredentials();
@@ -890,7 +890,7 @@ export default class htx extends htxRest {
890
890
  * @param {int} [since] the earliest time in ms to fetch orders for
891
891
  * @param {int} [limit] the maximum number of order structures to retrieve
892
892
  * @param {object} [params] extra parameters specific to the exchange API endpoint
893
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
893
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
894
894
  */
895
895
  async watchOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
896
896
  await this.loadMarkets();
@@ -1486,7 +1486,7 @@ export default class htx extends htxRest {
1486
1486
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=8cb7dcca-77b5-11ed-9966-0242ac110003
1487
1487
  * @see https://www.htx.com/en-us/opend/newApiPages/?id=28c34995-77ae-11ed-9966-0242ac110003
1488
1488
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1489
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
1489
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
1490
1490
  */
1491
1491
  async watchBalance(params = {}) {
1492
1492
  let type = undefined;
@@ -10,7 +10,7 @@ export default class hyperliquid extends hyperliquidRest {
10
10
  * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order
11
11
  * @param {Array} orders list of orders to create, each object should contain the parameters required by createOrder, namely symbol, type, side, amount, price and params
12
12
  * @param {object} [params] extra parameters specific to the exchange API endpoint
13
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
13
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
14
14
  */
15
15
  createOrdersWs(orders: OrderRequest[], params?: {}): Promise<Order[]>;
16
16
  /**
@@ -31,7 +31,7 @@ export default class hyperliquid extends hyperliquidRest {
31
31
  * @param {string} [params.clientOrderId] client order id, (optional 128 bit hex string e.g. 0x1234567890abcdef1234567890abcdef)
32
32
  * @param {string} [params.slippage] the slippage for market order
33
33
  * @param {string} [params.vaultAddress] the vault address for order
34
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
34
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
35
35
  */
36
36
  createOrderWs(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): Promise<Order>;
37
37
  /**
@@ -52,7 +52,7 @@ export default class hyperliquid extends hyperliquidRest {
52
52
  * @param {float} [params.triggerPrice] The price at which a trigger order is triggered at
53
53
  * @param {string} [params.clientOrderId] client order id, (optional 128 bit hex string e.g. 0x1234567890abcdef1234567890abcdef)
54
54
  * @param {string} [params.vaultAddress] the vault address for order
55
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
55
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
56
56
  */
57
57
  editOrderWs(id: string, symbol: string, type: string, side: string, amount?: Num, price?: Num, params?: {}): Promise<Order>;
58
58
  /**
@@ -65,7 +65,7 @@ export default class hyperliquid extends hyperliquidRest {
65
65
  * @param {object} [params] extra parameters specific to the exchange API endpoint
66
66
  * @param {string[]} [params.clientOrderId] list of client order ids to cancel instead of order ids
67
67
  * @param {string} [params.vaultAddress] the vault address for order cancellation
68
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
68
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
69
69
  */
70
70
  cancelOrdersWs(ids: string[], symbol?: Str, params?: {}): Promise<Order[]>;
71
71
  /**
@@ -78,7 +78,7 @@ export default class hyperliquid extends hyperliquidRest {
78
78
  * @param {object} [params] extra parameters specific to the exchange API endpoint
79
79
  * @param {string} [params.clientOrderId] client order id to cancel instead of order id
80
80
  * @param {string} [params.vaultAddress] the vault address for order cancellation
81
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
81
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
82
82
  */
83
83
  cancelOrderWs(id: string, symbol?: Str, params?: {}): Promise<Order>;
84
84
  /**
@@ -89,7 +89,7 @@ export default class hyperliquid extends hyperliquidRest {
89
89
  * @param {string} symbol unified symbol of the market to fetch the order book for
90
90
  * @param {int} [limit] the maximum amount of order book entries to return
91
91
  * @param {object} [params] extra parameters specific to the exchange API endpoint
92
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
92
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
93
93
  */
94
94
  watchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
95
95
  /**
@@ -99,7 +99,7 @@ export default class hyperliquid extends hyperliquidRest {
99
99
  * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/websocket/subscriptions
100
100
  * @param {string} symbol unified symbol of the market to fetch the order book for
101
101
  * @param {object} [params] extra parameters specific to the exchange API endpoint
102
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
102
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
103
103
  */
104
104
  unWatchOrderBook(symbol: string, params?: {}): Promise<any>;
105
105
  handleOrderBook(client: any, message: any): void;
@@ -110,7 +110,7 @@ export default class hyperliquid extends hyperliquidRest {
110
110
  * @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
111
111
  * @param {string} symbol unified symbol of the market to fetch the ticker for
112
112
  * @param {object} [params] extra parameters specific to the exchange API endpoint
113
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
113
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
114
114
  */
115
115
  watchTicker(symbol: string, params?: {}): Promise<Ticker>;
116
116
  /**
@@ -121,7 +121,7 @@ export default class hyperliquid extends hyperliquidRest {
121
121
  * @param {string[]} symbols unified symbol of the market to fetch the ticker for
122
122
  * @param {object} [params] extra parameters specific to the exchange API endpoint
123
123
  * @param {string} [params.dex] for for hip3 tokens subscription, eg: 'xyz' or 'flx`, if symbols are provided we will infer it from the first symbol's market
124
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
124
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
125
125
  */
126
126
  watchTickers(symbols?: Strings, params?: {}): Promise<Tickers>;
127
127
  /**
@@ -131,7 +131,7 @@ export default class hyperliquid extends hyperliquidRest {
131
131
  * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/websocket/subscriptions
132
132
  * @param {string[]} symbols unified symbol of the market to fetch the ticker for
133
133
  * @param {object} [params] extra parameters specific to the exchange API endpoint
134
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
134
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
135
135
  */
136
136
  unWatchTickers(symbols?: Strings, params?: {}): Promise<any>;
137
137
  /**
@@ -144,9 +144,20 @@ export default class hyperliquid extends hyperliquidRest {
144
144
  * @param {int} [limit] the maximum number of order structures to retrieve
145
145
  * @param {object} [params] extra parameters specific to the exchange API endpoint
146
146
  * @param {string} [params.user] user address, will default to this.walletAddress if not provided
147
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
147
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
148
148
  */
149
149
  watchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
150
+ /**
151
+ * @method
152
+ * @name hyperliquid#unWatchMyTrades
153
+ * @description unWatches information on multiple trades made by the user
154
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/websocket/subscriptions
155
+ * @param {string} symbol unified market symbol of the market orders were made in
156
+ * @param {object} [params] extra parameters specific to the exchange API endpoint
157
+ * @param {string} [params.user] user address, will default to this.walletAddress if not provided
158
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
159
+ */
160
+ unWatchMyTrades(symbol?: Str, params?: {}): Promise<any>;
150
161
  handleWsTickers(client: Client, message: any): boolean;
151
162
  parseWsTicker(rawTicker: any, market?: Market): Ticker;
152
163
  handleMyTrades(client: Client, message: any): void;
@@ -159,7 +170,7 @@ export default class hyperliquid extends hyperliquidRest {
159
170
  * @param {int} [since] the earliest time in ms to fetch trades for
160
171
  * @param {int} [limit] the maximum number of trade structures to retrieve
161
172
  * @param {object} [params] extra parameters specific to the exchange API endpoint
162
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
173
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
163
174
  */
164
175
  watchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
165
176
  /**
@@ -169,7 +180,7 @@ export default class hyperliquid extends hyperliquidRest {
169
180
  * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/websocket/subscriptions
170
181
  * @param {string} symbol unified market symbol of the market trades were made in
171
182
  * @param {object} [params] extra parameters specific to the exchange API endpoint
172
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
183
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
173
184
  */
174
185
  unWatchTrades(symbol: string, params?: {}): Promise<any>;
175
186
  handleTrades(client: Client, message: any): void;
@@ -210,15 +221,28 @@ export default class hyperliquid extends hyperliquidRest {
210
221
  * @param {int} [limit] the maximum number of order structures to retrieve
211
222
  * @param {object} [params] extra parameters specific to the exchange API endpoint
212
223
  * @param {string} [params.user] user address, will default to this.walletAddress if not provided
213
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
224
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
214
225
  */
215
226
  watchOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
227
+ /**
228
+ * @method
229
+ * @name hyperliquid#unWatchOrders
230
+ * @description unWatches information on multiple orders made by the user
231
+ * @see https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/websocket/subscriptions
232
+ * @param {string} symbol unified market symbol of the market orders were made in
233
+ * @param {object} [params] extra parameters specific to the exchange API endpoint
234
+ * @param {string} [params.user] user address, will default to this.walletAddress if not provided
235
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
236
+ */
237
+ unWatchOrders(symbol?: Str, params?: {}): Promise<any>;
216
238
  handleOrder(client: Client, message: any): void;
217
239
  handleErrorMessage(client: Client, message: any): Bool;
218
240
  handleOrderBookUnsubscription(client: Client, subscription: Dict): void;
219
241
  handleTradesUnsubscription(client: Client, subscription: Dict): void;
220
242
  handleTickersUnsubscription(client: Client, subscription: Dict): void;
221
243
  handleOHLCVUnsubscription(client: Client, subscription: Dict): void;
244
+ handleOrderUnsubscription(client: Client, subscription: Dict): void;
245
+ handleMyTradesUnsubscription(client: Client, subscription: Dict): void;
222
246
  handleSubscriptionResponse(client: Client, message: any): void;
223
247
  handleMessage(client: Client, message: any): void;
224
248
  ping(client: Client): {