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
@@ -852,7 +852,7 @@ export default class digifinex extends Exchange {
852
852
  * @param {string} symbol unified symbol of the market to fetch the order book for
853
853
  * @param {int} [limit] the maximum amount of order book entries to return
854
854
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
855
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
855
+ * @returns {object} A dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbols
856
856
  */
857
857
  await this.loadMarkets();
858
858
  const market = this.market(symbol);
@@ -930,7 +930,7 @@ export default class digifinex extends Exchange {
930
930
  * @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#tickers
931
931
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
932
932
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
933
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
933
+ * @returns {object} a dictionary of [ticker structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
934
934
  */
935
935
  await this.loadMarkets();
936
936
  symbols = this.marketSymbols(symbols);
@@ -1017,7 +1017,7 @@ export default class digifinex extends Exchange {
1017
1017
  * @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#ticker
1018
1018
  * @param {string} symbol unified symbol of the market to fetch the ticker for
1019
1019
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1020
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
1020
+ * @returns {object} a [ticker structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
1021
1021
  */
1022
1022
  await this.loadMarkets();
1023
1023
  const market = this.market(symbol);
@@ -1325,7 +1325,7 @@ export default class digifinex extends Exchange {
1325
1325
  * @name digifinex#fetchStatus
1326
1326
  * @description the latest known information on the availability of the exchange API
1327
1327
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1328
- * @returns {object} a [status structure]{@link https://docs.ccxt.com/#/?id=exchange-status-structure}
1328
+ * @returns {object} a [status structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#exchange-status-structure}
1329
1329
  */
1330
1330
  const response = await this.publicSpotGetPing(params);
1331
1331
  //
@@ -1540,12 +1540,12 @@ export default class digifinex extends Exchange {
1540
1540
  * @param {string} type 'market' or 'limit'
1541
1541
  * @param {string} side 'buy' or 'sell'
1542
1542
  * @param {float} amount how much of currency you want to trade in units of base currency
1543
- * @param {float} price the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
1543
+ * @param {float} [price] the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
1544
1544
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1545
1545
  * @param {string} [params.timeInForce] "GTC", "IOC", "FOK", or "PO"
1546
1546
  * @param {bool} [params.postOnly] true or false
1547
1547
  * @param {bool} [params.reduceOnly] true or false
1548
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1548
+ * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1549
1549
  */
1550
1550
  await this.loadMarkets();
1551
1551
  const market = this.market(symbol);
@@ -1663,7 +1663,7 @@ export default class digifinex extends Exchange {
1663
1663
  * @param {string} id order id
1664
1664
  * @param {string} symbol not used by digifinex cancelOrder ()
1665
1665
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1666
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1666
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1667
1667
  */
1668
1668
  await this.loadMarkets();
1669
1669
  let market = undefined;
@@ -1732,7 +1732,7 @@ export default class digifinex extends Exchange {
1732
1732
  * @param {string[]} ids order ids
1733
1733
  * @param {string} symbol not used by digifinex cancelOrders ()
1734
1734
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1735
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1735
+ * @returns {object} an list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1736
1736
  */
1737
1737
  await this.loadMarkets();
1738
1738
  const defaultType = this.safeString(this.options, 'defaultType', 'spot');
@@ -1920,7 +1920,7 @@ export default class digifinex extends Exchange {
1920
1920
  * @param {int} [since] the earliest time in ms to fetch open orders for
1921
1921
  * @param {int} [limit] the maximum number of open orders structures to retrieve
1922
1922
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
1923
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1923
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1924
1924
  */
1925
1925
  await this.loadMarkets();
1926
1926
  let market = undefined;
@@ -2022,7 +2022,7 @@ export default class digifinex extends Exchange {
2022
2022
  * @param {int} [since] the earliest time in ms to fetch orders for
2023
2023
  * @param {int} [limit] the maximum number of orde structures to retrieve
2024
2024
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2025
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
2025
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
2026
2026
  */
2027
2027
  await this.loadMarkets();
2028
2028
  let market = undefined;
@@ -2125,7 +2125,7 @@ export default class digifinex extends Exchange {
2125
2125
  * @param {string} id order id
2126
2126
  * @param {string} symbol unified symbol of the market the order was made in
2127
2127
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2128
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
2128
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
2129
2129
  */
2130
2130
  await this.loadMarkets();
2131
2131
  let market = undefined;
@@ -2222,7 +2222,7 @@ export default class digifinex extends Exchange {
2222
2222
  * @param {int} [since] the earliest time in ms to fetch trades for
2223
2223
  * @param {int} [limit] the maximum number of trades structures to retrieve
2224
2224
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2225
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
2225
+ * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
2226
2226
  */
2227
2227
  await this.loadMarkets();
2228
2228
  let market = undefined;
@@ -2372,7 +2372,7 @@ export default class digifinex extends Exchange {
2372
2372
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
2373
2373
  * @param {int} [limit] max number of ledger entrys to return, default is undefined
2374
2374
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2375
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger-structure}
2375
+ * @returns {object} a [ledger structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ledger-structure}
2376
2376
  */
2377
2377
  await this.loadMarkets();
2378
2378
  const request = {};
@@ -2480,7 +2480,7 @@ export default class digifinex extends Exchange {
2480
2480
  * @description fetch the deposit address for a currency associated with this account
2481
2481
  * @param {string} code unified currency code
2482
2482
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2483
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
2483
+ * @returns {object} an [address structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure}
2484
2484
  */
2485
2485
  await this.loadMarkets();
2486
2486
  const currency = this.currency(code);
@@ -2559,7 +2559,7 @@ export default class digifinex extends Exchange {
2559
2559
  * @param {int} [since] the earliest time in ms to fetch deposits for
2560
2560
  * @param {int} [limit] the maximum number of deposits structures to retrieve
2561
2561
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2562
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2562
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
2563
2563
  */
2564
2564
  return await this.fetchTransactionsByType('deposit', code, since, limit, params);
2565
2565
  }
@@ -2572,7 +2572,7 @@ export default class digifinex extends Exchange {
2572
2572
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
2573
2573
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
2574
2574
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2575
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2575
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
2576
2576
  */
2577
2577
  return await this.fetchTransactionsByType('withdrawal', code, since, limit, params);
2578
2578
  }
@@ -2707,7 +2707,7 @@ export default class digifinex extends Exchange {
2707
2707
  * @param {string} fromAccount account to transfer from
2708
2708
  * @param {string} toAccount account to transfer to
2709
2709
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2710
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
2710
+ * @returns {object} a [transfer structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transfer-structure}
2711
2711
  */
2712
2712
  await this.loadMarkets();
2713
2713
  const currency = this.currency(code);
@@ -2738,7 +2738,7 @@ export default class digifinex extends Exchange {
2738
2738
  * @param {string} address the address to withdraw to
2739
2739
  * @param {string} tag
2740
2740
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2741
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2741
+ * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
2742
2742
  */
2743
2743
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
2744
2744
  this.checkAddress(address);
@@ -2865,7 +2865,7 @@ export default class digifinex extends Exchange {
2865
2865
  * @name digifinex#fetchBorrowRates
2866
2866
  * @description fetch the borrow interest rates of all currencies
2867
2867
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2868
- * @returns {object} a list of [borrow rate structures]{@link https://docs.ccxt.com/#/?id=borrow-rate-structure}
2868
+ * @returns {object} a list of [borrow rate structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#borrow-rate-structure}
2869
2869
  */
2870
2870
  await this.loadMarkets();
2871
2871
  const response = await this.privateSpotGetMarginAssets(params);
@@ -2936,7 +2936,7 @@ export default class digifinex extends Exchange {
2936
2936
  * @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#currentfundingrate
2937
2937
  * @param {string} symbol unified market symbol
2938
2938
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
2939
- * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
2939
+ * @returns {object} a [funding rate structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#funding-rate-structure}
2940
2940
  */
2941
2941
  await this.loadMarkets();
2942
2942
  const market = this.market(symbol);
@@ -3064,7 +3064,7 @@ export default class digifinex extends Exchange {
3064
3064
  * @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#tradingfee
3065
3065
  * @param {string} symbol unified market symbol
3066
3066
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3067
- * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
3067
+ * @returns {object} a [fee structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
3068
3068
  */
3069
3069
  await this.loadMarkets();
3070
3070
  const market = this.market(symbol);
@@ -3114,7 +3114,7 @@ export default class digifinex extends Exchange {
3114
3114
  * @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#positions
3115
3115
  * @param {string[]|undefined} symbols list of unified market symbols
3116
3116
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3117
- * @returns {object[]} a list of [position structures]{@link https://docs.ccxt.com/#/?id=position-structure}
3117
+ * @returns {object[]} a list of [position structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#position-structure}
3118
3118
  */
3119
3119
  await this.loadMarkets();
3120
3120
  symbols = this.marketSymbols(symbols);
@@ -3220,7 +3220,7 @@ export default class digifinex extends Exchange {
3220
3220
  * @description fetch data on a single open contract trade position
3221
3221
  * @param {string} symbol unified market symbol of the market the position is held in
3222
3222
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3223
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
3223
+ * @returns {object} a [position structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#position-structure}
3224
3224
  */
3225
3225
  await this.loadMarkets();
3226
3226
  const market = this.market(symbol);
@@ -3454,7 +3454,7 @@ export default class digifinex extends Exchange {
3454
3454
  * @param {int} [since] the earliest time in ms to fetch transfers for
3455
3455
  * @param {int} [limit] the maximum number of transfers to retrieve
3456
3456
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3457
- * @returns {object[]} a list of [transfer structures]{@link https://docs.ccxt.com/#/?id=transfer-structure}
3457
+ * @returns {object[]} a list of [transfer structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transfer-structure}
3458
3458
  */
3459
3459
  await this.loadMarkets();
3460
3460
  let currency = undefined;
@@ -3496,7 +3496,7 @@ export default class digifinex extends Exchange {
3496
3496
  * @description retrieve information on the maximum leverage, for different trade sizes
3497
3497
  * @param {string[]|undefined} symbols a list of unified market symbols
3498
3498
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3499
- * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}, indexed by market symbols
3499
+ * @returns {object} a dictionary of [leverage tiers structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#leverage-tiers-structure}, indexed by market symbols
3500
3500
  */
3501
3501
  await this.loadMarkets();
3502
3502
  const response = await this.publicSwapGetPublicInstruments(params);
@@ -3589,7 +3589,7 @@ export default class digifinex extends Exchange {
3589
3589
  * @description retrieve information on the maximum leverage, for different trade sizes for a single market
3590
3590
  * @param {string} symbol unified market symbol
3591
3591
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3592
- * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
3592
+ * @returns {object} a [leverage tiers structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#leverage-tiers-structure}
3593
3593
  */
3594
3594
  await this.loadMarkets();
3595
3595
  const market = this.market(symbol);
@@ -3705,7 +3705,7 @@ export default class digifinex extends Exchange {
3705
3705
  * @see https://docs.digifinex.com/en-ww/spot/v3/rest.html#get-currency-deposit-and-withdrawal-information
3706
3706
  * @param {string[]|undefined} codes not used by fetchDepositWithdrawFees ()
3707
3707
  * @param {object} [params] extra parameters specific to the digifinex api endpoint
3708
- * @returns {object} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
3708
+ * @returns {object} a list of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
3709
3709
  */
3710
3710
  await this.loadMarkets();
3711
3711
  const response = await this.publicSpotGetCurrencies(params);
package/js/src/exmo.js CHANGED
@@ -280,7 +280,7 @@ export default class exmo extends Exchange {
280
280
  * @param {string} symbol unified market symbol
281
281
  * @param {float} amount the amount of margin to remove
282
282
  * @param {object} [params] extra parameters specific to the exmo api endpoint
283
- * @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=reduce-margin-structure}
283
+ * @returns {object} a [margin structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#reduce-margin-structure}
284
284
  */
285
285
  return await this.modifyMarginHelper(symbol, amount, 'reduce', params);
286
286
  }
@@ -292,7 +292,7 @@ export default class exmo extends Exchange {
292
292
  * @param {string} symbol unified market symbol
293
293
  * @param {float} amount amount of margin to add
294
294
  * @param {object} [params] extra parameters specific to the exmo api endpoint
295
- * @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=add-margin-structure}
295
+ * @returns {object} a [margin structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#add-margin-structure}
296
296
  */
297
297
  return await this.modifyMarginHelper(symbol, amount, 'add', params);
298
298
  }
@@ -302,7 +302,7 @@ export default class exmo extends Exchange {
302
302
  * @name exmo#fetchTradingFees
303
303
  * @description fetch the trading fees for multiple markets
304
304
  * @param {object} [params] extra parameters specific to the exmo api endpoint
305
- * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
305
+ * @returns {object} a dictionary of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure} indexed by market symbols
306
306
  */
307
307
  let method = this.safeString(params, 'method');
308
308
  params = this.omit(params, 'method');
@@ -428,7 +428,7 @@ export default class exmo extends Exchange {
428
428
  * @see https://documenter.getpostman.com/view/10287440/SzYXWKPi#4190035d-24b1-453d-833b-37e0a52f88e2
429
429
  * @param {string[]|undefined} codes list of unified currency codes
430
430
  * @param {object} [params] extra parameters specific to the exmo api endpoint
431
- * @returns {object} a list of [transaction fees structures]{@link https://docs.ccxt.com/#/?id=fees-structure}
431
+ * @returns {object} a list of [transaction fees structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fees-structure}
432
432
  */
433
433
  await this.loadMarkets();
434
434
  const cryptoList = await this.publicGetPaymentsProvidersCryptoList(params);
@@ -501,7 +501,7 @@ export default class exmo extends Exchange {
501
501
  * @see https://documenter.getpostman.com/view/10287440/SzYXWKPi#4190035d-24b1-453d-833b-37e0a52f88e2
502
502
  * @param {string[]|undefined} codes list of unified currency codes
503
503
  * @param {object} [params] extra parameters specific to the exmo api endpoint
504
- * @returns {object} a list of [transaction fees structures]{@link https://docs.ccxt.com/#/?id=fees-structure}
504
+ * @returns {object} a list of [transaction fees structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fees-structure}
505
505
  */
506
506
  await this.loadMarkets();
507
507
  const response = await this.publicGetPaymentsProvidersCryptoList(params);
@@ -923,7 +923,7 @@ export default class exmo extends Exchange {
923
923
  * @param {string} symbol unified symbol of the market to fetch the order book for
924
924
  * @param {int} [limit] the maximum amount of order book entries to return
925
925
  * @param {object} [params] extra parameters specific to the exmo api endpoint
926
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
926
+ * @returns {object} A dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbols
927
927
  */
928
928
  await this.loadMarkets();
929
929
  const market = this.market(symbol);
@@ -945,7 +945,7 @@ export default class exmo extends Exchange {
945
945
  * @param {string[]|undefined} symbols list of unified market symbols, all symbols fetched if undefined, default is undefined
946
946
  * @param {int} [limit] max number of entries per orderbook to return, default is undefined
947
947
  * @param {object} [params] extra parameters specific to the exmo api endpoint
948
- * @returns {object} a dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbol
948
+ * @returns {object} a dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbol
949
949
  */
950
950
  await this.loadMarkets();
951
951
  let ids = undefined;
@@ -1024,7 +1024,7 @@ export default class exmo extends Exchange {
1024
1024
  * @description fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
1025
1025
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
1026
1026
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1027
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
1027
+ * @returns {object} a dictionary of [ticker structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
1028
1028
  */
1029
1029
  await this.loadMarkets();
1030
1030
  symbols = this.marketSymbols(symbols);
@@ -1062,7 +1062,7 @@ export default class exmo extends Exchange {
1062
1062
  * @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
1063
1063
  * @param {string} symbol unified symbol of the market to fetch the ticker for
1064
1064
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1065
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
1065
+ * @returns {object} a [ticker structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
1066
1066
  */
1067
1067
  await this.loadMarkets();
1068
1068
  const response = await this.publicGetTicker(params);
@@ -1193,7 +1193,7 @@ export default class exmo extends Exchange {
1193
1193
  * @param {int} [since] the earliest time in ms to fetch trades for
1194
1194
  * @param {int} [limit] the maximum number of trades structures to retrieve
1195
1195
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1196
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1196
+ * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
1197
1197
  */
1198
1198
  // a symbol is required but it can be a single string, or a non-empty array
1199
1199
  if (symbol === undefined) {
@@ -1242,9 +1242,9 @@ export default class exmo extends Exchange {
1242
1242
  * @param {string} type 'market' or 'limit'
1243
1243
  * @param {string} side 'buy' or 'sell'
1244
1244
  * @param {float} amount how much of currency you want to trade in units of base currency
1245
- * @param {float} price the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
1245
+ * @param {float} [price] the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
1246
1246
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1247
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1247
+ * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1248
1248
  */
1249
1249
  await this.loadMarkets();
1250
1250
  const market = this.market(symbol);
@@ -1299,7 +1299,7 @@ export default class exmo extends Exchange {
1299
1299
  * @param {string} id order id
1300
1300
  * @param {string} symbol not used by exmo cancelOrder ()
1301
1301
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1302
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1302
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1303
1303
  */
1304
1304
  await this.loadMarkets();
1305
1305
  const request = { 'order_id': id };
@@ -1312,7 +1312,7 @@ export default class exmo extends Exchange {
1312
1312
  * @description fetches information on an order made by the user
1313
1313
  * @param {string} symbol not used by exmo fetchOrder
1314
1314
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1315
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1315
+ * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1316
1316
  */
1317
1317
  await this.loadMarkets();
1318
1318
  const request = {
@@ -1355,7 +1355,7 @@ export default class exmo extends Exchange {
1355
1355
  * @param {int} [since] the earliest time in ms to fetch trades for
1356
1356
  * @param {int} [limit] the maximum number of trades to retrieve
1357
1357
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1358
- * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1358
+ * @returns {object[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
1359
1359
  */
1360
1360
  let market = undefined;
1361
1361
  if (symbol !== undefined) {
@@ -1402,7 +1402,7 @@ export default class exmo extends Exchange {
1402
1402
  * @param {int} [since] the earliest time in ms to fetch open orders for
1403
1403
  * @param {int} [limit] the maximum number of open orders structures to retrieve
1404
1404
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1405
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1405
+ * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1406
1406
  */
1407
1407
  await this.loadMarkets();
1408
1408
  if (symbol !== undefined) {
@@ -1519,7 +1519,7 @@ export default class exmo extends Exchange {
1519
1519
  * @param {int} [since] timestamp in ms of the earliest order, default is undefined
1520
1520
  * @param {int} [limit] max number of orders to return, default is undefined
1521
1521
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1522
- * @returns {object} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1522
+ * @returns {object} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1523
1523
  */
1524
1524
  await this.loadMarkets();
1525
1525
  const request = {};
@@ -1558,7 +1558,7 @@ export default class exmo extends Exchange {
1558
1558
  * @description fetch the deposit address for a currency associated with this account
1559
1559
  * @param {string} code unified currency code
1560
1560
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1561
- * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
1561
+ * @returns {object} an [address structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure}
1562
1562
  */
1563
1563
  await this.loadMarkets();
1564
1564
  const response = await this.privatePostDepositAddress(params);
@@ -1607,7 +1607,7 @@ export default class exmo extends Exchange {
1607
1607
  * @param {string} address the address to withdraw to
1608
1608
  * @param {string} tag
1609
1609
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1610
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1610
+ * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1611
1611
  */
1612
1612
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
1613
1613
  await this.loadMarkets();
@@ -1784,7 +1784,7 @@ export default class exmo extends Exchange {
1784
1784
  * @param {int} [since] timestamp in ms of the earliest deposit/withdrawal, default is undefined
1785
1785
  * @param {int} [limit] max number of deposit/withdrawals to return, default is undefined
1786
1786
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1787
- * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1787
+ * @returns {object} a list of [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1788
1788
  */
1789
1789
  await this.loadMarkets();
1790
1790
  const request = {};
@@ -1837,7 +1837,7 @@ export default class exmo extends Exchange {
1837
1837
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
1838
1838
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
1839
1839
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1840
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1840
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1841
1841
  */
1842
1842
  await this.loadMarkets();
1843
1843
  let currency = undefined;
@@ -1889,7 +1889,7 @@ export default class exmo extends Exchange {
1889
1889
  * @param {string} id withdrawal id
1890
1890
  * @param {string} code unified currency code of the currency withdrawn, default is undefined
1891
1891
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1892
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1892
+ * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1893
1893
  */
1894
1894
  await this.loadMarkets();
1895
1895
  let currency = undefined;
@@ -1940,7 +1940,7 @@ export default class exmo extends Exchange {
1940
1940
  * @param {string} id deposit id
1941
1941
  * @param {string} code unified currency code, default is undefined
1942
1942
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1943
- * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1943
+ * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1944
1944
  */
1945
1945
  await this.loadMarkets();
1946
1946
  let currency = undefined;
@@ -1992,7 +1992,7 @@ export default class exmo extends Exchange {
1992
1992
  * @param {int} [since] the earliest time in ms to fetch deposits for
1993
1993
  * @param {int} [limit] the maximum number of deposits structures to retrieve
1994
1994
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1995
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1995
+ * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1996
1996
  */
1997
1997
  await this.loadMarkets();
1998
1998
  let currency = undefined;