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/bybit.d.ts CHANGED
@@ -79,7 +79,7 @@ export default class bybit extends Exchange {
79
79
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
80
80
  * @param {string} symbol unified symbol of the market to fetch the ticker for
81
81
  * @param {object} [params] extra parameters specific to the exchange API endpoint
82
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
82
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
83
83
  */
84
84
  fetchTicker(symbol: string, params?: {}): Promise<Ticker>;
85
85
  /**
@@ -91,7 +91,7 @@ export default class bybit extends Exchange {
91
91
  * @param {object} [params] extra parameters specific to the exchange API endpoint
92
92
  * @param {string} [params.subType] *contract only* 'linear', 'inverse'
93
93
  * @param {string} [params.baseCoin] *option only* base coin, default is 'BTC'
94
- * @returns {object} an array of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
94
+ * @returns {object} an array of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
95
95
  */
96
96
  fetchTickers(symbols?: Strings, params?: {}): Promise<Tickers>;
97
97
  /**
@@ -103,7 +103,7 @@ export default class bybit extends Exchange {
103
103
  * @param {object} [params] extra parameters specific to the exchange API endpoint
104
104
  * @param {string} [params.subType] *contract only* 'linear', 'inverse'
105
105
  * @param {string} [params.baseCoin] *option only* base coin, default is 'BTC'
106
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
106
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
107
107
  */
108
108
  fetchBidsAsks(symbols?: Strings, params?: {}): Promise<Tickers>;
109
109
  parseOHLCV(ohlcv: any, market?: Market): OHLCV;
@@ -133,7 +133,7 @@ export default class bybit extends Exchange {
133
133
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
134
134
  * @param {string[]} symbols unified symbols of the markets to fetch the funding rates for, all market funding rates are returned if not assigned
135
135
  * @param {object} [params] extra parameters specific to the exchange API endpoint
136
- * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
136
+ * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-structure}
137
137
  */
138
138
  fetchFundingRates(symbols?: Strings, params?: {}): Promise<FundingRates>;
139
139
  /**
@@ -143,11 +143,11 @@ export default class bybit extends Exchange {
143
143
  * @see https://bybit-exchange.github.io/docs/v5/market/history-fund-rate
144
144
  * @param {string} symbol unified symbol of the market to fetch the funding rate history for
145
145
  * @param {int} [since] timestamp in ms of the earliest funding rate to fetch
146
- * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure} to fetch
146
+ * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure} to fetch
147
147
  * @param {object} [params] extra parameters specific to the exchange API endpoint
148
148
  * @param {int} [params.until] timestamp in ms of the latest funding rate
149
149
  * @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)
150
- * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure}
150
+ * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure}
151
151
  */
152
152
  fetchFundingRateHistory(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<FundingRateHistory[]>;
153
153
  parseTrade(trade: Dict, market?: Market): Trade;
@@ -162,7 +162,7 @@ export default class bybit extends Exchange {
162
162
  * @param {object} [params] extra parameters specific to the exchange API endpoint
163
163
  * @param {string} [params.type] market type, ['swap', 'option', 'spot']
164
164
  * @param {string} [params.subType] market subType, ['linear', 'inverse']
165
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
165
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
166
166
  */
167
167
  fetchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
168
168
  /**
@@ -173,7 +173,7 @@ export default class bybit extends Exchange {
173
173
  * @param {string} symbol unified symbol of the market to fetch the order book for
174
174
  * @param {int} [limit] the maximum amount of order book entries to return
175
175
  * @param {object} [params] extra parameters specific to the exchange API endpoint
176
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
176
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
177
177
  */
178
178
  fetchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
179
179
  parseBalance(response: any): Balances;
@@ -186,7 +186,7 @@ export default class bybit extends Exchange {
186
186
  * @see https://bybit-exchange.github.io/docs/v5/account/wallet-balance
187
187
  * @param {object} [params] extra parameters specific to the exchange API endpoint
188
188
  * @param {string} [params.type] wallet type, ['spot', 'swap', 'funding']
189
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
189
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
190
190
  */
191
191
  fetchBalance(params?: {}): Promise<Balances>;
192
192
  parseOrderStatus(status: Str): string;
@@ -200,7 +200,7 @@ export default class bybit extends Exchange {
200
200
  * @param {string} symbol unified symbol of the market to create an order in
201
201
  * @param {float} cost how much you want to trade in units of the quote currency
202
202
  * @param {object} [params] extra parameters specific to the exchange API endpoint
203
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
203
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
204
204
  */
205
205
  createMarketBuyOrderWithCost(symbol: string, cost: number, params?: {}): Promise<Order>;
206
206
  /**
@@ -211,7 +211,7 @@ export default class bybit extends Exchange {
211
211
  * @param {string} symbol unified symbol of the market to create an order in
212
212
  * @param {float} cost how much you want to trade in units of the quote currency
213
213
  * @param {object} [params] extra parameters specific to the exchange API endpoint
214
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
214
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
215
215
  */
216
216
  createMarketSellOrderWithCost(symbol: string, cost: number, params?: {}): Promise<Order>;
217
217
  /**
@@ -247,7 +247,7 @@ export default class bybit extends Exchange {
247
247
  * @param {string} [params.trailingAmount] the quote amount to trail away from the current market price
248
248
  * @param {string} [params.trailingTriggerPrice] the price to trigger a trailing order, default uses the price argument
249
249
  * @param {boolean} [params.tradingStopEndpoint] whether to enforce using the tradingStop (https://bybit-exchange.github.io/docs/v5/position/trading-stop) endpoint, makes difference when submitting single tp/sl order
250
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
250
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
251
251
  */
252
252
  createOrder(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): Promise<Order>;
253
253
  createOrderRequest(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}, isUTA?: boolean): any;
@@ -258,7 +258,7 @@ export default class bybit extends Exchange {
258
258
  * @see https://bybit-exchange.github.io/docs/v5/order/batch-place
259
259
  * @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
260
260
  * @param {object} [params] extra parameters specific to the exchange API endpoint
261
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
261
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
262
262
  */
263
263
  createOrders(orders: OrderRequest[], params?: {}): Promise<Order[]>;
264
264
  editOrderRequest(id: string, symbol: string, type: OrderType, side: OrderSide, amount?: Num, price?: Num, params?: {}): Dict;
@@ -287,7 +287,7 @@ export default class bybit extends Exchange {
287
287
  * @param {string} [params.triggerBy] 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for triggerPrice
288
288
  * @param {string} [params.slTriggerBy] 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for stopLoss
289
289
  * @param {string} [params.tpTriggerby] 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for takeProfit
290
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
290
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
291
291
  */
292
292
  editOrder(id: string, symbol: string, type: OrderType, side: OrderSide, amount?: Num, price?: Num, params?: {}): Promise<Order>;
293
293
  /**
@@ -297,7 +297,7 @@ export default class bybit extends Exchange {
297
297
  * @see https://bybit-exchange.github.io/docs/v5/order/batch-amend
298
298
  * @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
299
299
  * @param {object} [params] extra parameters specific to the exchange API endpoint
300
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
300
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
301
301
  */
302
302
  editOrders(orders: OrderRequest[], params?: {}): Promise<Order[]>;
303
303
  cancelOrderRequest(id: string, symbol?: Str, params?: {}): any;
@@ -312,7 +312,7 @@ export default class bybit extends Exchange {
312
312
  * @param {boolean} [params.trigger] *spot only* whether the order is a trigger order
313
313
  * @param {boolean} [params.stop] alias for trigger
314
314
  * @param {string} [params.orderFilter] *spot only* 'Order' or 'StopOrder' or 'tpslOrder'
315
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
315
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
316
316
  */
317
317
  cancelOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
318
318
  /**
@@ -324,7 +324,7 @@ export default class bybit extends Exchange {
324
324
  * @param {string} symbol unified symbol of the market the order was made in
325
325
  * @param {object} [params] extra parameters specific to the exchange API endpoint
326
326
  * @param {string[]} [params.clientOrderIds] client order ids
327
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
327
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
328
328
  */
329
329
  cancelOrders(ids: string[], symbol?: Str, params?: {}): Promise<Order[]>;
330
330
  /**
@@ -345,7 +345,7 @@ export default class bybit extends Exchange {
345
345
  * @see https://bybit-exchange.github.io/docs/v5/order/batch-cancel
346
346
  * @param {CancellationRequest[]} orders list of order ids with symbol, example [{"id": "a", "symbol": "BTC/USDT"}, {"id": "b", "symbol": "ETH/USDT"}]
347
347
  * @param {object} [params] extra parameters specific to the exchange API endpoint
348
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
348
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
349
349
  */
350
350
  cancelOrdersForSymbols(orders: CancellationRequest[], params?: {}): Promise<Order[]>;
351
351
  /**
@@ -361,7 +361,7 @@ export default class bybit extends Exchange {
361
361
  * @param {string} [params.subType] market subType, ['linear', 'inverse']
362
362
  * @param {string} [params.baseCoin] Base coin. Supports linear, inverse & option
363
363
  * @param {string} [params.settleCoin] Settle coin. Supports linear, inverse & option
364
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
364
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
365
365
  */
366
366
  cancelAllOrders(symbol?: Str, params?: {}): Promise<Order[]>;
367
367
  /**
@@ -372,7 +372,7 @@ export default class bybit extends Exchange {
372
372
  * @param {string} id the order id
373
373
  * @param {string} symbol unified symbol of the market the order was made in
374
374
  * @param {object} [params] extra parameters specific to the exchange API endpoint
375
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
375
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
376
376
  */
377
377
  fetchOrderClassic(id: string, symbol?: Str, params?: {}): Promise<Order>;
378
378
  /**
@@ -384,7 +384,7 @@ export default class bybit extends Exchange {
384
384
  * @param {string} symbol unified symbol of the market the order was made in
385
385
  * @param {object} [params] extra parameters specific to the exchange API endpoint
386
386
  * @param {object} [params.acknowledged] to suppress the warning, set to true
387
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
387
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
388
388
  */
389
389
  fetchOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
390
390
  fetchOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
@@ -404,7 +404,7 @@ export default class bybit extends Exchange {
404
404
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
405
405
  * @param {int} [params.until] the latest time in ms to fetch entries for
406
406
  * @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)
407
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
407
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
408
408
  */
409
409
  fetchOrdersClassic(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
410
410
  /**
@@ -420,7 +420,7 @@ export default class bybit extends Exchange {
420
420
  * @param {string} [params.type] market type, ['swap', 'option', 'spot']
421
421
  * @param {string} [params.subType] market subType, ['linear', 'inverse']
422
422
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
423
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
423
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
424
424
  */
425
425
  fetchClosedOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
426
426
  /**
@@ -438,7 +438,7 @@ export default class bybit extends Exchange {
438
438
  * @param {string} [params.baseCoin] Base coin. Supports linear, inverse & option
439
439
  * @param {string} [params.settleCoin] Settle coin. Supports linear, inverse & option
440
440
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
441
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
441
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
442
442
  */
443
443
  fetchOpenOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
444
444
  /**
@@ -457,7 +457,7 @@ export default class bybit extends Exchange {
457
457
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
458
458
  * @param {int} [params.until] the latest time in ms to fetch entries for
459
459
  * @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)
460
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
460
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
461
461
  */
462
462
  fetchCanceledAndClosedOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
463
463
  /**
@@ -476,7 +476,7 @@ export default class bybit extends Exchange {
476
476
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
477
477
  * @param {int} [params.until] the latest time in ms to fetch entries for
478
478
  * @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)
479
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
479
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
480
480
  */
481
481
  fetchClosedOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
482
482
  /**
@@ -495,7 +495,7 @@ export default class bybit extends Exchange {
495
495
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
496
496
  * @param {int} [params.until] the latest time in ms to fetch entries for
497
497
  * @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)
498
- * @returns {object} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
498
+ * @returns {object} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
499
499
  */
500
500
  fetchCanceledOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
501
501
  /**
@@ -515,7 +515,7 @@ export default class bybit extends Exchange {
515
515
  * @param {string} [params.settleCoin] Settle coin. Supports linear, inverse & option
516
516
  * @param {string} [params.orderFilter] 'Order' or 'StopOrder' or 'tpslOrder'
517
517
  * @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)
518
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
518
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
519
519
  */
520
520
  fetchOpenOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
521
521
  /**
@@ -528,7 +528,7 @@ export default class bybit extends Exchange {
528
528
  * @param {int} [since] the earliest time in ms to fetch trades for
529
529
  * @param {int} [limit] the maximum number of trades to retrieve
530
530
  * @param {object} [params] extra parameters specific to the exchange API endpoint
531
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
531
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
532
532
  */
533
533
  fetchOrderTrades(id: string, symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
534
534
  /**
@@ -543,7 +543,7 @@ export default class bybit extends Exchange {
543
543
  * @param {string} [params.type] market type, ['swap', 'option', 'spot']
544
544
  * @param {string} [params.subType] market subType, ['linear', 'inverse']
545
545
  * @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)
546
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
546
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
547
547
  */
548
548
  fetchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
549
549
  parseDepositAddress(depositAddress: any, currency?: Currency): DepositAddress;
@@ -554,7 +554,7 @@ export default class bybit extends Exchange {
554
554
  * @see https://bybit-exchange.github.io/docs/v5/asset/master-deposit-addr
555
555
  * @param {string} code unified currency code of the currency for the deposit address
556
556
  * @param {object} [params] extra parameters specific to the exchange API endpoint
557
- * @returns {object} a dictionary of [address structures]{@link https://docs.ccxt.com/#/?id=address-structure} indexed by the network
557
+ * @returns {object} a dictionary of [address structures]{@link https://docs.ccxt.com/?id=address-structure} indexed by the network
558
558
  */
559
559
  fetchDepositAddressesByNetwork(code: string, params?: {}): Promise<DepositAddress[]>;
560
560
  /**
@@ -564,7 +564,7 @@ export default class bybit extends Exchange {
564
564
  * @see https://bybit-exchange.github.io/docs/v5/asset/master-deposit-addr
565
565
  * @param {string} code unified currency code
566
566
  * @param {object} [params] extra parameters specific to the exchange API endpoint
567
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
567
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/?id=address-structure}
568
568
  */
569
569
  fetchDepositAddress(code: string, params?: {}): Promise<DepositAddress>;
570
570
  /**
@@ -580,7 +580,7 @@ export default class bybit extends Exchange {
580
580
  * EXCHANGE SPECIFIC PARAMETERS
581
581
  * @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)
582
582
  * @param {string} [params.cursor] used for pagination
583
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
583
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
584
584
  */
585
585
  fetchDeposits(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
586
586
  /**
@@ -594,7 +594,7 @@ export default class bybit extends Exchange {
594
594
  * @param {object} [params] extra parameters specific to the exchange API endpoint
595
595
  * @param {int} [params.until] the latest time in ms to fetch entries for
596
596
  * @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)
597
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
597
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
598
598
  */
599
599
  fetchWithdrawals(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
600
600
  parseTransactionStatus(status: Str): string;
@@ -611,7 +611,7 @@ export default class bybit extends Exchange {
611
611
  * @param {object} [params] extra parameters specific to the exchange API endpoint
612
612
  * @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)
613
613
  * @param {string} [params.subType] if inverse will use v5/account/contract-transaction-log
614
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
614
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
615
615
  */
616
616
  fetchLedger(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<LedgerEntry[]>;
617
617
  parseLedgerEntry(item: Dict, currency?: Currency): LedgerEntry;
@@ -627,7 +627,7 @@ export default class bybit extends Exchange {
627
627
  * @param {string} tag
628
628
  * @param {object} [params] extra parameters specific to the exchange API endpoint
629
629
  * @param {string} [params.accountType] 'UTA', 'FUND', 'FUND,UTA', and 'SPOT (for classic accounts only)
630
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
630
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/?id=transaction-structure}
631
631
  */
632
632
  withdraw(code: string, amount: number, address: string, tag?: Str, params?: {}): Promise<Transaction>;
633
633
  /**
@@ -637,7 +637,7 @@ export default class bybit extends Exchange {
637
637
  * @see https://bybit-exchange.github.io/docs/v5/position
638
638
  * @param {string} symbol unified market symbol of the market the position is held in, default is undefined
639
639
  * @param {object} [params] extra parameters specific to the exchange API endpoint
640
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
640
+ * @returns {object} a [position structure]{@link https://docs.ccxt.com/?id=position-structure}
641
641
  */
642
642
  fetchPosition(symbol: string, params?: {}): Promise<Position>;
643
643
  /**
@@ -652,7 +652,7 @@ export default class bybit extends Exchange {
652
652
  * @param {string} [params.baseCoin] Base coin. Supports linear, inverse & option
653
653
  * @param {string} [params.settleCoin] Settle coin. Supports linear, inverse & option
654
654
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times
655
- * @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
655
+ * @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/?id=position-structure}
656
656
  */
657
657
  fetchPositions(symbols?: Strings, params?: {}): Promise<Position[]>;
658
658
  parsePosition(position: Dict, market?: Market): Position;
@@ -663,7 +663,7 @@ export default class bybit extends Exchange {
663
663
  * @see https://bybit-exchange.github.io/docs/v5/position
664
664
  * @param {string} symbol unified market symbol
665
665
  * @param {object} [params] extra parameters specific to the exchange API endpoint
666
- * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/#/?id=leverage-structure}
666
+ * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure}
667
667
  */
668
668
  fetchLeverage(symbol: string, params?: {}): Promise<Leverage>;
669
669
  parseLeverage(leverage: Dict, market?: Market): Leverage;
@@ -714,7 +714,7 @@ export default class bybit extends Exchange {
714
714
  * @param {object} [params] exchange specific parameters
715
715
  * @param {string} [params.interval] 5m, 15m, 30m, 1h, 4h, 1d
716
716
  * @param {string} [params.category] "linear" or "inverse"
717
- * @returns {object} an open interest structure{@link https://docs.ccxt.com/#/?id=open-interest-structure}
717
+ * @returns {object} an open interest structure{@link https://docs.ccxt.com/?id=open-interest-structure}
718
718
  */
719
719
  fetchOpenInterest(symbol: string, params?: {}): Promise<OpenInterest>;
720
720
  /**
@@ -739,7 +739,7 @@ export default class bybit extends Exchange {
739
739
  * @see https://bybit-exchange.github.io/docs/zh-TW/v5/spot-margin-normal/interest-quota
740
740
  * @param {string} code unified currency code
741
741
  * @param {object} [params] extra parameters specific to the exchange API endpoint
742
- * @returns {object} a [borrow rate structure]{@link https://docs.ccxt.com/#/?id=borrow-rate-structure}
742
+ * @returns {object} a [borrow rate structure]{@link https://docs.ccxt.com/?id=borrow-rate-structure}
743
743
  */
744
744
  fetchCrossBorrowRate(code: string, params?: {}): Promise<CrossBorrowRate>;
745
745
  parseBorrowRate(info: any, currency?: Currency): {
@@ -760,7 +760,7 @@ export default class bybit extends Exchange {
760
760
  * @param {number} [since] the earliest time in ms to fetch borrrow interest for
761
761
  * @param {number} [limit] the maximum number of structures to retrieve
762
762
  * @param {object} [params] extra parameters specific to the exchange API endpoint
763
- * @returns {object[]} a list of [borrow interest structures]{@link https://docs.ccxt.com/#/?id=borrow-interest-structure}
763
+ * @returns {object[]} a list of [borrow interest structures]{@link https://docs.ccxt.com/?id=borrow-interest-structure}
764
764
  */
765
765
  fetchBorrowInterest(code?: Str, symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<BorrowInterest[]>;
766
766
  /**
@@ -770,10 +770,10 @@ export default class bybit extends Exchange {
770
770
  * @see https://bybit-exchange.github.io/docs/v5/spot-margin-uta/historical-interest
771
771
  * @param {string} code unified currency code
772
772
  * @param {int} [since] timestamp for the earliest borrow rate
773
- * @param {int} [limit] the maximum number of [borrow rate structures]{@link https://docs.ccxt.com/#/?id=borrow-rate-structure} to retrieve
773
+ * @param {int} [limit] the maximum number of [borrow rate structures]{@link https://docs.ccxt.com/?id=borrow-rate-structure} to retrieve
774
774
  * @param {object} [params] extra parameters specific to the exchange API endpoint
775
775
  * @param {int} [params.until] the latest time in ms to fetch entries for
776
- * @returns {object[]} an array of [borrow rate structures]{@link https://docs.ccxt.com/#/?id=borrow-rate-structure}
776
+ * @returns {object[]} an array of [borrow rate structures]{@link https://docs.ccxt.com/?id=borrow-rate-structure}
777
777
  */
778
778
  fetchBorrowRateHistory(code: string, since?: Int, limit?: Int, params?: {}): Promise<any>;
779
779
  parseBorrowInterest(info: Dict, market?: Market): BorrowInterest;
@@ -788,7 +788,7 @@ export default class bybit extends Exchange {
788
788
  * @param {string} toAccount account to transfer to
789
789
  * @param {object} [params] extra parameters specific to the exchange API endpoint
790
790
  * @param {string} [params.transferId] UUID, which is unique across the platform
791
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
791
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
792
792
  */
793
793
  transfer(code: string, amount: number, fromAccount: string, toAccount: string, params?: {}): Promise<TransferEntry>;
794
794
  /**
@@ -802,7 +802,7 @@ export default class bybit extends Exchange {
802
802
  * @param {object} [params] extra parameters specific to the exchange API endpoint
803
803
  * @param {int} [params.until] the latest time in ms to fetch entries for
804
804
  * @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)
805
- * @returns {object[]} a list of [transfer structures]{@link https://docs.ccxt.com/#/?id=transfer-structure}
805
+ * @returns {object[]} a list of [transfer structures]{@link https://docs.ccxt.com/?id=transfer-structure}
806
806
  */
807
807
  fetchTransfers(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<TransferEntry[]>;
808
808
  /**
@@ -813,7 +813,7 @@ export default class bybit extends Exchange {
813
813
  * @param {string} code unified currency code of the currency to borrow
814
814
  * @param {float} amount the amount to borrow
815
815
  * @param {object} [params] extra parameters specific to the exchange API endpoint
816
- * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/#/?id=margin-loan-structure}
816
+ * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/?id=margin-loan-structure}
817
817
  */
818
818
  borrowCrossMargin(code: string, amount: number, params?: {}): Promise<Dict>;
819
819
  /**
@@ -824,7 +824,7 @@ export default class bybit extends Exchange {
824
824
  * @param {string} code unified currency code of the currency to repay
825
825
  * @param {float} amount the amount to repay
826
826
  * @param {object} [params] extra parameters specific to the exchange API endpoint
827
- * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/#/?id=margin-loan-structure}
827
+ * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/?id=margin-loan-structure}
828
828
  */
829
829
  repayCrossMargin(code: string, amount: any, params?: {}): Promise<any>;
830
830
  parseMarginLoan(info: any, currency?: Currency): Dict;
@@ -838,7 +838,7 @@ export default class bybit extends Exchange {
838
838
  * @see https://bybit-exchange.github.io/docs/v5/market/risk-limit
839
839
  * @param {string} symbol unified market symbol
840
840
  * @param {object} [params] extra parameters specific to the exchange API endpoint
841
- * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
841
+ * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/?id=leverage-tiers-structure}
842
842
  */
843
843
  fetchMarketLeverageTiers(symbol: string, params?: {}): Promise<LeverageTier[]>;
844
844
  parseTradingFee(fee: Dict, market?: Market): TradingFeeInterface;
@@ -849,7 +849,7 @@ export default class bybit extends Exchange {
849
849
  * @see https://bybit-exchange.github.io/docs/v5/account/fee-rate
850
850
  * @param {string} symbol unified market symbol
851
851
  * @param {object} [params] extra parameters specific to the exchange API endpoint
852
- * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
852
+ * @returns {object} a [fee structure]{@link https://docs.ccxt.com/?id=fee-structure}
853
853
  */
854
854
  fetchTradingFee(symbol: string, params?: {}): Promise<TradingFeeInterface>;
855
855
  /**
@@ -859,7 +859,7 @@ export default class bybit extends Exchange {
859
859
  * @see https://bybit-exchange.github.io/docs/v5/account/fee-rate
860
860
  * @param {object} [params] extra parameters specific to the exchange API endpoint
861
861
  * @param {string} [params.type] market type, ['swap', 'option', 'spot']
862
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
862
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure} indexed by market symbols
863
863
  */
864
864
  fetchTradingFees(params?: {}): Promise<TradingFees>;
865
865
  parseDepositWithdrawFee(fee: any, currency?: Currency): any;
@@ -870,7 +870,7 @@ export default class bybit extends Exchange {
870
870
  * @see https://bybit-exchange.github.io/docs/v5/asset/coin-info
871
871
  * @param {string[]} codes list of unified currency codes
872
872
  * @param {object} [params] extra parameters specific to the exchange API endpoint
873
- * @returns {object} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
873
+ * @returns {object} a list of [fee structures]{@link https://docs.ccxt.com/?id=fee-structure}
874
874
  */
875
875
  fetchDepositWithdrawFees(codes?: Strings, params?: {}): Promise<any>;
876
876
  /**
@@ -917,7 +917,7 @@ export default class bybit extends Exchange {
917
917
  * @param {string} code unified currency code
918
918
  * @param {object} [params] extra parameters specific to the exchange API endpoint
919
919
  * @param {int} [params.period] the period in days to fetch the volatility for: 7,14,21,30,60,90,180,270
920
- * @returns {object[]} a list of [volatility history objects]{@link https://docs.ccxt.com/#/?id=volatility-structure}
920
+ * @returns {object[]} a list of [volatility history objects]{@link https://docs.ccxt.com/?id=volatility-structure}
921
921
  */
922
922
  fetchVolatilityHistory(code: string, params?: {}): Promise<any[]>;
923
923
  parseVolatilityHistory(volatility: any): any[];
@@ -928,7 +928,7 @@ export default class bybit extends Exchange {
928
928
  * @see https://bybit-exchange.github.io/docs/api-explorer/v5/market/tickers
929
929
  * @param {string} symbol unified symbol of the market to fetch greeks for
930
930
  * @param {object} [params] extra parameters specific to the exchange API endpoint
931
- * @returns {object} a [greeks structure]{@link https://docs.ccxt.com/#/?id=greeks-structure}
931
+ * @returns {object} a [greeks structure]{@link https://docs.ccxt.com/?id=greeks-structure}
932
932
  */
933
933
  fetchGreeks(symbol: string, params?: {}): Promise<Greeks>;
934
934
  /**
@@ -939,7 +939,7 @@ export default class bybit extends Exchange {
939
939
  * @param {string[]} [symbols] unified symbols of the markets to fetch greeks for, all markets are returned if not assigned
940
940
  * @param {object} [params] extra parameters specific to the exchange API endpoint
941
941
  * @param {string} [params.baseCoin] the baseCoin of the symbol, default is BTC
942
- * @returns {object} a [greeks structure]{@link https://docs.ccxt.com/#/?id=greeks-structure}
942
+ * @returns {object} a [greeks structure]{@link https://docs.ccxt.com/?id=greeks-structure}
943
943
  */
944
944
  fetchAllGreeks(symbols?: Strings, params?: {}): Promise<Greeks[]>;
945
945
  parseGreeks(greeks: Dict, market?: Market): Greeks;
@@ -955,7 +955,7 @@ export default class bybit extends Exchange {
955
955
  * @param {string} [params.type] market type, ['swap', 'option', 'spot']
956
956
  * @param {string} [params.subType] market subType, ['linear', 'inverse']
957
957
  * @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)
958
- * @returns {object} an array of [liquidation structures]{@link https://docs.ccxt.com/#/?id=liquidation-structure}
958
+ * @returns {object} an array of [liquidation structures]{@link https://docs.ccxt.com/?id=liquidation-structure}
959
959
  */
960
960
  fetchMyLiquidations(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Liquidation[]>;
961
961
  parseLiquidation(liquidation: any, market?: Market): Liquidation;
@@ -969,7 +969,7 @@ export default class bybit extends Exchange {
969
969
  * @param {object} [params] extra parameters specific to the exchange API endpoint
970
970
  * @param {string} [params.subType] market subType, ['linear', 'inverse'], default is 'linear'
971
971
  * @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)
972
- * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}, indexed by market symbols
972
+ * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/?id=leverage-tiers-structure}, indexed by market symbols
973
973
  */
974
974
  fetchLeverageTiers(symbols?: Strings, params?: {}): Promise<LeverageTiers>;
975
975
  parseLeverageTiers(response: any, symbols?: Strings, marketIdKey?: any): LeverageTiers;
@@ -984,7 +984,7 @@ export default class bybit extends Exchange {
984
984
  * @param {int} [limit] the maximum number of funding history structures to retrieve
985
985
  * @param {object} [params] extra parameters specific to the exchange API endpoint
986
986
  * @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)
987
- * @returns {object} a [funding history structure]{@link https://docs.ccxt.com/#/?id=funding-history-structure}
987
+ * @returns {object} a [funding history structure]{@link https://docs.ccxt.com/?id=funding-history-structure}
988
988
  */
989
989
  fetchFundingHistory(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<FundingHistory[]>;
990
990
  parseIncome(income: any, market?: Market): object;
@@ -995,7 +995,7 @@ export default class bybit extends Exchange {
995
995
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
996
996
  * @param {string} symbol unified market symbol
997
997
  * @param {object} [params] extra parameters specific to the exchange API endpoint
998
- * @returns {object} an [option chain structure]{@link https://docs.ccxt.com/#/?id=option-chain-structure}
998
+ * @returns {object} an [option chain structure]{@link https://docs.ccxt.com/?id=option-chain-structure}
999
999
  */
1000
1000
  fetchOption(symbol: string, params?: {}): Promise<Option>;
1001
1001
  /**
@@ -1005,7 +1005,7 @@ export default class bybit extends Exchange {
1005
1005
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
1006
1006
  * @param {string} code base currency to fetch an option chain for
1007
1007
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1008
- * @returns {object} a list of [option chain structures]{@link https://docs.ccxt.com/#/?id=option-chain-structure}
1008
+ * @returns {object} a list of [option chain structures]{@link https://docs.ccxt.com/?id=option-chain-structure}
1009
1009
  */
1010
1010
  fetchOptionChain(code: string, params?: {}): Promise<OptionChain>;
1011
1011
  parseOption(chain: Dict, currency?: Currency, market?: Market): Option;
@@ -1020,7 +1020,7 @@ export default class bybit extends Exchange {
1020
1020
  * @param {object} params extra parameters specific to the exchange api endpoint
1021
1021
  * @param {int} [params.until] timestamp in ms of the latest position to fetch, params["until"] - since <= 7 days
1022
1022
  * @param {string} [params.subType] 'linear' or 'inverse'
1023
- * @returns {object[]} a list of [position structures]{@link https://docs.ccxt.com/#/?id=position-structure}
1023
+ * @returns {object[]} a list of [position structures]{@link https://docs.ccxt.com/?id=position-structure}
1024
1024
  */
1025
1025
  fetchPositionsHistory(symbols?: Strings, since?: Int, limit?: Int, params?: {}): Promise<Position[]>;
1026
1026
  /**
@@ -1043,7 +1043,7 @@ export default class bybit extends Exchange {
1043
1043
  * @param {float} [amount] how much you want to trade in units of the from currency
1044
1044
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1045
1045
  * @param {string} [params.accountType] eb_convert_uta, eb_convert_spot, eb_convert_funding, eb_convert_inverse, or eb_convert_contract
1046
- * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/#/?id=conversion-structure}
1046
+ * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/?id=conversion-structure}
1047
1047
  */
1048
1048
  fetchConvertQuote(fromCode: string, toCode: string, amount?: Num, params?: {}): Promise<Conversion>;
1049
1049
  /**
@@ -1056,7 +1056,7 @@ export default class bybit extends Exchange {
1056
1056
  * @param {string} toCode the currency that you want to buy and convert into
1057
1057
  * @param {float} amount how much you want to trade in units of the from currency
1058
1058
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1059
- * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/#/?id=conversion-structure}
1059
+ * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/?id=conversion-structure}
1060
1060
  */
1061
1061
  createConvertTrade(id: string, fromCode: string, toCode: string, amount?: Num, params?: {}): Promise<Conversion>;
1062
1062
  /**
@@ -1068,7 +1068,7 @@ export default class bybit extends Exchange {
1068
1068
  * @param {string} [code] the unified currency code of the conversion trade
1069
1069
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1070
1070
  * @param {string} [params.accountType] eb_convert_uta, eb_convert_spot, eb_convert_funding, eb_convert_inverse, or eb_convert_contract
1071
- * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/#/?id=conversion-structure}
1071
+ * @returns {object} a [conversion structure]{@link https://docs.ccxt.com/?id=conversion-structure}
1072
1072
  */
1073
1073
  fetchConvertTrade(id: string, code?: Str, params?: {}): Promise<Conversion>;
1074
1074
  /**
@@ -1081,7 +1081,7 @@ export default class bybit extends Exchange {
1081
1081
  * @param {int} [limit] the maximum number of conversion structures to retrieve
1082
1082
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1083
1083
  * @param {string} [params.accountType] eb_convert_uta, eb_convert_spot, eb_convert_funding, eb_convert_inverse, or eb_convert_contract
1084
- * @returns {object[]} a list of [conversion structures]{@link https://docs.ccxt.com/#/?id=conversion-structure}
1084
+ * @returns {object[]} a list of [conversion structures]{@link https://docs.ccxt.com/?id=conversion-structure}
1085
1085
  */
1086
1086
  fetchConvertTradeHistory(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Conversion[]>;
1087
1087
  parseConversion(conversion: Dict, fromCurrency?: Currency, toCurrency?: Currency): Conversion;
@@ -1095,7 +1095,7 @@ export default class bybit extends Exchange {
1095
1095
  * @param {int} [since] the earliest time in ms to fetch ratios for
1096
1096
  * @param {int} [limit] the maximum number of long short ratio structures to retrieve
1097
1097
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1098
- * @returns {object[]} an array of [long short ratio structures]{@link https://docs.ccxt.com/#/?id=long-short-ratio-structure}
1098
+ * @returns {object[]} an array of [long short ratio structures]{@link https://docs.ccxt.com/?id=long-short-ratio-structure}
1099
1099
  */
1100
1100
  fetchLongShortRatioHistory(symbol?: Str, timeframe?: Str, since?: Int, limit?: Int, params?: {}): Promise<LongShortRatio[]>;
1101
1101
  parseLongShortRatio(info: Dict, market?: Market): LongShortRatio;