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.
- package/README.md +11 -11
- package/dist/ccxt.browser.js +2058 -1943
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +1 -1
- package/dist/cjs/src/ace.js +9 -9
- package/dist/cjs/src/alpaca.js +6 -6
- package/dist/cjs/src/ascendex.js +22 -22
- package/dist/cjs/src/base/Exchange.js +2 -2
- package/dist/cjs/src/bigone.js +17 -17
- package/dist/cjs/src/binance.js +51 -51
- package/dist/cjs/src/bingx.js +25 -26
- package/dist/cjs/src/bit2c.js +10 -10
- package/dist/cjs/src/bitbank.js +11 -11
- package/dist/cjs/src/bitbns.js +12 -12
- package/dist/cjs/src/bitfinex.js +19 -19
- package/dist/cjs/src/bitfinex2.js +25 -25
- package/dist/cjs/src/bitflyer.js +15 -15
- package/dist/cjs/src/bitforex.js +9 -9
- package/dist/cjs/src/bitget.js +34 -34
- package/dist/cjs/src/bithumb.js +9 -9
- package/dist/cjs/src/bitmart.js +42 -29
- package/dist/cjs/src/bitmex.js +19 -19
- package/dist/cjs/src/bitopro.js +18 -18
- package/dist/cjs/src/bitpanda.js +19 -19
- package/dist/cjs/src/bitrue.js +15 -15
- package/dist/cjs/src/bitso.js +19 -19
- package/dist/cjs/src/bitstamp.js +19 -19
- package/dist/cjs/src/bitstamp1.js +6 -6
- package/dist/cjs/src/bittrex.js +24 -24
- package/dist/cjs/src/bitvavo.js +16 -16
- package/dist/cjs/src/bkex.js +17 -17
- package/dist/cjs/src/bl3p.js +6 -6
- package/dist/cjs/src/blockchaincom.js +20 -20
- package/dist/cjs/src/btcalpha.js +13 -13
- package/dist/cjs/src/btcbox.js +8 -8
- package/dist/cjs/src/btcmarkets.js +15 -15
- package/dist/cjs/src/btctradeua.js +6 -6
- package/dist/cjs/src/btcturk.js +9 -9
- package/dist/cjs/src/bybit.js +148 -116
- package/dist/cjs/src/cex.js +12 -12
- package/dist/cjs/src/coinbase.js +20 -20
- package/dist/cjs/src/coinbasepro.js +22 -22
- package/dist/cjs/src/coincheck.js +10 -10
- package/dist/cjs/src/coinex.js +81 -35
- package/dist/cjs/src/coinfalcon.js +14 -14
- package/dist/cjs/src/coinmate.js +12 -12
- package/dist/cjs/src/coinone.js +10 -10
- package/dist/cjs/src/coinsph.js +20 -20
- package/dist/cjs/src/coinspot.js +6 -6
- package/dist/cjs/src/cryptocom.js +24 -24
- package/dist/cjs/src/currencycom.js +18 -18
- package/dist/cjs/src/delta.js +23 -23
- package/dist/cjs/src/deribit.js +27 -27
- package/dist/cjs/src/digifinex.js +27 -27
- package/dist/cjs/src/exmo.js +24 -24
- package/dist/cjs/src/gate.js +34 -34
- package/dist/cjs/src/gemini.js +14 -14
- package/dist/cjs/src/hitbtc.js +30 -30
- package/dist/cjs/src/hollaex.js +20 -20
- package/dist/cjs/src/huobi.js +40 -40
- package/dist/cjs/src/huobijp.js +18 -18
- package/dist/cjs/src/idex.js +17 -17
- package/dist/cjs/src/independentreserve.js +10 -10
- package/dist/cjs/src/indodax.js +12 -12
- package/dist/cjs/src/kraken.js +25 -25
- package/dist/cjs/src/krakenfutures.js +12 -12
- package/dist/cjs/src/kucoin.js +29 -29
- package/dist/cjs/src/kucoinfutures.js +19 -19
- package/dist/cjs/src/kuna.js +10 -10
- package/dist/cjs/src/latoken.js +15 -15
- package/dist/cjs/src/lbank.js +10 -10
- package/dist/cjs/src/lbank2.js +21 -21
- package/dist/cjs/src/luno.js +14 -14
- package/dist/cjs/src/lykke.js +14 -14
- package/dist/cjs/src/mercado.js +10 -10
- package/dist/cjs/src/mexc.js +38 -38
- package/dist/cjs/src/ndax.js +18 -18
- package/dist/cjs/src/novadax.js +18 -18
- package/dist/cjs/src/oceanex.js +14 -14
- package/dist/cjs/src/okcoin.js +19 -19
- package/dist/cjs/src/okx.js +48 -48
- package/dist/cjs/src/paymium.js +9 -9
- package/dist/cjs/src/phemex.js +24 -24
- package/dist/cjs/src/poloniex.js +77 -60
- package/dist/cjs/src/poloniexfutures.js +16 -16
- package/dist/cjs/src/pro/alpaca.js +5 -5
- package/dist/cjs/src/pro/ascendex.js +2 -2
- package/dist/cjs/src/pro/binance.js +10 -10
- package/dist/cjs/src/pro/bitfinex.js +3 -3
- package/dist/cjs/src/pro/bitfinex2.js +4 -4
- package/dist/cjs/src/pro/bitget.js +4 -4
- package/dist/cjs/src/pro/bitmart.js +3 -3
- package/dist/cjs/src/pro/bitmex.js +4 -4
- package/dist/cjs/src/pro/bitopro.js +2 -2
- package/dist/cjs/src/pro/bitrue.js +1 -1
- package/dist/cjs/src/pro/bitstamp.js +2 -2
- package/dist/cjs/src/pro/bittrex.js +4 -4
- package/dist/cjs/src/pro/bitvavo.js +4 -4
- package/dist/cjs/src/pro/bybit.js +12 -11
- package/dist/cjs/src/pro/cex.js +3 -3
- package/dist/cjs/src/pro/coinbasepro.js +5 -5
- package/dist/cjs/src/pro/coinex.js +3 -3
- package/dist/cjs/src/pro/cryptocom.js +7 -7
- package/dist/cjs/src/pro/currencycom.js +2 -2
- package/dist/cjs/src/pro/deribit.js +3 -3
- package/dist/cjs/src/pro/exmo.js +2 -2
- package/dist/cjs/src/pro/gate.js +5 -5
- package/dist/cjs/src/pro/gemini.js +2 -2
- package/dist/cjs/src/pro/hitbtc.js +2 -2
- package/dist/cjs/src/pro/hollaex.js +3 -3
- package/dist/cjs/src/pro/huobi.js +4 -4
- package/dist/cjs/src/pro/huobijp.js +2 -2
- package/dist/cjs/src/pro/idex.js +3 -3
- package/dist/cjs/src/pro/independentreserve.js +1 -1
- package/dist/cjs/src/pro/kraken.js +6 -6
- package/dist/cjs/src/pro/krakenfutures.js +2 -2
- package/dist/cjs/src/pro/kucoin.js +4 -4
- package/dist/cjs/src/pro/kucoinfutures.js +3 -3
- package/dist/cjs/src/pro/luno.js +1 -1
- package/dist/cjs/src/pro/ndax.js +2 -2
- package/dist/cjs/src/pro/okcoin.js +3 -3
- package/dist/cjs/src/pro/okx.js +12 -11
- package/dist/cjs/src/pro/phemex.js +4 -4
- package/dist/cjs/src/pro/poloniex.js +1 -1
- package/dist/cjs/src/pro/upbit.js +2 -2
- package/dist/cjs/src/pro/wazirx.js +3 -3
- package/dist/cjs/src/pro/whitebit.js +4 -4
- package/dist/cjs/src/probit.js +17 -17
- package/dist/cjs/src/tidex.js +11 -11
- package/dist/cjs/src/timex.js +14 -14
- package/dist/cjs/src/tokocrypto.js +16 -16
- package/dist/cjs/src/upbit.js +18 -18
- package/dist/cjs/src/wavesexchange.js +13 -13
- package/dist/cjs/src/wazirx.js +10 -10
- package/dist/cjs/src/whitebit.js +21 -21
- package/dist/cjs/src/woo.js +28 -22
- package/dist/cjs/src/yobit.js +14 -14
- package/dist/cjs/src/zaif.js +8 -8
- package/dist/cjs/src/zonda.js +13 -13
- package/js/ccxt.d.ts +1 -1
- package/js/ccxt.js +1 -1
- package/js/src/abstract/bitmart.d.ts +13 -0
- package/js/src/abstract/bybit.d.ts +33 -21
- package/js/src/abstract/woo.d.ts +6 -0
- package/js/src/ace.js +9 -9
- package/js/src/alpaca.js +6 -6
- package/js/src/ascendex.js +22 -22
- package/js/src/base/Exchange.js +2 -2
- package/js/src/bigone.js +17 -17
- package/js/src/binance.js +51 -51
- package/js/src/bingx.js +25 -26
- package/js/src/bit2c.js +10 -10
- package/js/src/bitbank.js +11 -11
- package/js/src/bitbns.js +12 -12
- package/js/src/bitfinex.js +19 -19
- package/js/src/bitfinex2.js +25 -25
- package/js/src/bitflyer.js +15 -15
- package/js/src/bitforex.js +9 -9
- package/js/src/bitget.js +34 -34
- package/js/src/bithumb.js +9 -9
- package/js/src/bitmart.js +42 -29
- package/js/src/bitmex.js +19 -19
- package/js/src/bitopro.js +18 -18
- package/js/src/bitpanda.js +19 -19
- package/js/src/bitrue.js +15 -15
- package/js/src/bitso.js +19 -19
- package/js/src/bitstamp.js +19 -19
- package/js/src/bitstamp1.js +6 -6
- package/js/src/bittrex.js +24 -24
- package/js/src/bitvavo.js +16 -16
- package/js/src/bkex.js +17 -17
- package/js/src/bl3p.js +6 -6
- package/js/src/blockchaincom.js +20 -20
- package/js/src/btcalpha.js +13 -13
- package/js/src/btcbox.js +8 -8
- package/js/src/btcmarkets.js +15 -15
- package/js/src/btctradeua.js +6 -6
- package/js/src/btcturk.js +9 -9
- package/js/src/bybit.js +148 -116
- package/js/src/cex.js +12 -12
- package/js/src/coinbase.js +20 -20
- package/js/src/coinbasepro.js +22 -22
- package/js/src/coincheck.js +10 -10
- package/js/src/coinex.d.ts +1 -0
- package/js/src/coinex.js +81 -35
- package/js/src/coinfalcon.js +14 -14
- package/js/src/coinmate.js +12 -12
- package/js/src/coinone.js +10 -10
- package/js/src/coinsph.js +20 -20
- package/js/src/coinspot.js +6 -6
- package/js/src/cryptocom.js +24 -24
- package/js/src/currencycom.js +18 -18
- package/js/src/delta.js +23 -23
- package/js/src/deribit.js +27 -27
- package/js/src/digifinex.js +27 -27
- package/js/src/exmo.js +24 -24
- package/js/src/gate.js +34 -34
- package/js/src/gemini.js +14 -14
- package/js/src/hitbtc.js +30 -30
- package/js/src/hollaex.js +20 -20
- package/js/src/huobi.js +40 -40
- package/js/src/huobijp.js +18 -18
- package/js/src/idex.js +17 -17
- package/js/src/independentreserve.js +10 -10
- package/js/src/indodax.js +12 -12
- package/js/src/kraken.js +25 -25
- package/js/src/krakenfutures.js +12 -12
- package/js/src/kucoin.js +29 -29
- package/js/src/kucoinfutures.js +19 -19
- package/js/src/kuna.js +10 -10
- package/js/src/latoken.js +15 -15
- package/js/src/lbank.js +10 -10
- package/js/src/lbank2.js +21 -21
- package/js/src/luno.js +14 -14
- package/js/src/lykke.js +14 -14
- package/js/src/mercado.js +10 -10
- package/js/src/mexc.js +38 -38
- package/js/src/ndax.js +18 -18
- package/js/src/novadax.js +18 -18
- package/js/src/oceanex.js +14 -14
- package/js/src/okcoin.js +19 -19
- package/js/src/okx.js +48 -48
- package/js/src/paymium.js +9 -9
- package/js/src/phemex.js +24 -24
- package/js/src/poloniex.js +77 -60
- package/js/src/poloniexfutures.js +16 -16
- package/js/src/pro/alpaca.js +5 -5
- package/js/src/pro/ascendex.js +2 -2
- package/js/src/pro/binance.js +10 -10
- package/js/src/pro/bitfinex.js +3 -3
- package/js/src/pro/bitfinex2.js +4 -4
- package/js/src/pro/bitget.js +4 -4
- package/js/src/pro/bitmart.js +3 -3
- package/js/src/pro/bitmex.js +4 -4
- package/js/src/pro/bitopro.js +2 -2
- package/js/src/pro/bitrue.js +1 -1
- package/js/src/pro/bitstamp.js +2 -2
- package/js/src/pro/bittrex.js +4 -4
- package/js/src/pro/bitvavo.js +4 -4
- package/js/src/pro/bybit.d.ts +1 -1
- package/js/src/pro/bybit.js +12 -11
- package/js/src/pro/cex.js +3 -3
- package/js/src/pro/coinbasepro.js +5 -5
- package/js/src/pro/coinex.js +3 -3
- package/js/src/pro/cryptocom.js +7 -7
- package/js/src/pro/currencycom.js +2 -2
- package/js/src/pro/deribit.js +3 -3
- package/js/src/pro/exmo.js +2 -2
- package/js/src/pro/gate.js +5 -5
- package/js/src/pro/gemini.js +2 -2
- package/js/src/pro/hitbtc.js +2 -2
- package/js/src/pro/hollaex.js +3 -3
- package/js/src/pro/huobi.js +4 -4
- package/js/src/pro/huobijp.js +2 -2
- package/js/src/pro/idex.js +3 -3
- package/js/src/pro/independentreserve.js +1 -1
- package/js/src/pro/kraken.js +6 -6
- package/js/src/pro/krakenfutures.js +2 -2
- package/js/src/pro/kucoin.js +4 -4
- package/js/src/pro/kucoinfutures.js +3 -3
- package/js/src/pro/luno.js +1 -1
- package/js/src/pro/ndax.js +2 -2
- package/js/src/pro/okcoin.js +3 -3
- package/js/src/pro/okx.d.ts +1 -1
- package/js/src/pro/okx.js +12 -11
- package/js/src/pro/phemex.js +4 -4
- package/js/src/pro/poloniex.js +1 -1
- package/js/src/pro/upbit.js +2 -2
- package/js/src/pro/wazirx.js +3 -3
- package/js/src/pro/whitebit.js +4 -4
- package/js/src/probit.js +17 -17
- package/js/src/tidex.js +11 -11
- package/js/src/timex.js +14 -14
- package/js/src/tokocrypto.js +16 -16
- package/js/src/upbit.js +18 -18
- package/js/src/wavesexchange.js +13 -13
- package/js/src/wazirx.js +10 -10
- package/js/src/whitebit.js +21 -21
- package/js/src/woo.js +28 -22
- package/js/src/yobit.js +14 -14
- package/js/src/zaif.js +8 -8
- package/js/src/zonda.js +13 -13
- package/package.json +1 -1
package/js/src/digifinex.js
CHANGED
|
@@ -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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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;
|