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
package/js/src/bitso.js CHANGED
@@ -301,7 +301,7 @@ export default class bitso extends Exchange {
301
301
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
302
302
  * @param {int} [limit] max number of ledger entries to return, default is undefined
303
303
  * @param {object} [params] extra parameters specific to the exchange API endpoint
304
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
304
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
305
305
  */
306
306
  async fetchLedger(code = undefined, since = undefined, limit = undefined, params = {}) {
307
307
  const request = {};
@@ -617,7 +617,7 @@ export default class bitso extends Exchange {
617
617
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
618
618
  * @see https://docs.bitso.com/bitso-api/docs/get-account-balance
619
619
  * @param {object} [params] extra parameters specific to the exchange API endpoint
620
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
620
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
621
621
  */
622
622
  async fetchBalance(params = {}) {
623
623
  await this.loadMarkets();
@@ -657,7 +657,7 @@ export default class bitso extends Exchange {
657
657
  * @param {string} symbol unified symbol of the market to fetch the order book for
658
658
  * @param {int} [limit] the maximum amount of order book entries to return
659
659
  * @param {object} [params] extra parameters specific to the exchange API endpoint
660
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
660
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
661
661
  */
662
662
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
663
663
  await this.loadMarkets();
@@ -721,7 +721,7 @@ export default class bitso extends Exchange {
721
721
  * @see https://docs.bitso.com/bitso-api/docs/ticker
722
722
  * @param {string} symbol unified symbol of the market to fetch the ticker for
723
723
  * @param {object} [params] extra parameters specific to the exchange API endpoint
724
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
724
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
725
725
  */
726
726
  async fetchTicker(symbol, params = {}) {
727
727
  await this.loadMarkets();
@@ -944,7 +944,7 @@ export default class bitso extends Exchange {
944
944
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
945
945
  * @param {int} [limit] the maximum amount of trades to fetch
946
946
  * @param {object} [params] extra parameters specific to the exchange API endpoint
947
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
947
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
948
948
  */
949
949
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
950
950
  await this.loadMarkets();
@@ -961,7 +961,7 @@ export default class bitso extends Exchange {
961
961
  * @description fetch the trading fees for multiple markets
962
962
  * @see https://docs.bitso.com/bitso-api/docs/list-fees
963
963
  * @param {object} [params] extra parameters specific to the exchange API endpoint
964
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
964
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
965
965
  */
966
966
  async fetchTradingFees(params = {}) {
967
967
  await this.loadMarkets();
@@ -1036,7 +1036,7 @@ export default class bitso extends Exchange {
1036
1036
  * @param {int} [since] the earliest time in ms to fetch trades for
1037
1037
  * @param {int} [limit] the maximum number of trades structures to retrieve
1038
1038
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1039
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1039
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
1040
1040
  */
1041
1041
  async fetchMyTrades(symbol = undefined, since = undefined, limit = 25, params = {}) {
1042
1042
  await this.loadMarkets();
@@ -1076,7 +1076,7 @@ export default class bitso extends Exchange {
1076
1076
  * @param {float} amount how much of currency you want to trade in units of base currency
1077
1077
  * @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
1078
1078
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1079
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1079
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1080
1080
  */
1081
1081
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
1082
1082
  await this.loadMarkets();
@@ -1105,7 +1105,7 @@ export default class bitso extends Exchange {
1105
1105
  * @param {string} id order id
1106
1106
  * @param {string} symbol not used by bitso cancelOrder ()
1107
1107
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1108
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1108
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1109
1109
  */
1110
1110
  async cancelOrder(id, symbol = undefined, params = {}) {
1111
1111
  await this.loadMarkets();
@@ -1134,7 +1134,7 @@ export default class bitso extends Exchange {
1134
1134
  * @param {string[]} ids order ids
1135
1135
  * @param {string} symbol unified market symbol
1136
1136
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1137
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1137
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1138
1138
  */
1139
1139
  async cancelOrders(ids, symbol = undefined, params = {}) {
1140
1140
  if (!Array.isArray(ids)) {
@@ -1170,7 +1170,7 @@ export default class bitso extends Exchange {
1170
1170
  * @see https://docs.bitso.com/bitso-api/docs/cancel-an-order
1171
1171
  * @param {undefined} symbol bitso does not support canceling orders for only a specific market
1172
1172
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1173
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1173
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1174
1174
  */
1175
1175
  async cancelAllOrders(symbol = undefined, params = {}) {
1176
1176
  if (symbol !== undefined) {
@@ -1256,7 +1256,7 @@ export default class bitso extends Exchange {
1256
1256
  * @param {int} [since] the earliest time in ms to fetch open orders for
1257
1257
  * @param {int} [limit] the maximum number of open orders structures to retrieve
1258
1258
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1259
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1259
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1260
1260
  */
1261
1261
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = 25, params = {}) {
1262
1262
  await this.loadMarkets();
@@ -1294,7 +1294,7 @@ export default class bitso extends Exchange {
1294
1294
  * @param {string} id the order id
1295
1295
  * @param {string} symbol not used by bitso fetchOrder
1296
1296
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1297
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1297
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1298
1298
  */
1299
1299
  async fetchOrder(id, symbol = undefined, params = {}) {
1300
1300
  await this.loadMarkets();
@@ -1320,7 +1320,7 @@ export default class bitso extends Exchange {
1320
1320
  * @param {int} [since] the earliest time in ms to fetch trades for
1321
1321
  * @param {int} [limit] the maximum number of trades to retrieve
1322
1322
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1323
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1323
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
1324
1324
  */
1325
1325
  async fetchOrderTrades(id, symbol = undefined, since = undefined, limit = undefined, params = {}) {
1326
1326
  await this.loadMarkets();
@@ -1339,7 +1339,7 @@ export default class bitso extends Exchange {
1339
1339
  * @param {string} id deposit id
1340
1340
  * @param {string} code bitso does not support filtering by currency code and will ignore this argument
1341
1341
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1342
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1342
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
1343
1343
  */
1344
1344
  async fetchDeposit(id, code = undefined, params = {}) {
1345
1345
  await this.loadMarkets();
@@ -1383,7 +1383,7 @@ export default class bitso extends Exchange {
1383
1383
  * @param {int} [since] the earliest time in ms to fetch deposits for
1384
1384
  * @param {int} [limit] the maximum number of deposits structures to retrieve
1385
1385
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1386
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1386
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1387
1387
  */
1388
1388
  async fetchDeposits(code = undefined, since = undefined, limit = undefined, params = {}) {
1389
1389
  await this.loadMarkets();
@@ -1424,7 +1424,7 @@ export default class bitso extends Exchange {
1424
1424
  * @description fetch the deposit address for a currency associated with this account
1425
1425
  * @param {string} code unified currency code
1426
1426
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1427
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
1427
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
1428
1428
  */
1429
1429
  async fetchDepositAddress(code, params = {}) {
1430
1430
  await this.loadMarkets();
@@ -1457,7 +1457,7 @@ export default class bitso extends Exchange {
1457
1457
  * @see https://docs.bitso.com/bitso-api/docs/list-fees
1458
1458
  * @param {string[]|undefined} codes list of unified currency codes
1459
1459
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1460
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1460
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
1461
1461
  */
1462
1462
  async fetchTransactionFees(codes = undefined, params = {}) {
1463
1463
  await this.loadMarkets();
@@ -1550,7 +1550,7 @@ export default class bitso extends Exchange {
1550
1550
  * @see https://docs.bitso.com/bitso-api/docs/list-fees
1551
1551
  * @param {string[]|undefined} codes list of unified currency codes
1552
1552
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1553
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1553
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
1554
1554
  */
1555
1555
  async fetchDepositWithdrawFees(codes = undefined, params = {}) {
1556
1556
  await this.loadMarkets();
@@ -1689,7 +1689,7 @@ export default class bitso extends Exchange {
1689
1689
  * @param {string} address the address to withdraw to
1690
1690
  * @param {string} tag
1691
1691
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1692
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1692
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
1693
1693
  */
1694
1694
  async withdraw(code, amount, address, tag = undefined, params = {}) {
1695
1695
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
@@ -64,7 +64,7 @@ export default class bitstamp extends Exchange {
64
64
  * @param {string} symbol unified symbol of the market to fetch the order book for
65
65
  * @param {int} [limit] the maximum amount of order book entries to return
66
66
  * @param {object} [params] extra parameters specific to the exchange API endpoint
67
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
67
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
68
68
  */
69
69
  fetchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
70
70
  parseTicker(ticker: Dict, market?: Market): Ticker;
@@ -75,7 +75,7 @@ export default class bitstamp extends Exchange {
75
75
  * @see https://www.bitstamp.net/api/#tag/Tickers/operation/GetMarketTicker
76
76
  * @param {string} symbol unified symbol of the market to fetch the ticker for
77
77
  * @param {object} [params] extra parameters specific to the exchange API endpoint
78
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
78
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
79
79
  */
80
80
  fetchTicker(symbol: string, params?: {}): Promise<Ticker>;
81
81
  /**
@@ -85,7 +85,7 @@ export default class bitstamp extends Exchange {
85
85
  * @see https://www.bitstamp.net/api/#tag/Tickers/operation/GetCurrencyPairTickers
86
86
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
87
87
  * @param {object} [params] extra parameters specific to the exchange API endpoint
88
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
88
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
89
89
  */
90
90
  fetchTickers(symbols?: Strings, params?: {}): Promise<Tickers>;
91
91
  getCurrencyIdFromTransaction(transaction: any): string;
@@ -100,7 +100,7 @@ export default class bitstamp extends Exchange {
100
100
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
101
101
  * @param {int} [limit] the maximum amount of trades to fetch
102
102
  * @param {object} [params] extra parameters specific to the exchange API endpoint
103
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
103
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
104
104
  */
105
105
  fetchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
106
106
  parseOHLCV(ohlcv: any, market?: Market): OHLCV;
@@ -124,7 +124,7 @@ export default class bitstamp extends Exchange {
124
124
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
125
125
  * @see https://www.bitstamp.net/api/#tag/Account-balances/operation/GetAccountBalances
126
126
  * @param {object} [params] extra parameters specific to the exchange API endpoint
127
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
127
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
128
128
  */
129
129
  fetchBalance(params?: {}): Promise<Balances>;
130
130
  /**
@@ -134,7 +134,7 @@ export default class bitstamp extends Exchange {
134
134
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetTradingFeesForCurrency
135
135
  * @param {string} symbol unified market symbol
136
136
  * @param {object} [params] extra parameters specific to the exchange API endpoint
137
- * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
137
+ * @returns {object} a [fee structure]{@link https://docs.ccxt.com/?id=fee-structure}
138
138
  */
139
139
  fetchTradingFee(symbol: string, params?: {}): Promise<TradingFeeInterface>;
140
140
  parseTradingFee(fee: Dict, market?: Market): TradingFeeInterface;
@@ -145,7 +145,7 @@ export default class bitstamp extends Exchange {
145
145
  * @description fetch the trading fees for multiple markets
146
146
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetAllTradingFees
147
147
  * @param {object} [params] extra parameters specific to the exchange API endpoint
148
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
148
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
149
149
  */
150
150
  fetchTradingFees(params?: {}): Promise<TradingFees>;
151
151
  /**
@@ -156,7 +156,7 @@ export default class bitstamp extends Exchange {
156
156
  * @see https://www.bitstamp.net/api/#tag/Fees
157
157
  * @param {string[]|undefined} codes list of unified currency codes
158
158
  * @param {object} [params] extra parameters specific to the exchange API endpoint
159
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
159
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
160
160
  */
161
161
  fetchTransactionFees(codes?: Strings, params?: {}): Promise<Dict>;
162
162
  parseTransactionFees(response: any, codes?: any): Dict;
@@ -167,7 +167,7 @@ export default class bitstamp extends Exchange {
167
167
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetAllWithdrawalFees
168
168
  * @param {string[]|undefined} codes list of unified currency codes
169
169
  * @param {object} [params] extra parameters specific to the exchange API endpoint
170
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
170
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
171
171
  */
172
172
  fetchDepositWithdrawFees(codes?: any, params?: {}): Promise<any>;
173
173
  parseDepositWithdrawFee(fee: any, currency?: any): any;
@@ -187,7 +187,7 @@ export default class bitstamp extends Exchange {
187
187
  * @param {float} amount how much of currency you want to trade in units of base currency
188
188
  * @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
189
189
  * @param {object} [params] extra parameters specific to the exchange API endpoint
190
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
190
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
191
191
  */
192
192
  createOrder(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): Promise<Order>;
193
193
  /**
@@ -198,7 +198,7 @@ export default class bitstamp extends Exchange {
198
198
  * @param {string} id order id
199
199
  * @param {string} symbol unified symbol of the market the order was made in
200
200
  * @param {object} [params] extra parameters specific to the exchange API endpoint
201
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
201
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
202
202
  */
203
203
  cancelOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
204
204
  /**
@@ -209,7 +209,7 @@ export default class bitstamp extends Exchange {
209
209
  * @see https://www.bitstamp.net/api/#tag/Orders/operation/CancelOrdersForMarket
210
210
  * @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
211
211
  * @param {object} [params] extra parameters specific to the exchange API endpoint
212
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
212
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
213
213
  */
214
214
  cancelAllOrders(symbol?: Str, params?: {}): Promise<Order[]>;
215
215
  parseOrderStatus(status: Str): string;
@@ -222,7 +222,7 @@ export default class bitstamp extends Exchange {
222
222
  * @param {string} id the order id
223
223
  * @param {string} symbol unified symbol of the market the order was made in
224
224
  * @param {object} [params] extra parameters specific to the exchange API endpoint
225
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
225
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
226
226
  */
227
227
  fetchOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
228
228
  /**
@@ -235,7 +235,7 @@ export default class bitstamp extends Exchange {
235
235
  * @param {int} [since] the earliest time in ms to fetch trades for
236
236
  * @param {int} [limit] the maximum number of trades structures to retrieve
237
237
  * @param {object} [params] extra parameters specific to the exchange API endpoint
238
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
238
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
239
239
  */
240
240
  fetchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
241
241
  /**
@@ -247,7 +247,7 @@ export default class bitstamp extends Exchange {
247
247
  * @param {int} [since] timestamp in ms of the earliest deposit/withdrawal, default is undefined
248
248
  * @param {int} [limit] max number of deposit/withdrawals to return, default is undefined
249
249
  * @param {object} [params] extra parameters specific to the exchange API endpoint
250
- * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
250
+ * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
251
251
  */
252
252
  fetchDepositsWithdrawals(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
253
253
  /**
@@ -259,7 +259,7 @@ export default class bitstamp extends Exchange {
259
259
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
260
260
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
261
261
  * @param {object} [params] extra parameters specific to the exchange API endpoint
262
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
262
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
263
263
  */
264
264
  fetchWithdrawals(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
265
265
  parseTransaction(transaction: Dict, currency?: Currency): Transaction;
@@ -276,7 +276,7 @@ export default class bitstamp extends Exchange {
276
276
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
277
277
  * @param {int} [limit] max number of ledger entries to return, default is undefined
278
278
  * @param {object} [params] extra parameters specific to the exchange API endpoint
279
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
279
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
280
280
  */
281
281
  fetchLedger(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<LedgerEntry[]>;
282
282
  /**
@@ -289,7 +289,7 @@ export default class bitstamp extends Exchange {
289
289
  * @param {int} [since] the earliest time in ms to fetch open orders for
290
290
  * @param {int} [limit] the maximum number of open orders structures to retrieve
291
291
  * @param {object} [params] extra parameters specific to the exchange API endpoint
292
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
292
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
293
293
  */
294
294
  fetchOpenOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
295
295
  getCurrencyName(code: any): any;
@@ -301,7 +301,7 @@ export default class bitstamp extends Exchange {
301
301
  * @see https://www.bitstamp.net/api/#tag/Deposits/operation/GetCryptoDepositAddress
302
302
  * @param {string} code unified currency code
303
303
  * @param {object} [params] extra parameters specific to the exchange API endpoint
304
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
304
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
305
305
  */
306
306
  fetchDepositAddress(code: string, params?: {}): Promise<DepositAddress>;
307
307
  /**
@@ -315,7 +315,7 @@ export default class bitstamp extends Exchange {
315
315
  * @param {string} address the address to withdraw to
316
316
  * @param {string} tag
317
317
  * @param {object} [params] extra parameters specific to the exchange API endpoint
318
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
318
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
319
319
  */
320
320
  withdraw(code: string, amount: number, address: string, tag?: Str, params?: {}): Promise<Transaction>;
321
321
  /**
@@ -329,7 +329,7 @@ export default class bitstamp extends Exchange {
329
329
  * @param {string} fromAccount account to transfer from
330
330
  * @param {string} toAccount account to transfer to
331
331
  * @param {object} [params] extra parameters specific to the exchange API endpoint
332
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
332
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
333
333
  */
334
334
  transfer(code: string, amount: number, fromAccount: string, toAccount: string, params?: {}): Promise<TransferEntry>;
335
335
  parseTransfer(transfer: any, currency?: any): {
@@ -794,7 +794,7 @@ export default class bitstamp extends Exchange {
794
794
  * @param {string} symbol unified symbol of the market to fetch the order book for
795
795
  * @param {int} [limit] the maximum amount of order book entries to return
796
796
  * @param {object} [params] extra parameters specific to the exchange API endpoint
797
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
797
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
798
798
  */
799
799
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
800
800
  await this.loadMarkets();
@@ -879,7 +879,7 @@ export default class bitstamp extends Exchange {
879
879
  * @see https://www.bitstamp.net/api/#tag/Tickers/operation/GetMarketTicker
880
880
  * @param {string} symbol unified symbol of the market to fetch the ticker for
881
881
  * @param {object} [params] extra parameters specific to the exchange API endpoint
882
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
882
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
883
883
  */
884
884
  async fetchTicker(symbol, params = {}) {
885
885
  await this.loadMarkets();
@@ -912,7 +912,7 @@ export default class bitstamp extends Exchange {
912
912
  * @see https://www.bitstamp.net/api/#tag/Tickers/operation/GetCurrencyPairTickers
913
913
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
914
914
  * @param {object} [params] extra parameters specific to the exchange API endpoint
915
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
915
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
916
916
  */
917
917
  async fetchTickers(symbols = undefined, params = {}) {
918
918
  await this.loadMarkets();
@@ -1144,7 +1144,7 @@ export default class bitstamp extends Exchange {
1144
1144
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
1145
1145
  * @param {int} [limit] the maximum amount of trades to fetch
1146
1146
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1147
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
1147
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
1148
1148
  */
1149
1149
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
1150
1150
  await this.loadMarkets();
@@ -1278,7 +1278,7 @@ export default class bitstamp extends Exchange {
1278
1278
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
1279
1279
  * @see https://www.bitstamp.net/api/#tag/Account-balances/operation/GetAccountBalances
1280
1280
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1281
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
1281
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
1282
1282
  */
1283
1283
  async fetchBalance(params = {}) {
1284
1284
  await this.loadMarkets();
@@ -1303,7 +1303,7 @@ export default class bitstamp extends Exchange {
1303
1303
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetTradingFeesForCurrency
1304
1304
  * @param {string} symbol unified market symbol
1305
1305
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1306
- * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
1306
+ * @returns {object} a [fee structure]{@link https://docs.ccxt.com/?id=fee-structure}
1307
1307
  */
1308
1308
  async fetchTradingFee(symbol, params = {}) {
1309
1309
  await this.loadMarkets();
@@ -1357,7 +1357,7 @@ export default class bitstamp extends Exchange {
1357
1357
  * @description fetch the trading fees for multiple markets
1358
1358
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetAllTradingFees
1359
1359
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1360
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
1360
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
1361
1361
  */
1362
1362
  async fetchTradingFees(params = {}) {
1363
1363
  await this.loadMarkets();
@@ -1386,7 +1386,7 @@ export default class bitstamp extends Exchange {
1386
1386
  * @see https://www.bitstamp.net/api/#tag/Fees
1387
1387
  * @param {string[]|undefined} codes list of unified currency codes
1388
1388
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1389
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1389
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
1390
1390
  */
1391
1391
  async fetchTransactionFees(codes = undefined, params = {}) {
1392
1392
  await this.loadMarkets();
@@ -1429,7 +1429,7 @@ export default class bitstamp extends Exchange {
1429
1429
  * @see https://www.bitstamp.net/api/#tag/Fees/operation/GetAllWithdrawalFees
1430
1430
  * @param {string[]|undefined} codes list of unified currency codes
1431
1431
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1432
- * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1432
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
1433
1433
  */
1434
1434
  async fetchDepositWithdrawFees(codes = undefined, params = {}) {
1435
1435
  await this.loadMarkets();
@@ -1487,7 +1487,7 @@ export default class bitstamp extends Exchange {
1487
1487
  * @param {float} amount how much of currency you want to trade in units of base currency
1488
1488
  * @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
1489
1489
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1490
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1490
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1491
1491
  */
1492
1492
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
1493
1493
  await this.loadMarkets();
@@ -1540,7 +1540,7 @@ export default class bitstamp extends Exchange {
1540
1540
  * @param {string} id order id
1541
1541
  * @param {string} symbol unified symbol of the market the order was made in
1542
1542
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1543
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1543
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1544
1544
  */
1545
1545
  async cancelOrder(id, symbol = undefined, params = {}) {
1546
1546
  await this.loadMarkets();
@@ -1567,7 +1567,7 @@ export default class bitstamp extends Exchange {
1567
1567
  * @see https://www.bitstamp.net/api/#tag/Orders/operation/CancelOrdersForMarket
1568
1568
  * @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
1569
1569
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1570
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1570
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1571
1571
  */
1572
1572
  async cancelAllOrders(symbol = undefined, params = {}) {
1573
1573
  await this.loadMarkets();
@@ -1631,7 +1631,7 @@ export default class bitstamp extends Exchange {
1631
1631
  * @param {string} id the order id
1632
1632
  * @param {string} symbol unified symbol of the market the order was made in
1633
1633
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1634
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1634
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1635
1635
  */
1636
1636
  async fetchOrder(id, symbol = undefined, params = {}) {
1637
1637
  await this.loadMarkets();
@@ -1679,7 +1679,7 @@ export default class bitstamp extends Exchange {
1679
1679
  * @param {int} [since] the earliest time in ms to fetch trades for
1680
1680
  * @param {int} [limit] the maximum number of trades structures to retrieve
1681
1681
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1682
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1682
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
1683
1683
  */
1684
1684
  async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
1685
1685
  await this.loadMarkets();
@@ -1707,7 +1707,7 @@ export default class bitstamp extends Exchange {
1707
1707
  * @param {int} [since] timestamp in ms of the earliest deposit/withdrawal, default is undefined
1708
1708
  * @param {int} [limit] max number of deposit/withdrawals to return, default is undefined
1709
1709
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1710
- * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1710
+ * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
1711
1711
  */
1712
1712
  async fetchDepositsWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
1713
1713
  await this.loadMarkets();
@@ -1758,7 +1758,7 @@ export default class bitstamp extends Exchange {
1758
1758
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
1759
1759
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
1760
1760
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1761
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1761
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1762
1762
  */
1763
1763
  async fetchWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
1764
1764
  await this.loadMarkets();
@@ -2136,7 +2136,7 @@ export default class bitstamp extends Exchange {
2136
2136
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
2137
2137
  * @param {int} [limit] max number of ledger entries to return, default is undefined
2138
2138
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2139
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
2139
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
2140
2140
  */
2141
2141
  async fetchLedger(code = undefined, since = undefined, limit = undefined, params = {}) {
2142
2142
  await this.loadMarkets();
@@ -2161,7 +2161,7 @@ export default class bitstamp extends Exchange {
2161
2161
  * @param {int} [since] the earliest time in ms to fetch open orders for
2162
2162
  * @param {int} [limit] the maximum number of open orders structures to retrieve
2163
2163
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2164
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
2164
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
2165
2165
  */
2166
2166
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
2167
2167
  let market = undefined;
@@ -2207,7 +2207,7 @@ export default class bitstamp extends Exchange {
2207
2207
  * @see https://www.bitstamp.net/api/#tag/Deposits/operation/GetCryptoDepositAddress
2208
2208
  * @param {string} code unified currency code
2209
2209
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2210
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
2210
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
2211
2211
  */
2212
2212
  async fetchDepositAddress(code, params = {}) {
2213
2213
  if (this.isFiat(code)) {
@@ -2238,7 +2238,7 @@ export default class bitstamp extends Exchange {
2238
2238
  * @param {string} address the address to withdraw to
2239
2239
  * @param {string} tag
2240
2240
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2241
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2241
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
2242
2242
  */
2243
2243
  async withdraw(code, amount, address, tag = undefined, params = {}) {
2244
2244
  // For fiat withdrawals please provide all required additional parameters in the 'params'
@@ -2286,7 +2286,7 @@ export default class bitstamp extends Exchange {
2286
2286
  * @param {string} fromAccount account to transfer from
2287
2287
  * @param {string} toAccount account to transfer to
2288
2288
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2289
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
2289
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
2290
2290
  */
2291
2291
  async transfer(code, amount, fromAccount, toAccount, params = {}) {
2292
2292
  await this.loadMarkets();