ccxt 4.0.73 → 4.0.75

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 (283) hide show
  1. package/README.md +11 -11
  2. package/dist/ccxt.browser.js +2058 -1943
  3. package/dist/ccxt.browser.min.js +3 -3
  4. package/dist/cjs/ccxt.js +1 -1
  5. package/dist/cjs/src/ace.js +9 -9
  6. package/dist/cjs/src/alpaca.js +6 -6
  7. package/dist/cjs/src/ascendex.js +22 -22
  8. package/dist/cjs/src/base/Exchange.js +2 -2
  9. package/dist/cjs/src/bigone.js +17 -17
  10. package/dist/cjs/src/binance.js +51 -51
  11. package/dist/cjs/src/bingx.js +25 -26
  12. package/dist/cjs/src/bit2c.js +10 -10
  13. package/dist/cjs/src/bitbank.js +11 -11
  14. package/dist/cjs/src/bitbns.js +12 -12
  15. package/dist/cjs/src/bitfinex.js +19 -19
  16. package/dist/cjs/src/bitfinex2.js +25 -25
  17. package/dist/cjs/src/bitflyer.js +15 -15
  18. package/dist/cjs/src/bitforex.js +9 -9
  19. package/dist/cjs/src/bitget.js +34 -34
  20. package/dist/cjs/src/bithumb.js +9 -9
  21. package/dist/cjs/src/bitmart.js +42 -29
  22. package/dist/cjs/src/bitmex.js +19 -19
  23. package/dist/cjs/src/bitopro.js +18 -18
  24. package/dist/cjs/src/bitpanda.js +19 -19
  25. package/dist/cjs/src/bitrue.js +15 -15
  26. package/dist/cjs/src/bitso.js +19 -19
  27. package/dist/cjs/src/bitstamp.js +19 -19
  28. package/dist/cjs/src/bitstamp1.js +6 -6
  29. package/dist/cjs/src/bittrex.js +24 -24
  30. package/dist/cjs/src/bitvavo.js +16 -16
  31. package/dist/cjs/src/bkex.js +17 -17
  32. package/dist/cjs/src/bl3p.js +6 -6
  33. package/dist/cjs/src/blockchaincom.js +20 -20
  34. package/dist/cjs/src/btcalpha.js +13 -13
  35. package/dist/cjs/src/btcbox.js +8 -8
  36. package/dist/cjs/src/btcmarkets.js +15 -15
  37. package/dist/cjs/src/btctradeua.js +6 -6
  38. package/dist/cjs/src/btcturk.js +9 -9
  39. package/dist/cjs/src/bybit.js +148 -116
  40. package/dist/cjs/src/cex.js +12 -12
  41. package/dist/cjs/src/coinbase.js +20 -20
  42. package/dist/cjs/src/coinbasepro.js +22 -22
  43. package/dist/cjs/src/coincheck.js +10 -10
  44. package/dist/cjs/src/coinex.js +81 -35
  45. package/dist/cjs/src/coinfalcon.js +14 -14
  46. package/dist/cjs/src/coinmate.js +12 -12
  47. package/dist/cjs/src/coinone.js +10 -10
  48. package/dist/cjs/src/coinsph.js +20 -20
  49. package/dist/cjs/src/coinspot.js +6 -6
  50. package/dist/cjs/src/cryptocom.js +24 -24
  51. package/dist/cjs/src/currencycom.js +18 -18
  52. package/dist/cjs/src/delta.js +23 -23
  53. package/dist/cjs/src/deribit.js +27 -27
  54. package/dist/cjs/src/digifinex.js +27 -27
  55. package/dist/cjs/src/exmo.js +24 -24
  56. package/dist/cjs/src/gate.js +34 -34
  57. package/dist/cjs/src/gemini.js +14 -14
  58. package/dist/cjs/src/hitbtc.js +30 -30
  59. package/dist/cjs/src/hollaex.js +20 -20
  60. package/dist/cjs/src/huobi.js +40 -40
  61. package/dist/cjs/src/huobijp.js +18 -18
  62. package/dist/cjs/src/idex.js +17 -17
  63. package/dist/cjs/src/independentreserve.js +10 -10
  64. package/dist/cjs/src/indodax.js +12 -12
  65. package/dist/cjs/src/kraken.js +25 -25
  66. package/dist/cjs/src/krakenfutures.js +12 -12
  67. package/dist/cjs/src/kucoin.js +29 -29
  68. package/dist/cjs/src/kucoinfutures.js +19 -19
  69. package/dist/cjs/src/kuna.js +10 -10
  70. package/dist/cjs/src/latoken.js +15 -15
  71. package/dist/cjs/src/lbank.js +10 -10
  72. package/dist/cjs/src/lbank2.js +21 -21
  73. package/dist/cjs/src/luno.js +14 -14
  74. package/dist/cjs/src/lykke.js +14 -14
  75. package/dist/cjs/src/mercado.js +10 -10
  76. package/dist/cjs/src/mexc.js +38 -38
  77. package/dist/cjs/src/ndax.js +18 -18
  78. package/dist/cjs/src/novadax.js +18 -18
  79. package/dist/cjs/src/oceanex.js +14 -14
  80. package/dist/cjs/src/okcoin.js +19 -19
  81. package/dist/cjs/src/okx.js +48 -48
  82. package/dist/cjs/src/paymium.js +9 -9
  83. package/dist/cjs/src/phemex.js +24 -24
  84. package/dist/cjs/src/poloniex.js +77 -60
  85. package/dist/cjs/src/poloniexfutures.js +16 -16
  86. package/dist/cjs/src/pro/alpaca.js +5 -5
  87. package/dist/cjs/src/pro/ascendex.js +2 -2
  88. package/dist/cjs/src/pro/binance.js +10 -10
  89. package/dist/cjs/src/pro/bitfinex.js +3 -3
  90. package/dist/cjs/src/pro/bitfinex2.js +4 -4
  91. package/dist/cjs/src/pro/bitget.js +4 -4
  92. package/dist/cjs/src/pro/bitmart.js +3 -3
  93. package/dist/cjs/src/pro/bitmex.js +4 -4
  94. package/dist/cjs/src/pro/bitopro.js +2 -2
  95. package/dist/cjs/src/pro/bitrue.js +1 -1
  96. package/dist/cjs/src/pro/bitstamp.js +2 -2
  97. package/dist/cjs/src/pro/bittrex.js +4 -4
  98. package/dist/cjs/src/pro/bitvavo.js +4 -4
  99. package/dist/cjs/src/pro/bybit.js +12 -11
  100. package/dist/cjs/src/pro/cex.js +3 -3
  101. package/dist/cjs/src/pro/coinbasepro.js +5 -5
  102. package/dist/cjs/src/pro/coinex.js +3 -3
  103. package/dist/cjs/src/pro/cryptocom.js +7 -7
  104. package/dist/cjs/src/pro/currencycom.js +2 -2
  105. package/dist/cjs/src/pro/deribit.js +3 -3
  106. package/dist/cjs/src/pro/exmo.js +2 -2
  107. package/dist/cjs/src/pro/gate.js +5 -5
  108. package/dist/cjs/src/pro/gemini.js +2 -2
  109. package/dist/cjs/src/pro/hitbtc.js +2 -2
  110. package/dist/cjs/src/pro/hollaex.js +3 -3
  111. package/dist/cjs/src/pro/huobi.js +4 -4
  112. package/dist/cjs/src/pro/huobijp.js +2 -2
  113. package/dist/cjs/src/pro/idex.js +3 -3
  114. package/dist/cjs/src/pro/independentreserve.js +1 -1
  115. package/dist/cjs/src/pro/kraken.js +6 -6
  116. package/dist/cjs/src/pro/krakenfutures.js +2 -2
  117. package/dist/cjs/src/pro/kucoin.js +4 -4
  118. package/dist/cjs/src/pro/kucoinfutures.js +3 -3
  119. package/dist/cjs/src/pro/luno.js +1 -1
  120. package/dist/cjs/src/pro/ndax.js +2 -2
  121. package/dist/cjs/src/pro/okcoin.js +3 -3
  122. package/dist/cjs/src/pro/okx.js +12 -11
  123. package/dist/cjs/src/pro/phemex.js +4 -4
  124. package/dist/cjs/src/pro/poloniex.js +1 -1
  125. package/dist/cjs/src/pro/upbit.js +2 -2
  126. package/dist/cjs/src/pro/wazirx.js +3 -3
  127. package/dist/cjs/src/pro/whitebit.js +4 -4
  128. package/dist/cjs/src/probit.js +17 -17
  129. package/dist/cjs/src/tidex.js +11 -11
  130. package/dist/cjs/src/timex.js +14 -14
  131. package/dist/cjs/src/tokocrypto.js +16 -16
  132. package/dist/cjs/src/upbit.js +18 -18
  133. package/dist/cjs/src/wavesexchange.js +13 -13
  134. package/dist/cjs/src/wazirx.js +10 -10
  135. package/dist/cjs/src/whitebit.js +21 -21
  136. package/dist/cjs/src/woo.js +28 -22
  137. package/dist/cjs/src/yobit.js +14 -14
  138. package/dist/cjs/src/zaif.js +8 -8
  139. package/dist/cjs/src/zonda.js +13 -13
  140. package/js/ccxt.d.ts +1 -1
  141. package/js/ccxt.js +1 -1
  142. package/js/src/abstract/bitmart.d.ts +13 -0
  143. package/js/src/abstract/bybit.d.ts +33 -21
  144. package/js/src/abstract/woo.d.ts +6 -0
  145. package/js/src/ace.js +9 -9
  146. package/js/src/alpaca.js +6 -6
  147. package/js/src/ascendex.js +22 -22
  148. package/js/src/base/Exchange.js +2 -2
  149. package/js/src/bigone.js +17 -17
  150. package/js/src/binance.js +51 -51
  151. package/js/src/bingx.js +25 -26
  152. package/js/src/bit2c.js +10 -10
  153. package/js/src/bitbank.js +11 -11
  154. package/js/src/bitbns.js +12 -12
  155. package/js/src/bitfinex.js +19 -19
  156. package/js/src/bitfinex2.js +25 -25
  157. package/js/src/bitflyer.js +15 -15
  158. package/js/src/bitforex.js +9 -9
  159. package/js/src/bitget.js +34 -34
  160. package/js/src/bithumb.js +9 -9
  161. package/js/src/bitmart.js +42 -29
  162. package/js/src/bitmex.js +19 -19
  163. package/js/src/bitopro.js +18 -18
  164. package/js/src/bitpanda.js +19 -19
  165. package/js/src/bitrue.js +15 -15
  166. package/js/src/bitso.js +19 -19
  167. package/js/src/bitstamp.js +19 -19
  168. package/js/src/bitstamp1.js +6 -6
  169. package/js/src/bittrex.js +24 -24
  170. package/js/src/bitvavo.js +16 -16
  171. package/js/src/bkex.js +17 -17
  172. package/js/src/bl3p.js +6 -6
  173. package/js/src/blockchaincom.js +20 -20
  174. package/js/src/btcalpha.js +13 -13
  175. package/js/src/btcbox.js +8 -8
  176. package/js/src/btcmarkets.js +15 -15
  177. package/js/src/btctradeua.js +6 -6
  178. package/js/src/btcturk.js +9 -9
  179. package/js/src/bybit.js +148 -116
  180. package/js/src/cex.js +12 -12
  181. package/js/src/coinbase.js +20 -20
  182. package/js/src/coinbasepro.js +22 -22
  183. package/js/src/coincheck.js +10 -10
  184. package/js/src/coinex.d.ts +1 -0
  185. package/js/src/coinex.js +81 -35
  186. package/js/src/coinfalcon.js +14 -14
  187. package/js/src/coinmate.js +12 -12
  188. package/js/src/coinone.js +10 -10
  189. package/js/src/coinsph.js +20 -20
  190. package/js/src/coinspot.js +6 -6
  191. package/js/src/cryptocom.js +24 -24
  192. package/js/src/currencycom.js +18 -18
  193. package/js/src/delta.js +23 -23
  194. package/js/src/deribit.js +27 -27
  195. package/js/src/digifinex.js +27 -27
  196. package/js/src/exmo.js +24 -24
  197. package/js/src/gate.js +34 -34
  198. package/js/src/gemini.js +14 -14
  199. package/js/src/hitbtc.js +30 -30
  200. package/js/src/hollaex.js +20 -20
  201. package/js/src/huobi.js +40 -40
  202. package/js/src/huobijp.js +18 -18
  203. package/js/src/idex.js +17 -17
  204. package/js/src/independentreserve.js +10 -10
  205. package/js/src/indodax.js +12 -12
  206. package/js/src/kraken.js +25 -25
  207. package/js/src/krakenfutures.js +12 -12
  208. package/js/src/kucoin.js +29 -29
  209. package/js/src/kucoinfutures.js +19 -19
  210. package/js/src/kuna.js +10 -10
  211. package/js/src/latoken.js +15 -15
  212. package/js/src/lbank.js +10 -10
  213. package/js/src/lbank2.js +21 -21
  214. package/js/src/luno.js +14 -14
  215. package/js/src/lykke.js +14 -14
  216. package/js/src/mercado.js +10 -10
  217. package/js/src/mexc.js +38 -38
  218. package/js/src/ndax.js +18 -18
  219. package/js/src/novadax.js +18 -18
  220. package/js/src/oceanex.js +14 -14
  221. package/js/src/okcoin.js +19 -19
  222. package/js/src/okx.js +48 -48
  223. package/js/src/paymium.js +9 -9
  224. package/js/src/phemex.js +24 -24
  225. package/js/src/poloniex.js +77 -60
  226. package/js/src/poloniexfutures.js +16 -16
  227. package/js/src/pro/alpaca.js +5 -5
  228. package/js/src/pro/ascendex.js +2 -2
  229. package/js/src/pro/binance.js +10 -10
  230. package/js/src/pro/bitfinex.js +3 -3
  231. package/js/src/pro/bitfinex2.js +4 -4
  232. package/js/src/pro/bitget.js +4 -4
  233. package/js/src/pro/bitmart.js +3 -3
  234. package/js/src/pro/bitmex.js +4 -4
  235. package/js/src/pro/bitopro.js +2 -2
  236. package/js/src/pro/bitrue.js +1 -1
  237. package/js/src/pro/bitstamp.js +2 -2
  238. package/js/src/pro/bittrex.js +4 -4
  239. package/js/src/pro/bitvavo.js +4 -4
  240. package/js/src/pro/bybit.d.ts +1 -1
  241. package/js/src/pro/bybit.js +12 -11
  242. package/js/src/pro/cex.js +3 -3
  243. package/js/src/pro/coinbasepro.js +5 -5
  244. package/js/src/pro/coinex.js +3 -3
  245. package/js/src/pro/cryptocom.js +7 -7
  246. package/js/src/pro/currencycom.js +2 -2
  247. package/js/src/pro/deribit.js +3 -3
  248. package/js/src/pro/exmo.js +2 -2
  249. package/js/src/pro/gate.js +5 -5
  250. package/js/src/pro/gemini.js +2 -2
  251. package/js/src/pro/hitbtc.js +2 -2
  252. package/js/src/pro/hollaex.js +3 -3
  253. package/js/src/pro/huobi.js +4 -4
  254. package/js/src/pro/huobijp.js +2 -2
  255. package/js/src/pro/idex.js +3 -3
  256. package/js/src/pro/independentreserve.js +1 -1
  257. package/js/src/pro/kraken.js +6 -6
  258. package/js/src/pro/krakenfutures.js +2 -2
  259. package/js/src/pro/kucoin.js +4 -4
  260. package/js/src/pro/kucoinfutures.js +3 -3
  261. package/js/src/pro/luno.js +1 -1
  262. package/js/src/pro/ndax.js +2 -2
  263. package/js/src/pro/okcoin.js +3 -3
  264. package/js/src/pro/okx.d.ts +1 -1
  265. package/js/src/pro/okx.js +12 -11
  266. package/js/src/pro/phemex.js +4 -4
  267. package/js/src/pro/poloniex.js +1 -1
  268. package/js/src/pro/upbit.js +2 -2
  269. package/js/src/pro/wazirx.js +3 -3
  270. package/js/src/pro/whitebit.js +4 -4
  271. package/js/src/probit.js +17 -17
  272. package/js/src/tidex.js +11 -11
  273. package/js/src/timex.js +14 -14
  274. package/js/src/tokocrypto.js +16 -16
  275. package/js/src/upbit.js +18 -18
  276. package/js/src/wavesexchange.js +13 -13
  277. package/js/src/wazirx.js +10 -10
  278. package/js/src/whitebit.js +21 -21
  279. package/js/src/woo.js +28 -22
  280. package/js/src/yobit.js +14 -14
  281. package/js/src/zaif.js +8 -8
  282. package/js/src/zonda.js +13 -13
  283. package/package.json +1 -1
