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
@@ -20,6 +20,7 @@ class bitbank extends bitbank$1["default"] {
20
20
  'name': 'bitbank',
21
21
  'countries': ['JP'],
22
22
  'version': 'v1',
23
+ 'rateLimit': 100,
23
24
  'has': {
24
25
  'CORS': undefined,
25
26
  'spot': true,
@@ -139,46 +140,46 @@ class bitbank extends bitbank$1["default"] {
139
140
  },
140
141
  'api': {
141
142
  'public': {
142
- 'get': [
143
- '{pair}/ticker',
144
- 'tickers',
145
- 'tickers_jpy',
146
- '{pair}/depth',
147
- '{pair}/transactions',
148
- '{pair}/transactions/{yyyymmdd}',
149
- '{pair}/candlestick/{candletype}/{yyyymmdd}',
150
- '{pair}/circuit_break_info',
151
- ],
143
+ 'get': {
144
+ '{pair}/ticker': 1,
145
+ 'tickers': 1,
146
+ 'tickers_jpy': 1,
147
+ '{pair}/depth': 1,
148
+ '{pair}/transactions': 1,
149
+ '{pair}/transactions/{yyyymmdd}': 1,
150
+ '{pair}/candlestick/{candletype}/{yyyymmdd}': 1,
151
+ '{pair}/circuit_break_info': 1,
152
+ },
152
153
  },
153
154
  'private': {
154
- 'get': [
155
- 'user/assets',
156
- 'user/spot/order',
157
- 'user/spot/active_orders',
158
- 'user/margin/positions',
159
- 'user/spot/trade_history',
160
- 'user/deposit_history',
161
- 'user/unconfirmed_deposits',
162
- 'user/deposit_originators',
163
- 'user/withdrawal_account',
164
- 'user/withdrawal_history',
165
- 'spot/status',
166
- 'spot/pairs',
167
- ],
168
- 'post': [
169
- 'user/spot/order',
170
- 'user/spot/cancel_order',
171
- 'user/spot/cancel_orders',
172
- 'user/spot/orders_info',
173
- 'user/confirm_deposits',
174
- 'user/confirm_deposits_all',
175
- 'user/request_withdrawal',
176
- ],
155
+ 'get': {
156
+ 'user/assets': 1,
157
+ 'user/spot/order': 1,
158
+ 'user/spot/active_orders': 1,
159
+ 'user/margin/positions': 1,
160
+ 'user/spot/trade_history': 1,
161
+ 'user/deposit_history': 1,
162
+ 'user/unconfirmed_deposits': 1,
163
+ 'user/deposit_originators': 1,
164
+ 'user/withdrawal_account': 1,
165
+ 'user/withdrawal_history': 1,
166
+ 'spot/status': 1,
167
+ 'spot/pairs': 1,
168
+ },
169
+ 'post': {
170
+ 'user/spot/order': 1.66,
171
+ 'user/spot/cancel_order': 1.66,
172
+ 'user/spot/cancel_orders': 1.66,
173
+ 'user/spot/orders_info': 1.66,
174
+ 'user/confirm_deposits': 1.66,
175
+ 'user/confirm_deposits_all': 1.66,
176
+ 'user/request_withdrawal': 1.66,
177
+ },
177
178
  },
178
179
  'markets': {
179
- 'get': [
180
- 'spot/pairs',
181
- ],
180
+ 'get': {
181
+ 'spot/pairs': 1,
182
+ },
182
183
  },
183
184
  },
184
185
  'features': {
@@ -397,7 +398,7 @@ class bitbank extends bitbank$1["default"] {
397
398
  * @see https://github.com/bitbankinc/bitbank-api-docs/blob/38d6d7c6f486c793872fd4b4087a0d090a04cd0a/public-api.md#ticker
398
399
  * @param {string} symbol unified symbol of the market to fetch the ticker for
399
400
  * @param {object} [params] extra parameters specific to the exchange API endpoint
400
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
401
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
401
402
  */
402
403
  async fetchTicker(symbol, params = {}) {
403
404
  await this.loadMarkets();
@@ -417,7 +418,7 @@ class bitbank extends bitbank$1["default"] {
417
418
  * @param {string} symbol unified symbol of the market to fetch the order book for
418
419
  * @param {int} [limit] the maximum amount of order book entries to return
419
420
  * @param {object} [params] extra parameters specific to the exchange API endpoint
420
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
421
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
421
422
  */
422
423
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
423
424
  await this.loadMarkets();
@@ -484,7 +485,7 @@ class bitbank extends bitbank$1["default"] {
484
485
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
485
486
  * @param {int} [limit] the maximum amount of trades to fetch
486
487
  * @param {object} [params] extra parameters specific to the exchange API endpoint
487
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
488
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
488
489
  */
489
490
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
490
491
  await this.loadMarkets();
@@ -503,7 +504,7 @@ class bitbank extends bitbank$1["default"] {
503
504
  * @description fetch the trading fees for multiple markets
504
505
  * @see https://github.com/bitbankinc/bitbank-api-docs/blob/38d6d7c6f486c793872fd4b4087a0d090a04cd0a/rest-api.md#get-all-pairs-info
505
506
  * @param {object} [params] extra parameters specific to the exchange API endpoint
506
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
507
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
507
508
  */
508
509
  async fetchTradingFees(params = {}) {
509
510
  await this.loadMarkets();
@@ -653,7 +654,7 @@ class bitbank extends bitbank$1["default"] {
653
654
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
654
655
  * @see https://github.com/bitbankinc/bitbank-api-docs/blob/38d6d7c6f486c793872fd4b4087a0d090a04cd0a/rest-api.md#assets
655
656
  * @param {object} [params] extra parameters specific to the exchange API endpoint
656
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
657
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
657
658
  */
658
659
  async fetchBalance(params = {}) {
659
660
  await this.loadMarkets();
@@ -751,7 +752,7 @@ class bitbank extends bitbank$1["default"] {
751
752
  * @param {float} amount how much of currency you want to trade in units of base currency
752
753
  * @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
753
754
  * @param {object} [params] extra parameters specific to the exchange API endpoint
754
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
755
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
755
756
  */
756
757
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
757
758
  await this.loadMarkets();
@@ -777,7 +778,7 @@ class bitbank extends bitbank$1["default"] {
777
778
  * @param {string} id order id
778
779
  * @param {string} symbol unified symbol of the market the order was made in
779
780
  * @param {object} [params] extra parameters specific to the exchange API endpoint
780
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
781
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
781
782
  */
782
783
  async cancelOrder(id, symbol = undefined, params = {}) {
783
784
  await this.loadMarkets();
@@ -821,7 +822,7 @@ class bitbank extends bitbank$1["default"] {
821
822
  * @param {string} id the order id
822
823
  * @param {string} symbol unified symbol of the market the order was made in
823
824
  * @param {object} [params] extra parameters specific to the exchange API endpoint
824
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
825
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
825
826
  */
826
827
  async fetchOrder(id, symbol = undefined, params = {}) {
827
828
  await this.loadMarkets();
@@ -865,7 +866,7 @@ class bitbank extends bitbank$1["default"] {
865
866
  * @param {int} [since] the earliest time in ms to fetch open orders for
866
867
  * @param {int} [limit] the maximum number of open orders structures to retrieve
867
868
  * @param {object} [params] extra parameters specific to the exchange API endpoint
868
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
869
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
869
870
  */
870
871
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
871
872
  await this.loadMarkets();
@@ -893,7 +894,7 @@ class bitbank extends bitbank$1["default"] {
893
894
  * @param {int} [since] the earliest time in ms to fetch trades for
894
895
  * @param {int} [limit] the maximum number of trades structures to retrieve
895
896
  * @param {object} [params] extra parameters specific to the exchange API endpoint
896
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
897
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
897
898
  */
898
899
  async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
899
900
  await this.loadMarkets();
@@ -921,7 +922,7 @@ class bitbank extends bitbank$1["default"] {
921
922
  * @see https://github.com/bitbankinc/bitbank-api-docs/blob/38d6d7c6f486c793872fd4b4087a0d090a04cd0a/rest-api.md#get-withdrawal-accounts
922
923
  * @param {string} code unified currency code
923
924
  * @param {object} [params] extra parameters specific to the exchange API endpoint
924
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
925
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
925
926
  */
926
927
  async fetchDepositAddress(code, params = {}) {
927
928
  await this.loadMarkets();
@@ -953,7 +954,7 @@ class bitbank extends bitbank$1["default"] {
953
954
  * @param {string} address the address to withdraw to
954
955
  * @param {string} tag
955
956
  * @param {object} [params] extra parameters specific to the exchange API endpoint
956
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
957
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
957
958
  */
958
959
  async withdraw(code, amount, address, tag = undefined, params = {}) {
959
960
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
@@ -226,7 +226,7 @@ class bitbns extends bitbns$1["default"] {
226
226
  * @name bitbns#fetchStatus
227
227
  * @description the latest known information on the availability of the exchange API
228
228
  * @param {object} [params] extra parameters specific to the exchange API endpoint
229
- * @returns {object} a [status structure]{@link https://docs.ccxt.com/#/?id=exchange-status-structure}
229
+ * @returns {object} a [status structure]{@link https://docs.ccxt.com/?id=exchange-status-structure}
230
230
  */
231
231
  async fetchStatus(params = {}) {
232
232
  const response = await this.v1GetPlatformStatus(params);
@@ -359,7 +359,7 @@ class bitbns extends bitbns$1["default"] {
359
359
  * @param {string} symbol unified symbol of the market to fetch the order book for
360
360
  * @param {int} [limit] the maximum amount of order book entries to return
361
361
  * @param {object} [params] extra parameters specific to the exchange API endpoint
362
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
362
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
363
363
  */
364
364
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
365
365
  await this.loadMarkets();
@@ -455,7 +455,7 @@ class bitbns extends bitbns$1["default"] {
455
455
  * @description fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
456
456
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
457
457
  * @param {object} [params] extra parameters specific to the exchange API endpoint
458
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
458
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
459
459
  */
460
460
  async fetchTickers(symbols = undefined, params = {}) {
461
461
  await this.loadMarkets();
@@ -527,7 +527,7 @@ class bitbns extends bitbns$1["default"] {
527
527
  * @name bitbns#fetchBalance
528
528
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
529
529
  * @param {object} [params] extra parameters specific to the exchange API endpoint
530
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
530
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
531
531
  */
532
532
  async fetchBalance(params = {}) {
533
533
  await this.loadMarkets();
@@ -662,7 +662,7 @@ class bitbns extends bitbns$1["default"] {
662
662
  * EXCHANGE SPECIFIC PARAMETERS
663
663
  * @param {float} [params.target_rate] *requires params.trail_rate when set, type must be 'limit'* a bracket order is placed when set
664
664
  * @param {float} [params.trail_rate] *requires params.target_rate when set, type must be 'limit'* a bracket order is placed when set
665
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
665
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
666
666
  */
667
667
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
668
668
  await this.loadMarkets();
@@ -718,7 +718,7 @@ class bitbns extends bitbns$1["default"] {
718
718
  * @param {string} symbol unified symbol of the market the order was made in
719
719
  * @param {object} [params] extra parameters specific to the exchange API endpoint
720
720
  * @param {boolean} [params.trigger] true if cancelling a trigger order
721
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
721
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
722
722
  */
723
723
  async cancelOrder(id, symbol = undefined, params = {}) {
724
724
  if (symbol === undefined) {
@@ -748,7 +748,7 @@ class bitbns extends bitbns$1["default"] {
748
748
  * @param {string} id order id
749
749
  * @param {string} symbol unified symbol of the market the order was made in
750
750
  * @param {object} [params] extra parameters specific to the exchange API endpoint
751
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
751
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
752
752
  */
753
753
  async fetchOrder(id, symbol = undefined, params = {}) {
754
754
  if (symbol === undefined) {
@@ -805,7 +805,7 @@ class bitbns extends bitbns$1["default"] {
805
805
  * @param {int} [limit] the maximum number of open orders structures to retrieve
806
806
  * @param {object} [params] extra parameters specific to the exchange API endpoint
807
807
  * @param {boolean} [params.trigger] true if fetching trigger orders
808
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
808
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
809
809
  */
810
810
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
811
811
  if (symbol === undefined) {
@@ -935,7 +935,7 @@ class bitbns extends bitbns$1["default"] {
935
935
  * @param {int} [since] the earliest time in ms to fetch trades for
936
936
  * @param {int} [limit] the maximum number of trades structures to retrieve
937
937
  * @param {object} [params] extra parameters specific to the exchange API endpoint
938
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
938
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
939
939
  */
940
940
  async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
941
941
  if (symbol === undefined) {
@@ -1003,7 +1003,7 @@ class bitbns extends bitbns$1["default"] {
1003
1003
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
1004
1004
  * @param {int} [limit] the maximum amount of trades to fetch
1005
1005
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1006
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
1006
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
1007
1007
  */
1008
1008
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
1009
1009
  if (symbol === undefined) {
@@ -1033,7 +1033,7 @@ class bitbns extends bitbns$1["default"] {
1033
1033
  * @param {int} [since] the earliest time in ms to fetch deposits for
1034
1034
  * @param {int} [limit] the maximum number of deposits structures to retrieve
1035
1035
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1036
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1036
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1037
1037
  */
1038
1038
  async fetchDeposits(code = undefined, since = undefined, limit = undefined, params = {}) {
1039
1039
  if (code === undefined) {
@@ -1080,7 +1080,7 @@ class bitbns extends bitbns$1["default"] {
1080
1080
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
1081
1081
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
1082
1082
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1083
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1083
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1084
1084
  */
1085
1085
  async fetchWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
1086
1086
  if (code === undefined) {
@@ -1192,7 +1192,7 @@ class bitbns extends bitbns$1["default"] {
1192
1192
  * @description fetch the deposit address for a currency associated with this account
1193
1193
  * @param {string} code unified currency code
1194
1194
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1195
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
1195
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
1196
1196
  */
1197
1197
  async fetchDepositAddress(code, params = {}) {
1198
1198
  await this.loadMarkets();
@@ -580,7 +580,7 @@ class bitfinex extends bitfinex$1["default"] {
580
580
  * @description the latest known information on the availability of the exchange API
581
581
  * @see https://docs.bitfinex.com/reference/rest-public-platform-status
582
582
  * @param {object} [params] extra parameters specific to the exchange API endpoint
583
- * @returns {object} a [status structure]{@link https://docs.ccxt.com/#/?id=exchange-status-structure}
583
+ * @returns {object} a [status structure]{@link https://docs.ccxt.com/?id=exchange-status-structure}
584
584
  */
585
585
  async fetchStatus(params = {}) {
586
586
  //
@@ -941,7 +941,7 @@ class bitfinex extends bitfinex$1["default"] {
941
941
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
942
942
  * @see https://docs.bitfinex.com/reference/rest-auth-wallets
943
943
  * @param {object} [params] extra parameters specific to the exchange API endpoint
944
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
944
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
945
945
  */
946
946
  async fetchBalance(params = {}) {
947
947
  // this api call does not return the 'used' amount - use the v1 version instead (which also returns zero balances)
@@ -990,7 +990,7 @@ class bitfinex extends bitfinex$1["default"] {
990
990
  * @param {string} fromAccount account to transfer from
991
991
  * @param {string} toAccount account to transfer to
992
992
  * @param {object} [params] extra parameters specific to the exchange API endpoint
993
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
993
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
994
994
  */
995
995
  async transfer(code, amount, fromAccount, toAccount, params = {}) {
996
996
  // transferring between derivatives wallet and regular wallet is not documented in their API
@@ -1135,7 +1135,7 @@ class bitfinex extends bitfinex$1["default"] {
1135
1135
  * @param {string} symbol unified symbol of the market to fetch the order book for
1136
1136
  * @param {int} [limit] the maximum amount of order book entries to return, bitfinex only allows 1, 25, or 100
1137
1137
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1138
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
1138
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
1139
1139
  */
1140
1140
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
1141
1141
  await this.loadMarkets();
@@ -1290,7 +1290,7 @@ class bitfinex extends bitfinex$1["default"] {
1290
1290
  * @see https://docs.bitfinex.com/reference/rest-public-tickers
1291
1291
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
1292
1292
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1293
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
1293
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
1294
1294
  */
1295
1295
  async fetchTickers(symbols = undefined, params = {}) {
1296
1296
  await this.loadMarkets();
@@ -1352,7 +1352,7 @@ class bitfinex extends bitfinex$1["default"] {
1352
1352
  * @see https://docs.bitfinex.com/reference/rest-public-ticker
1353
1353
  * @param {string} symbol unified symbol of the market to fetch the ticker for
1354
1354
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1355
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
1355
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
1356
1356
  */
1357
1357
  async fetchTicker(symbol, params = {}) {
1358
1358
  await this.loadMarkets();
@@ -1458,7 +1458,7 @@ class bitfinex extends bitfinex$1["default"] {
1458
1458
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1459
1459
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1460
1460
  * @param {int} [params.until] the latest time in ms to fetch entries for
1461
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
1461
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
1462
1462
  */
1463
1463
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
1464
1464
  await this.loadMarkets();
@@ -1789,7 +1789,7 @@ class bitfinex extends bitfinex$1["default"] {
1789
1789
  * @param {string} [params.price_aux_limit] order price for stop limit orders
1790
1790
  * @param {string} [params.price_oco_stop] OCO stop price
1791
1791
  * @param {string} [params.trailingAmount] *swap only* the quote amount to trail away from the current market price
1792
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1792
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1793
1793
  */
1794
1794
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
1795
1795
  await this.loadMarkets();
@@ -1861,7 +1861,7 @@ class bitfinex extends bitfinex$1["default"] {
1861
1861
  * @see https://docs.bitfinex.com/reference/rest-auth-order-multi
1862
1862
  * @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
1863
1863
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1864
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1864
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1865
1865
  */
1866
1866
  async createOrders(orders, params = {}) {
1867
1867
  await this.loadMarkets();
@@ -1922,7 +1922,7 @@ class bitfinex extends bitfinex$1["default"] {
1922
1922
  * @see https://docs.bitfinex.com/reference/rest-auth-cancel-orders-multiple
1923
1923
  * @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
1924
1924
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1925
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1925
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1926
1926
  */
1927
1927
  async cancelAllOrders(symbol = undefined, params = {}) {
1928
1928
  await this.loadMarkets();
@@ -1945,7 +1945,7 @@ class bitfinex extends bitfinex$1["default"] {
1945
1945
  * @param {string} id order id
1946
1946
  * @param {string} symbol Not used by bitfinex cancelOrder ()
1947
1947
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1948
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1948
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1949
1949
  */
1950
1950
  async cancelOrder(id, symbol = undefined, params = {}) {
1951
1951
  await this.loadMarkets();
@@ -1984,7 +1984,7 @@ class bitfinex extends bitfinex$1["default"] {
1984
1984
  * @param {string[]} ids order ids
1985
1985
  * @param {string} symbol unified market symbol, default is undefined
1986
1986
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1987
- * @returns {object} an array of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1987
+ * @returns {object} an array of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1988
1988
  */
1989
1989
  async cancelOrders(ids, symbol = undefined, params = {}) {
1990
1990
  await this.loadMarkets();
@@ -2067,7 +2067,7 @@ class bitfinex extends bitfinex$1["default"] {
2067
2067
  * @param {string} id order id
2068
2068
  * @param {string} symbol unified market symbol, default is undefined
2069
2069
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2070
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
2070
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
2071
2071
  */
2072
2072
  async fetchOpenOrder(id, symbol = undefined, params = {}) {
2073
2073
  const request = {
@@ -2089,7 +2089,7 @@ class bitfinex extends bitfinex$1["default"] {
2089
2089
  * @param {string} id order id
2090
2090
  * @param {string} symbol unified market symbol, default is undefined
2091
2091
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2092
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
2092
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
2093
2093
  */
2094
2094
  async fetchClosedOrder(id, symbol = undefined, params = {}) {
2095
2095
  const request = {
@@ -2112,7 +2112,7 @@ class bitfinex extends bitfinex$1["default"] {
2112
2112
  * @param {int} [since] the earliest time in ms to fetch open orders for
2113
2113
  * @param {int} [limit] the maximum number of open orders structures to retrieve
2114
2114
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2115
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
2115
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
2116
2116
  */
2117
2117
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
2118
2118
  await this.loadMarkets();
@@ -2183,7 +2183,7 @@ class bitfinex extends bitfinex$1["default"] {
2183
2183
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2184
2184
  * @param {int} [params.until] the latest time in ms to fetch entries for
2185
2185
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
2186
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
2186
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
2187
2187
  */
2188
2188
  async fetchClosedOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
2189
2189
  // returns the most recent closed or canceled orders up to circa two weeks ago
@@ -2265,7 +2265,7 @@ class bitfinex extends bitfinex$1["default"] {
2265
2265
  * @param {int} [since] the earliest time in ms to fetch trades for
2266
2266
  * @param {int} [limit] the maximum number of trades to retrieve
2267
2267
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2268
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
2268
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
2269
2269
  */
2270
2270
  async fetchOrderTrades(id, symbol = undefined, since = undefined, limit = undefined, params = {}) {
2271
2271
  if (symbol === undefined) {
@@ -2296,7 +2296,7 @@ class bitfinex extends bitfinex$1["default"] {
2296
2296
  * @param {int} [since] the earliest time in ms to fetch trades for
2297
2297
  * @param {int} [limit] the maximum number of trades structures to retrieve
2298
2298
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2299
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
2299
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
2300
2300
  */
2301
2301
  async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
2302
2302
  await this.loadMarkets();
@@ -2332,7 +2332,7 @@ class bitfinex extends bitfinex$1["default"] {
2332
2332
  * @see https://docs.bitfinex.com/reference/rest-auth-deposit-address
2333
2333
  * @param {string} code unified currency code of the currency for the deposit address
2334
2334
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2335
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
2335
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
2336
2336
  */
2337
2337
  async createDepositAddress(code, params = {}) {
2338
2338
  await this.loadMarkets();
@@ -2348,7 +2348,7 @@ class bitfinex extends bitfinex$1["default"] {
2348
2348
  * @see https://docs.bitfinex.com/reference/rest-auth-deposit-address
2349
2349
  * @param {string} code unified currency code
2350
2350
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2351
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
2351
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
2352
2352
  */
2353
2353
  async fetchDepositAddress(code, params = {}) {
2354
2354
  await this.loadMarkets();
@@ -2565,7 +2565,7 @@ class bitfinex extends bitfinex$1["default"] {
2565
2565
  * @description fetch the trading fees for multiple markets
2566
2566
  * @see https://docs.bitfinex.com/reference/rest-auth-summary
2567
2567
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2568
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
2568
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
2569
2569
  */
2570
2570
  async fetchTradingFees(params = {}) {
2571
2571
  await this.loadMarkets();
@@ -2683,7 +2683,7 @@ class bitfinex extends bitfinex$1["default"] {
2683
2683
  * @param {int} [since] timestamp in ms of the earliest deposit/withdrawal, default is undefined
2684
2684
  * @param {int} [limit] max number of deposit/withdrawals to return, default is undefined
2685
2685
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2686
- * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2686
+ * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
2687
2687
  */
2688
2688
  async fetchDepositsWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
2689
2689
  await this.loadMarkets();
@@ -2744,7 +2744,7 @@ class bitfinex extends bitfinex$1["default"] {
2744
2744
  * @param {string} address the address to withdraw to
2745
2745
  * @param {string} tag
2746
2746
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2747
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2747
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
2748
2748
  */
2749
2749
  async withdraw(code, amount, address, tag = undefined, params = {}) {
2750
2750
  this.checkAddress(address);
@@ -2828,7 +2828,7 @@ class bitfinex extends bitfinex$1["default"] {
2828
2828
  * @see https://docs.bitfinex.com/reference/rest-auth-positions
2829
2829
  * @param {string[]|undefined} symbols list of unified market symbols
2830
2830
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2831
- * @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
2831
+ * @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/?id=position-structure}
2832
2832
  */
2833
2833
  async fetchPositions(symbols = undefined, params = {}) {
2834
2834
  await this.loadMarkets();
@@ -3092,7 +3092,7 @@ class bitfinex extends bitfinex$1["default"] {
3092
3092
  * @param {object} [params] extra parameters specific to the exchange API endpoint
3093
3093
  * @param {int} [params.until] timestamp in ms of the latest ledger entry
3094
3094
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
3095
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
3095
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
3096
3096
  */
3097
3097
  async fetchLedger(code = undefined, since = undefined, limit = undefined, params = {}) {
3098
3098
  await this.loadMarkets();
@@ -3148,7 +3148,7 @@ class bitfinex extends bitfinex$1["default"] {
3148
3148
  * @see https://docs.bitfinex.com/reference/rest-public-derivatives-status
3149
3149
  * @param {string[]} symbols list of unified market symbols
3150
3150
  * @param {object} [params] extra parameters specific to the exchange API endpoint
3151
- * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
3151
+ * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-structure}
3152
3152
  */
3153
3153
  async fetchFundingRates(symbols = undefined, params = {}) {
3154
3154
  if (symbols === undefined) {
@@ -3203,7 +3203,7 @@ class bitfinex extends bitfinex$1["default"] {
3203
3203
  * @param {object} [params] extra parameters specific to the exchange API endpoint
3204
3204
  * @param {int} [params.until] timestamp in ms of the latest funding rate
3205
3205
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
3206
- * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
3206
+ * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/?id=funding-rate-structure}
3207
3207
  */
3208
3208
  async fetchFundingRateHistory(symbol = undefined, since = undefined, limit = undefined, params = {}) {
3209
3209
  if (symbol === undefined) {
@@ -3380,7 +3380,7 @@ class bitfinex extends bitfinex$1["default"] {
3380
3380
  * @see https://docs.bitfinex.com/reference/rest-public-derivatives-status
3381
3381
  * @param {string[]} [symbols] a list of unified CCXT market symbols
3382
3382
  * @param {object} [params] exchange specific parameters
3383
- * @returns {object[]} a list of [open interest structures]{@link https://docs.ccxt.com/#/?id=open-interest-structure}
3383
+ * @returns {object[]} a list of [open interest structures]{@link https://docs.ccxt.com/?id=open-interest-structure}
3384
3384
  */
3385
3385
  async fetchOpenInterests(symbols = undefined, params = {}) {
3386
3386
  await this.loadMarkets();
@@ -3432,7 +3432,7 @@ class bitfinex extends bitfinex$1["default"] {
3432
3432
  * @see https://docs.bitfinex.com/reference/rest-public-derivatives-status
3433
3433
  * @param {string} symbol unified CCXT market symbol
3434
3434
  * @param {object} [params] exchange specific parameters
3435
- * @returns {object} an [open interest structure]{@link https://docs.ccxt.com/#/?id=open-interest-structure}
3435
+ * @returns {object} an [open interest structure]{@link https://docs.ccxt.com/?id=open-interest-structure}
3436
3436
  */
3437
3437
  async fetchOpenInterest(symbol, params = {}) {
3438
3438
  await this.loadMarkets();
@@ -3486,7 +3486,7 @@ class bitfinex extends bitfinex$1["default"] {
3486
3486
  * @param {object} [params] exchange specific parameters
3487
3487
  * @param {int} [params.until] the time in ms of the latest record to retrieve as a unix timestamp
3488
3488
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
3489
- * @returns An array of [open interest structures]{@link https://docs.ccxt.com/#/?id=open-interest-structure}
3489
+ * @returns An array of [open interest structures]{@link https://docs.ccxt.com/?id=open-interest-structure}
3490
3490
  */
3491
3491
  async fetchOpenInterestHistory(symbol, timeframe = '1m', since = undefined, limit = undefined, params = {}) {
3492
3492
  await this.loadMarkets();
@@ -3621,7 +3621,7 @@ class bitfinex extends bitfinex$1["default"] {
3621
3621
  * @param {object} [params] exchange specific parameters
3622
3622
  * @param {int} [params.until] timestamp in ms of the latest liquidation
3623
3623
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
3624
- * @returns {object} an array of [liquidation structures]{@link https://docs.ccxt.com/#/?id=liquidation-structure}
3624
+ * @returns {object} an array of [liquidation structures]{@link https://docs.ccxt.com/?id=liquidation-structure}
3625
3625
  */
3626
3626
  async fetchLiquidations(symbol, since = undefined, limit = undefined, params = {}) {
3627
3627
  await this.loadMarkets();
@@ -3768,7 +3768,7 @@ class bitfinex extends bitfinex$1["default"] {
3768
3768
  * @param {string} id the order id
3769
3769
  * @param {string} [symbol] unified symbol of the market the order was made in
3770
3770
  * @param {object} [params] extra parameters specific to the exchange API endpoint
3771
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
3771
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
3772
3772
  */
3773
3773
  async fetchOrder(id, symbol = undefined, params = {}) {
3774
3774
  await this.loadMarkets();
@@ -3846,7 +3846,7 @@ class bitfinex extends bitfinex$1["default"] {
3846
3846
  * @param {int} [params.leverage] leverage for a derivative order, supported by derivative symbol orders only, the value should be between 1 and 100 inclusive
3847
3847
  * @param {int} [params.clientOrderId] a unique client order id for the order
3848
3848
  * @param {float} [params.trailingAmount] *swap only* the quote amount to trail away from the current market price
3849
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
3849
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
3850
3850
  */
3851
3851
  async editOrder(id, symbol, type, side, amount = undefined, price = undefined, params = {}) {
3852
3852
  await this.loadMarkets();