@@ -227,27 +227,33 @@ class bybit extends bybit$1 {
227
227
  'derivatives/v3/public/open-interest': 1,
228
228
  'derivatives/v3/public/insurance': 1,
229
229
  // v5
230
- 'v5/market/time': 1,
231
- 'v5/market/kline': 1,
232
- 'v5/market/mark-price-kline': 1,
233
- 'v5/market/index-price-kline': 1,
234
- 'v5/market/premium-index-price-kline': 1,
235
- 'v5/market/instruments-info': 1,
236
- 'v5/market/orderbook': 1,
237
- 'v5/market/tickers': 1,
238
- 'v5/market/funding/history': 1,
239
- 'v5/market/recent-trade': 1,
240
- 'v5/market/open-interest': 1,
241
- 'v5/market/historical-volatility': 1,
242
- 'v5/market/insurance': 1,
243
- 'v5/market/risk-limit': 1,
244
- 'v5/market/delivery-price': 1,
245
- 'v5/spot-lever-token/info': 1,
246
- 'v5/spot-lever-token/reference': 1,
247
- 'v5/announcements/index': 1,
248
- 'v5/spot-cross-margin-trade/pledge-token': 1,
249
- 'v5/spot-cross-margin-trade/borrow-token': 1,
250
- 'v5/ins-loan/ensure-tokens-convert': 1,
230
+ 'v5/announcements/index': 2.5,
231
+ // market
232
+ 'v5/market/time': 2.5,
233
+ 'v5/market/kline': 2.5,
234
+ 'v5/market/mark-price-kline': 2.5,
235
+ 'v5/market/index-price-kline': 2.5,
236
+ 'v5/market/premium-index-price-kline': 2.5,
237
+ 'v5/market/instruments-info': 2.5,
238
+ 'v5/market/orderbook': 2.5,
239
+ 'v5/market/tickers': 2.5,
240
+ 'v5/market/funding/history': 2.5,
241
+ 'v5/market/recent-trade': 2.5,
242
+ 'v5/market/open-interest': 2.5,
243
+ 'v5/market/historical-volatility': 2.5,
244
+ 'v5/market/insurance': 2.5,
245
+ 'v5/market/risk-limit': 2.5,
246
+ 'v5/market/delivery-price': 2.5,
247
+ // spot leverage token
248
+ 'v5/spot-lever-token/info': 2.5,
249
+ 'v5/spot-lever-token/reference': 2.5,
250
+ // spot margin trade
251
+ 'v5/spot-cross-margin-trade/data': 2.5,
252
+ 'v5/spot-cross-margin-trade/pledge-token': 2.5,
253
+ 'v5/spot-cross-margin-trade/borrow-token': 2.5,
254
+ // institutional lending
255
+ 'v5/ins-loan/product-infos': 2.5,
256
+ 'v5/ins-loan/ensure-tokens-convert': 2.5,
251
257
  },
252
258
  },
253
259
  'private': {
@@ -367,59 +373,74 @@ class bybit extends bybit$1 {
367
373
  'asset/v3/private/deposit/record/query': 0.17,
368
374
  'asset/v3/private/withdraw/record/query': 0.17,
369
375
  // v5
370
- 'v5/order/history': 2.5,
376
+ // trade
377
+ 'v5/order/realtime': 5,
378
+ 'v5/order/history': 5,
371
379
  'v5/order/spot-borrow-check': 2.5,
372
- 'v5/order/realtime': 2.5,
373
- 'v5/position/list': 2.5,
374
- 'v5/position/switch-mode': 2.5,
375
- 'v5/execution/list': 2.5,
376
- 'v5/position/closed-pnl': 2.5,
377
- 'v5/account/wallet-balance': 2.5,
380
+ // position
381
+ 'v5/position/list': 5,
382
+ 'v5/execution/list': 5,
383
+ 'v5/position/closed-pnl': 5,
384
+ // pre-upgrade
385
+ 'v5/pre-upgrade/order/history': 2.5,
386
+ 'v5/pre-upgrade/execution/list': 2.5,
387
+ 'v5/pre-upgrade/position/closed-pnl': 2.5,
388
+ 'v5/pre-upgrade/account/transaction-log': 2.5,
389
+ 'v5/pre-upgrade/asset/delivery-record': 2.5,
390
+ 'v5/pre-upgrade/asset/settlement-record': 2.5,
391
+ // account
392
+ 'v5/account/wallet-balance': 5,
378
393
  'v5/account/borrow-history': 2.5,
394
+ 'v5/account/set-collateral-switch': 2.5,
379
395
  'v5/account/collateral-info': 2.5,
380
- 'v5/account/mmp-state': 2.5,
381
396
  'v5/asset/coin-greeks': 2.5,
397
+ 'v5/account/fee-rate': 5,
382
398
  'v5/account/info': 2.5,
383
399
  'v5/account/transaction-log': 2.5,
384
- 'v5/account/fee-rate': 1,
385
- 'v5/asset/exchange/order-record': 2.5,
400
+ 'v5/account/mmp-state': 2.5,
401
+ // asset
402
+ 'v5/asset/exchange/order-record': 5,
386
403
  'v5/asset/delivery-record': 2.5,
387
404
  'v5/asset/settlement-record': 2.5,
388
- 'v5/asset/transfer/query-asset-info': 2.5,
389
- 'v5/asset/transfer/query-account-coin-balance': 2.5,
390
- 'v5/asset/transfer/query-transfer-coin-list': 2.5,
391
- 'v5/asset/transfer/query-inter-transfer-list': 2.5,
392
- 'v5/asset/transfer/query-sub-member-list': 2.5,
393
- 'v5/asset/transfer/query-universal-transfer-list': 1,
405
+ 'v5/asset/transfer/query-asset-info': 50,
406
+ 'v5/asset/transfer/query-account-coins-balance': 25,
407
+ 'v5/asset/transfer/query-account-coin-balance': 50,
408
+ 'v5/asset/transfer/query-transfer-coin-list': 50,
409
+ 'v5/asset/transfer/query-inter-transfer-list': 50,
410
+ 'v5/asset/transfer/query-sub-member-list': 50,
411
+ 'v5/asset/transfer/query-universal-transfer-list': 25,
394
412
  'v5/asset/deposit/query-allowed-list': 2.5,
395
- 'v5/asset/deposit/query-record': 2.5,
396
- 'v5/asset/deposit/query-sub-member-record': 2.5,
397
- 'v5/asset/deposit/query-address': 2.5,
398
- 'v5/asset/deposit/query-sub-member-address': 2.5,
413
+ 'v5/asset/deposit/query-record': 10,
414
+ 'v5/asset/deposit/query-sub-member-record': 10,
399
415
  'v5/asset/deposit/query-internal-record': 2.5,
400
- 'v5/asset/coin/query-info': 2.5,
401
- 'v5/asset/withdraw/query-record': 2.5,
416
+ 'v5/asset/deposit/query-address': 10,
417
+ 'v5/asset/deposit/query-sub-member-address': 10,
418
+ 'v5/asset/coin/query-info': 25,
419
+ 'v5/asset/withdraw/query-record': 10,
402
420
  'v5/asset/withdraw/withdrawable-amount': 2.5,
403
- 'v5/asset/transfer/query-account-coins-balance': 2.5,
404
421
  // user
405
- 'v5/user/query-sub-members': 10,
406
- 'v5/user/query-api': 10,
407
- 'v5/user/get-member-type': 1,
408
- 'v5/user/aff-customer-info': 10,
409
- 'v5/customer/info': 10,
422
+ 'v5/user/query-sub-members': 5,
423
+ 'v5/user/query-api': 5,
424
+ 'v5/user/get-member-type': 2.5,
425
+ 'v5/user/aff-customer-info': 2.5,
426
+ // spot leverage token
427
+ 'v5/spot-lever-token/order-record': 1,
428
+ // spot margin trade
429
+ 'v5/spot-margin-trade/state': 2.5,
410
430
  'v5/spot-cross-margin-trade/loan-info': 1,
411
431
  'v5/spot-cross-margin-trade/account': 1,
412
432
  'v5/spot-cross-margin-trade/orders': 1,
413
433
  'v5/spot-cross-margin-trade/repay-history': 1,
414
- 'v5/ins-loan/ltv-convert': 1,
415
- 'v5/broker/earning-record': 1,
416
- // pre-upgrade
417
- 'v5/pre-upgrade/order/history': 1,
418
- 'v5/pre-upgrade/execution/list': 1,
419
- 'v5/pre-upgrade/position/closed-pnl': 1,
420
- 'v5/pre-upgrade/account/transaction-log': 1,
421
- 'v5/pre-upgrade/asset/delivery-record': 1,
422
- 'v5/pre-upgrade/asset/settlement-record': 1,
434
+ // institutional lending
435
+ 'v5/ins-loan/loan-order': 2.5,
436
+ 'v5/ins-loan/repaid-history': 2.5,
437
+ 'v5/ins-loan/ltv-convert': 2.5,
438
+ // c2c lending
439
+ 'v5/lending/info': 2.5,
440
+ 'v5/lending/history-order': 2.5,
441
+ 'v5/lending/account': 2.5,
442
+ // broker
443
+ 'v5/broker/earning-record': 2.5,
423
444
  },
424
445
  'post': {
425
446
  // inverse swap
@@ -573,34 +594,36 @@ class bybit extends bybit$1 {
573
594
  'fht/compliance/tax/v3/private/status': 50,
574
595
  'fht/compliance/tax/v3/private/url': 50,
575
596
  // v5
576
- 'v5/order/create': 2.5,
577
- 'v5/order/amend': 2.5,
578
- 'v5/order/cancel': 2.5,
579
- 'v5/order/cancel-all': 2.5,
580
- 'v5/order/create-batch': 2.5,
581
- 'v5/order/amend-batch': 2.5,
582
- 'v5/order/cancel-batch': 2.5,
597
+ // trade
598
+ 'v5/order/create': 5,
599
+ 'v5/order/amend': 5,
600
+ 'v5/order/cancel': 5,
601
+ 'v5/order/cancel-all': 5,
602
+ 'v5/order/create-batch': 5,
603
+ 'v5/order/amend-batch': 5,
604
+ 'v5/order/cancel-batch': 5,
583
605
  'v5/order/disconnected-cancel-all': 2.5,
584
- 'v5/position/set-leverage': 2.5,
585
- 'v5/position/set-tpsl-mode': 2.5,
586
- 'v5/position/set-risk-limit': 2.5,
587
- 'v5/position/trading-stop': 2.5,
606
+ // position
607
+ 'v5/position/set-leverage': 5,
588
608
  'v5/position/switch-isolated': 2.5,
609
+ 'v5/position/set-tpsl-mode': 5,
589
610
  'v5/position/switch-mode': 2.5,
611
+ 'v5/position/set-risk-limit': 5,
612
+ 'v5/position/trading-stop': 5,
590
613
  'v5/position/set-auto-add-margin': 2.5,
614
+ 'v5/position/add-margin': 2.5,
615
+ // account
591
616
  'v5/account/upgrade-to-uta': 2.5,
592
617
  'v5/account/set-margin-mode': 2.5,
593
- 'v5/asset/transfer/inter-transfer': 2.5,
594
- 'v5/asset/transfer/save-transfer-sub-member': 2.5,
595
- 'v5/asset/transfer/universal-transfer': 2.5,
618
+ 'v5/account/mmp-modify': 2.5,
619
+ 'v5/account/mmp-reset': 2.5,
620
+ // asset
621
+ 'v5/asset/transfer/inter-transfer': 150,
622
+ 'v5/asset/transfer/save-transfer-sub-member': 150,
623
+ 'v5/asset/transfer/universal-transfer': 10,
596
624
  'v5/asset/deposit/deposit-to-account': 2.5,
597
- 'v5/asset/withdraw/create': 2.5,
598
- 'v5/asset/withdraw/cancel': 2.5,
599
- 'v5/spot-lever-token/purchase': 2.5,
600
- 'v5/spot-lever-token/redeem': 2.5,
601
- 'v5/spot-lever-token/order-record': 2.5,
602
- 'v5/spot-margin-trade/switch-mode': 2.5,
603
- 'v5/spot-margin-trade/set-leverage': 2.5,
625
+ 'v5/asset/withdraw/create': 300,
626
+ 'v5/asset/withdraw/cancel': 50,
604
627
  // user
605
628
  'v5/user/create-sub-member': 10,
606
629
  'v5/user/create-sub-api': 10,
@@ -609,9 +632,18 @@ class bybit extends bybit$1 {
609
632
  'v5/user/update-sub-api': 10,
610
633
  'v5/user/delete-api': 10,
611
634
  'v5/user/delete-sub-api': 10,
635
+ // spot leverage token
636
+ 'v5/spot-lever-token/purchase': 2.5,
637
+ 'v5/spot-lever-token/redeem': 2.5,
638
+ // spot margin trade
639
+ 'v5/spot-margin-trade/switch-mode': 2.5,
640
+ 'v5/spot-margin-trade/set-leverage': 2.5,
612
641
  'v5/spot-cross-margin-trade/loan': 2.5,
613
642
  'v5/spot-cross-margin-trade/repay': 2.5,
614
- 'v5/spot-cross-margin-trade/switch': 2.5, // 20/s => cost = 50 / 20 = 2.5
643
+ 'v5/spot-cross-margin-trade/switch': 2.5,
644
+ // c2c lending
645
+ 'v5/lending/purchase': 2.5,
646
+ 'v5/lending/redeem': 2.5,
615
647
  },
616
648
  'delete': {
617
649
  // spot
@@ -2139,7 +2171,7 @@ class bybit extends bybit$1 {
2139
2171
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
2140
2172
  * @param {string} symbol unified symbol of the market to fetch the ticker for
2141
2173
  * @param {object} [params] extra parameters specific to the bybit api endpoint
2142
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
2174
+ * @returns {object} a [ticker structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
2143
2175
  */
2144
2176
  this.checkRequiredSymbol('fetchTicker', symbol);
2145
2177
  await this.loadMarkets();
@@ -2215,7 +2247,7 @@ class bybit extends bybit$1 {
2215
2247
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
2216
2248
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
2217
2249
  * @param {object} [params] extra parameters specific to the bybit api endpoint
2218
- * @returns {object} an array of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
2250
+ * @returns {object} an array of [ticker structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
2219
2251
  */
2220
2252
  await this.loadMarkets();
2221
2253
  let market = undefined;
@@ -2487,7 +2519,7 @@ class bybit extends bybit$1 {
2487
2519
  * @see https://bybit-exchange.github.io/docs/v5/market/tickers
2488
2520
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the funding rates for, all market funding rates are returned if not assigned
2489
2521
  * @param {object} [params] extra parameters specific to the bybit api endpoint
2490
- * @returns {object} an array of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
2522
+ * @returns {object} an array of [funding rate structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#funding-rate-structure}
2491
2523
  */
2492
2524
  await this.loadMarkets();
2493
2525
  let market = undefined;
@@ -2969,7 +3001,7 @@ class bybit extends bybit$1 {
2969
3001
  * @param {string} symbol unified symbol of the market to fetch the order book for
2970
3002
  * @param {int} [limit] the maximum amount of order book entries to return
2971
3003
  * @param {object} [params] extra parameters specific to the bybit api endpoint
2972
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
3004
+ * @returns {object} A dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbols
2973
3005
  */
2974
3006
  this.checkRequiredSymbol('fetchOrderBook', symbol);
2975
3007
  await this.loadMarkets();
@@ -3720,7 +3752,7 @@ class bybit extends bybit$1 {
3720
3752
  * @description fetches information on an order made by the user
3721
3753
  * @param {string} symbol unified symbol of the market the order was made in
3722
3754
  * @param {object} [params] extra parameters specific to the bybit api endpoint
3723
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
3755
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
3724
3756
  */
3725
3757
  await this.loadMarkets();
3726
3758
  let market = undefined;
@@ -3803,9 +3835,9 @@ class bybit extends bybit$1 {
3803
3835
  * @param {string} type 'market' or 'limit'
3804
3836
  * @param {string} side 'buy' or 'sell'
3805
3837
  * @param {float} amount how much of currency you want to trade in units of base currency
3806
- * @param {float} price the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
3838
+ * @param {float} [price] the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
3807
3839
  * @param {object} [params] extra parameters specific to the bybit api endpoint
3808
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
3840
+ * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
3809
3841
  */
3810
3842
  await this.loadMarkets();
3811
3843
  this.checkRequiredSymbol('createOrder', symbol);
@@ -4674,9 +4706,9 @@ class bybit extends bybit$1 {
4674
4706
  * @param {string} type 'market' or 'limit'
4675
4707
  * @param {string} side 'buy' or 'sell'
4676
4708
  * @param {float} amount how much of currency you want to trade in units of base currency
4677
- * @param {float} price the price at which the order is to be fullfilled, in units of the base currency, ignored in market orders
4709
+ * @param {float} [price] the price at which the order is to be fullfilled, in units of the base currency, ignored in market orders
4678
4710
  * @param {object} [params] extra parameters specific to the bybit api endpoint
4679
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
4711
+ * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
4680
4712
  */
4681
4713
  if (symbol === undefined) {
4682
4714
  throw new errors.ArgumentsRequired(this.id + ' editOrder() requires an symbol argument');
@@ -4903,7 +4935,7 @@ class bybit extends bybit$1 {
4903
4935
  * @param {string} id order id
4904
4936
  * @param {string} symbol unified symbol of the market the order was made in
4905
4937
  * @param {object} [params] extra parameters specific to the bybit api endpoint
4906
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
4938
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
4907
4939
  */
4908
4940
  if (symbol === undefined) {
4909
4941
  throw new errors.ArgumentsRequired(this.id + ' cancelOrder() requires a symbol argument');
@@ -5164,7 +5196,7 @@ class bybit extends bybit$1 {
5164
5196
  * @description cancel all open orders
5165
5197
  * @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
5166
5198
  * @param {object} [params] extra parameters specific to the bybit api endpoint
5167
- * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
5199
+ * @returns {object[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
5168
5200
  */
5169
5201
  await this.loadMarkets();
5170
5202
  let market = undefined;
@@ -5533,7 +5565,7 @@ class bybit extends bybit$1 {
5533
5565
  * @param {int} [since] the earliest time in ms to fetch orders for
5534
5566
  * @param {int} [limit] the maximum number of orde structures to retrieve
5535
5567
  * @param {object} [params] extra parameters specific to the bybit api endpoint
5536
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
5568
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
5537
5569
  */
5538
5570
  await this.loadMarkets();
5539
5571
  let market = undefined;
@@ -5631,7 +5663,7 @@ class bybit extends bybit$1 {
5631
5663
  * @param {int} [since] the earliest time in ms to fetch orders for
5632
5664
  * @param {int} [limit] the maximum number of orde structures to retrieve
5633
5665
  * @param {object} [params] extra parameters specific to the bybit api endpoint
5634
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
5666
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
5635
5667
  */
5636
5668
  await this.loadMarkets();
5637
5669
  let market = undefined;
@@ -5659,7 +5691,7 @@ class bybit extends bybit$1 {
5659
5691
  * @param {int} [since] timestamp in ms of the earliest order, default is undefined
5660
5692
  * @param {int} [limit] max number of orders to return, default is undefined
5661
5693
  * @param {object} [params] extra parameters specific to the bybit api endpoint
5662
- * @returns {object} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
5694
+ * @returns {object} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
5663
5695
  */
5664
5696
  await this.loadMarkets();
5665
5697
  let market = undefined;
@@ -6071,7 +6103,7 @@ class bybit extends bybit$1 {
6071
6103
  * @param {int} [since] the earliest time in ms to fetch open orders for
6072
6104
  * @param {int} [limit] the maximum number of open orders structures to retrieve
6073
6105
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6074
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
6106
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
6075
6107
  */
6076
6108
  await this.loadMarkets();
6077
6109
  let market = undefined;
@@ -6119,7 +6151,7 @@ class bybit extends bybit$1 {
6119
6151
  * @param {int} [since] the earliest time in ms to fetch trades for
6120
6152
  * @param {int} [limit] the maximum number of trades to retrieve
6121
6153
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6122
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
6154
+ * @returns {object[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
6123
6155
  *
6124
6156
  */
6125
6157
  const request = {};
@@ -6464,7 +6496,7 @@ class bybit extends bybit$1 {
6464
6496
  * @param {int} [since] the earliest time in ms to fetch trades for
6465
6497
  * @param {int} [limit] the maximum number of trades structures to retrieve
6466
6498
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6467
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
6499
+ * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
6468
6500
  */
6469
6501
  await this.loadMarkets();
6470
6502
  let market = undefined;
@@ -6536,7 +6568,7 @@ class bybit extends bybit$1 {
6536
6568
  * @see https://bybit-exchange.github.io/docs/v5/asset/master-deposit-addr
6537
6569
  * @param {string} code unified currency code of the currency for the deposit address
6538
6570
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6539
- * @returns {object} a dictionary of [address structures]{@link https://docs.ccxt.com/#/?id=address-structure} indexed by the network
6571
+ * @returns {object} a dictionary of [address structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure} indexed by the network
6540
6572
  */
6541
6573
  await this.loadMarkets();
6542
6574
  let currency = this.currency(code);
@@ -6580,7 +6612,7 @@ class bybit extends bybit$1 {
6580
6612
  * @see https://bybit-exchange.github.io/docs/v5/asset/master-deposit-addr
6581
6613
  * @param {string} code unified currency code
6582
6614
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6583
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
6615
+ * @returns {object} an [address structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure}
6584
6616
  */
6585
6617
  await this.loadMarkets();
6586
6618
  const [networkCode, query] = this.handleNetworkCodeAndParams(params);
@@ -6633,7 +6665,7 @@ class bybit extends bybit$1 {
6633
6665
  *
6634
6666
  * EXCHANGE SPECIFIC PARAMETERS
6635
6667
  * @param {string} [params.cursor] used for pagination
6636
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
6668
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
6637
6669
  */
6638
6670
  await this.loadMarkets();
6639
6671
  const request = {
@@ -6693,7 +6725,7 @@ class bybit extends bybit$1 {
6693
6725
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
6694
6726
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
6695
6727
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6696
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
6728
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
6697
6729
  */
6698
6730
  await this.loadMarkets();
6699
6731
  const request = {
@@ -6868,7 +6900,7 @@ class bybit extends bybit$1 {
6868
6900
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
6869
6901
  * @param {int} [limit] max number of ledger entrys to return, default is undefined
6870
6902
  * @param {object} [params] extra parameters specific to the bybit api endpoint
6871
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger-structure}
6903
+ * @returns {object} a [ledger structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ledger-structure}
6872
6904
  */
6873
6905
  await this.loadMarkets();
6874
6906
  const request = {
@@ -7127,7 +7159,7 @@ class bybit extends bybit$1 {
7127
7159
  * @param {string} address the address to withdraw to
7128
7160
  * @param {string} tag
7129
7161
  * @param {object} [params] extra parameters specific to the bybit api endpoint
7130
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
7162
+ * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
7131
7163
  */
7132
7164
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
7133
7165
  await this.loadMarkets();
@@ -7170,7 +7202,7 @@ class bybit extends bybit$1 {
7170
7202
  * @description fetch data on a single open contract trade position
7171
7203
  * @param {string} symbol unified market symbol of the market the position is held in, default is undefined
7172
7204
  * @param {object} [params] extra parameters specific to the bybit api endpoint
7173
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
7205
+ * @returns {object} a [position structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#position-structure}
7174
7206
  */
7175
7207
  this.checkRequiredSymbol('fetchPosition', symbol);
7176
7208
  await this.loadMarkets();
@@ -7606,7 +7638,7 @@ class bybit extends bybit$1 {
7606
7638
  * @description fetch all open positions
7607
7639
  * @param {string[]|undefined} symbols list of unified market symbols
7608
7640
  * @param {object} [params] extra parameters specific to the bybit api endpoint
7609
- * @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
7641
+ * @returns {object[]} a list of [position structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#position-structure}
7610
7642
  */
7611
7643
  if (Array.isArray(symbols)) {
7612
7644
  const symbolsLength = symbols.length;
@@ -8131,7 +8163,7 @@ class bybit extends bybit$1 {
8131
8163
  * @param {object} [params] exchange specific parameters
8132
8164
  * @param {string} [params.interval] 5m, 15m, 30m, 1h, 4h, 1d
8133
8165
  * @param {string} [params.category] "linear" or "inverse"
8134
- * @returns {object} an open interest structure{@link https://docs.ccxt.com/#/?id=interest-history-structure}
8166
+ * @returns {object} an open interest structure{@link https://github.com/ccxt/ccxt/wiki/Manual#interest-history-structure}
8135
8167
  */
8136
8168
  await this.loadMarkets();
8137
8169
  let market = this.market(symbol);
@@ -8233,7 +8265,7 @@ class bybit extends bybit$1 {
8233
8265
  * @see https://bybit-exchange.github.io/docs/spot/v3/#t-queryinterestquota
8234
8266
  * @param {string} code unified currency code
8235
8267
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8236
- * @returns {object} a [borrow rate structure]{@link https://docs.ccxt.com/#/?id=borrow-rate-structure}
8268
+ * @returns {object} a [borrow rate structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#borrow-rate-structure}
8237
8269
  */
8238
8270
  await this.loadMarkets();
8239
8271
  const currency = this.currency(code);
@@ -8288,7 +8320,7 @@ class bybit extends bybit$1 {
8288
8320
  * @param {number} [since] the earliest time in ms to fetch borrrow interest for
8289
8321
  * @param {number} [limit] the maximum number of structures to retrieve
8290
8322
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8291
- * @returns {object[]} a list of [borrow interest structures]{@link https://docs.ccxt.com/#/?id=borrow-interest-structure}
8323
+ * @returns {object[]} a list of [borrow interest structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#borrow-interest-structure}
8292
8324
  */
8293
8325
  await this.loadMarkets();
8294
8326
  const request = {};
@@ -8359,7 +8391,7 @@ class bybit extends bybit$1 {
8359
8391
  * @param {string} toAccount account to transfer to
8360
8392
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8361
8393
  * @param {string} [params.transferId] UUID, which is unique across the platform
8362
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
8394
+ * @returns {object} a [transfer structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transfer-structure}
8363
8395
  */
8364
8396
  await this.loadMarkets();
8365
8397
  const transferId = this.safeString(params, 'transferId', this.uuid());
@@ -8424,7 +8456,7 @@ class bybit extends bybit$1 {
8424
8456
  * @param {int} [since] the earliest time in ms to fetch transfers for
8425
8457
  * @param {int} [limit] the maximum number of transfers structures to retrieve
8426
8458
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8427
- * @returns {object[]} a list of [transfer structures]{@link https://docs.ccxt.com/#/?id=transfer-structure}
8459
+ * @returns {object[]} a list of [transfer structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transfer-structure}
8428
8460
  */
8429
8461
  await this.loadMarkets();
8430
8462
  let currency = undefined;
@@ -8476,7 +8508,7 @@ class bybit extends bybit$1 {
8476
8508
  * @param {float} amount the amount to borrow
8477
8509
  * @param {string} symbol not used by bybit.borrowMargin ()
8478
8510
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8479
- * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/#/?id=margin-loan-structure}
8511
+ * @returns {object} a [margin loan structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#margin-loan-structure}
8480
8512
  */
8481
8513
  await this.loadMarkets();
8482
8514
  const currency = this.currency(code);
@@ -8517,7 +8549,7 @@ class bybit extends bybit$1 {
8517
8549
  * @param {float} amount the amount to repay
8518
8550
  * @param {string} symbol not used by bybit.repayMargin ()
8519
8551
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8520
- * @returns {object} a [margin loan structure]{@link https://docs.ccxt.com/#/?id=margin-loan-structure}
8552
+ * @returns {object} a [margin loan structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#margin-loan-structure}
8521
8553
  */
8522
8554
  await this.loadMarkets();
8523
8555
  const currency = this.currency(code);
@@ -8667,7 +8699,7 @@ class bybit extends bybit$1 {
8667
8699
  * @see https://bybit-exchange.github.io/docs/v5/market/risk-limit
8668
8700
  * @param {string} symbol unified market symbol
8669
8701
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8670
- * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
8702
+ * @returns {object} a [leverage tiers structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#leverage-tiers-structure}
8671
8703
  */
8672
8704
  await this.loadMarkets();
8673
8705
  let market = undefined;
@@ -8733,7 +8765,7 @@ class bybit extends bybit$1 {
8733
8765
  * @see https://bybit-exchange.github.io/docs/v5/account/fee-rate
8734
8766
  * @param {string} symbol unified market symbol
8735
8767
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8736
- * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
8768
+ * @returns {object} a [fee structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
8737
8769
  */
8738
8770
  await this.loadMarkets();
8739
8771
  const market = this.market(symbol);
@@ -8773,7 +8805,7 @@ class bybit extends bybit$1 {
8773
8805
  * @description fetch the trading fees for multiple markets
8774
8806
  * @see https://bybit-exchange.github.io/docs/v5/account/fee-rate
8775
8807
  * @param {object} [params] extra parameters specific to the bybit api endpoint
8776
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
8808
+ * @returns {object} a dictionary of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure} indexed by market symbols
8777
8809
  */
8778
8810
  await this.loadMarkets();
8779
8811
  let type = undefined;
@@ -9108,7 +9140,7 @@ class bybit extends bybit$1 {
9108
9140
  * @param {string} code unified currency code
9109
9141
  * @param {object} [params] extra parameters specific to the bybit api endpoint
9110
9142
  * @param {int} [params.period] the period in days to fetch the volatility for: 7,14,21,30,60,90,180,270
9111
- * @returns {object[]} a list of [volatility history objects]{@link https://docs.ccxt.com/#/?id=volatility-structure}
9143
+ * @returns {object[]} a list of [volatility history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#volatility-structure}
9112
9144
  */
9113
9145
  await this.loadMarkets();
9114
9146
  const currency = this.currency(code);