ccxt 4.4.30 → 4.4.32
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 +9 -3
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +1 -1
- package/dist/cjs/src/ace.js +123 -123
- package/dist/cjs/src/alpaca.js +237 -237
- package/dist/cjs/src/ascendex.js +342 -341
- package/dist/cjs/src/bigone.js +242 -242
- package/dist/cjs/src/binance.js +1339 -1291
- package/dist/cjs/src/bingx.js +639 -639
- package/dist/cjs/src/bit2c.js +111 -111
- package/dist/cjs/src/bitbank.js +142 -142
- package/dist/cjs/src/bitbns.js +140 -140
- package/dist/cjs/src/bitfinex.js +231 -231
- package/dist/cjs/src/bitfinex2.js +403 -403
- package/dist/cjs/src/bitflyer.js +184 -184
- package/dist/cjs/src/bitget.js +848 -846
- package/dist/cjs/src/bithumb.js +125 -124
- package/dist/cjs/src/bitmart.js +525 -525
- package/dist/cjs/src/bitmex.js +317 -317
- package/dist/cjs/src/bitopro.js +221 -221
- package/dist/cjs/src/bitrue.js +315 -315
- package/dist/cjs/src/bitso.js +220 -220
- package/dist/cjs/src/bitstamp.js +251 -251
- package/dist/cjs/src/bitteam.js +183 -183
- package/dist/cjs/src/bitvavo.js +247 -251
- package/dist/cjs/src/bl3p.js +82 -82
- package/dist/cjs/src/blockchaincom.js +211 -211
- package/dist/cjs/src/blofin.js +332 -331
- package/dist/cjs/src/btcalpha.js +166 -166
- package/dist/cjs/src/btcbox.js +108 -108
- package/dist/cjs/src/btcmarkets.js +198 -198
- package/dist/cjs/src/btcturk.js +124 -124
- package/dist/cjs/src/bybit.js +906 -900
- package/dist/cjs/src/cex.js +227 -226
- package/dist/cjs/src/coinbase.js +481 -481
- package/dist/cjs/src/coinbaseexchange.js +274 -274
- package/dist/cjs/src/coinbaseinternational.js +304 -304
- package/dist/cjs/src/coincatch.js +650 -650
- package/dist/cjs/src/coincheck.js +113 -113
- package/dist/cjs/src/coinex.js +611 -601
- package/dist/cjs/src/coinlist.js +304 -303
- package/dist/cjs/src/coinmate.js +162 -161
- package/dist/cjs/src/coinmetro.js +187 -187
- package/dist/cjs/src/coinone.js +124 -123
- package/dist/cjs/src/coinsph.js +237 -237
- package/dist/cjs/src/coinspot.js +82 -82
- package/dist/cjs/src/cryptocom.js +342 -341
- package/dist/cjs/src/currencycom.js +225 -224
- package/dist/cjs/src/delta.js +320 -320
- package/dist/cjs/src/deribit.js +411 -408
- package/dist/cjs/src/digifinex.js +432 -431
- package/dist/cjs/src/exmo.js +328 -327
- package/dist/cjs/src/gate.js +830 -791
- package/dist/cjs/src/gemini.js +199 -198
- package/dist/cjs/src/hashkey.js +520 -517
- package/dist/cjs/src/hitbtc.js +465 -462
- package/dist/cjs/src/hollaex.js +253 -252
- package/dist/cjs/src/htx.js +791 -848
- package/dist/cjs/src/huobijp.js +219 -218
- package/dist/cjs/src/hyperliquid.js +421 -417
- package/dist/cjs/src/idex.js +238 -237
- package/dist/cjs/src/independentreserve.js +133 -132
- package/dist/cjs/src/indodax.js +177 -171
- package/dist/cjs/src/kraken.js +381 -377
- package/dist/cjs/src/krakenfutures.js +285 -279
- package/dist/cjs/src/kucoin.js +632 -622
- package/dist/cjs/src/kucoinfutures.js +533 -457
- package/dist/cjs/src/kuna.js +283 -282
- package/dist/cjs/src/latoken.js +211 -210
- package/dist/cjs/src/lbank.js +268 -267
- package/dist/cjs/src/luno.js +174 -173
- package/dist/cjs/src/lykke.js +172 -171
- package/dist/cjs/src/mercado.js +123 -122
- package/dist/cjs/src/mexc.js +650 -646
- package/dist/cjs/src/ndax.js +229 -228
- package/dist/cjs/src/novadax.js +230 -229
- package/dist/cjs/src/oceanex.js +187 -186
- package/dist/cjs/src/okcoin.js +286 -285
- package/dist/cjs/src/okx.js +909 -904
- package/dist/cjs/src/onetrading.js +218 -218
- package/dist/cjs/src/oxfun.js +335 -334
- package/dist/cjs/src/p2b.js +154 -154
- package/dist/cjs/src/paradex.js +249 -244
- package/dist/cjs/src/paymium.js +101 -101
- package/dist/cjs/src/phemex.js +388 -390
- package/dist/cjs/src/poloniex.js +270 -270
- package/dist/cjs/src/poloniexfutures.js +250 -250
- package/dist/cjs/src/pro/alpaca.js +64 -64
- package/dist/cjs/src/pro/ascendex.js +64 -64
- package/dist/cjs/src/pro/binance.js +546 -543
- package/dist/cjs/src/pro/bingx.js +116 -116
- package/dist/cjs/src/pro/bitfinex.js +42 -42
- package/dist/cjs/src/pro/bitfinex2.js +66 -66
- package/dist/cjs/src/pro/bitget.js +188 -181
- package/dist/cjs/src/pro/bithumb.js +40 -40
- package/dist/cjs/src/pro/bitmart.js +121 -119
- package/dist/cjs/src/pro/bitmex.js +135 -133
- package/dist/cjs/src/pro/bitopro.js +49 -49
- package/dist/cjs/src/pro/bitrue.js +19 -19
- package/dist/cjs/src/pro/bitstamp.js +29 -29
- package/dist/cjs/src/pro/bitvavo.js +299 -301
- package/dist/cjs/src/pro/blockchaincom.js +62 -62
- package/dist/cjs/src/pro/blofin.js +132 -130
- package/dist/cjs/src/pro/bybit.js +317 -313
- package/dist/cjs/src/pro/cex.js +168 -168
- package/dist/cjs/src/pro/coinbase.js +93 -91
- package/dist/cjs/src/pro/coinbaseexchange.js +95 -95
- package/dist/cjs/src/pro/coinbaseinternational.js +111 -111
- package/dist/cjs/src/pro/coincatch.js +150 -143
- package/dist/cjs/src/pro/coincheck.js +21 -21
- package/dist/cjs/src/pro/coinex.js +110 -110
- package/dist/cjs/src/pro/coinone.js +30 -30
- package/dist/cjs/src/pro/cryptocom.js +227 -227
- package/dist/cjs/src/pro/currencycom.js +45 -45
- package/dist/cjs/src/pro/deribit.js +127 -127
- package/dist/cjs/src/pro/exmo.js +66 -66
- package/dist/cjs/src/pro/gate.js +287 -283
- package/dist/cjs/src/pro/gemini.js +74 -74
- package/dist/cjs/src/pro/hashkey.js +87 -85
- package/dist/cjs/src/pro/hitbtc.js +190 -190
- package/dist/cjs/src/pro/hollaex.js +51 -51
- package/dist/cjs/src/pro/htx.js +96 -94
- package/dist/cjs/src/pro/huobijp.js +38 -38
- package/dist/cjs/src/pro/hyperliquid.js +151 -150
- package/dist/cjs/src/pro/idex.js +48 -48
- package/dist/cjs/src/pro/independentreserve.js +19 -19
- package/dist/cjs/src/pro/kraken.js +167 -167
- package/dist/cjs/src/pro/krakenfutures.js +137 -138
- package/dist/cjs/src/pro/kucoin.js +167 -168
- package/dist/cjs/src/pro/kucoinfutures.js +147 -147
- package/dist/cjs/src/pro/lbank.js +95 -95
- package/dist/cjs/src/pro/luno.js +21 -21
- package/dist/cjs/src/pro/mexc.js +102 -103
- package/dist/cjs/src/pro/ndax.js +42 -42
- package/dist/cjs/src/pro/okcoin.js +61 -61
- package/dist/cjs/src/pro/okx.js +332 -330
- package/dist/cjs/src/pro/onetrading.js +71 -71
- package/dist/cjs/src/pro/oxfun.js +193 -191
- package/dist/cjs/src/pro/p2b.js +77 -77
- package/dist/cjs/src/pro/paradex.js +39 -39
- package/dist/cjs/src/pro/phemex.js +94 -94
- package/dist/cjs/src/pro/poloniex.js +171 -171
- package/dist/cjs/src/pro/poloniexfutures.js +62 -62
- package/dist/cjs/src/pro/probit.js +63 -63
- package/dist/cjs/src/pro/upbit.js +80 -80
- package/dist/cjs/src/pro/vertex.js +65 -63
- package/dist/cjs/src/pro/wazirx.js +70 -70
- package/dist/cjs/src/pro/whitebit.js +83 -83
- package/dist/cjs/src/pro/woo.js +106 -104
- package/dist/cjs/src/pro/woofipro.js +105 -103
- package/dist/cjs/src/pro/xt.js +119 -119
- package/dist/cjs/src/probit.js +229 -229
- package/dist/cjs/src/timex.js +198 -197
- package/dist/cjs/src/tokocrypto.js +214 -213
- package/dist/cjs/src/tradeogre.js +92 -91
- package/dist/cjs/src/upbit.js +243 -242
- package/dist/cjs/src/vertex.js +258 -258
- package/dist/cjs/src/wavesexchange.js +176 -172
- package/dist/cjs/src/wazirx.js +168 -168
- package/dist/cjs/src/whitebit.js +361 -361
- package/dist/cjs/src/woo.js +571 -572
- package/dist/cjs/src/woofipro.js +392 -391
- package/dist/cjs/src/xt.js +436 -435
- package/dist/cjs/src/yobit.js +159 -158
- package/dist/cjs/src/zaif.js +103 -103
- package/dist/cjs/src/zonda.js +168 -168
- package/js/ccxt.d.ts +1 -1
- package/js/ccxt.js +1 -1
- package/js/src/ace.d.ts +123 -0
- package/js/src/ace.js +123 -123
- package/js/src/alpaca.d.ts +237 -0
- package/js/src/alpaca.js +237 -237
- package/js/src/ascendex.d.ts +339 -0
- package/js/src/ascendex.js +342 -341
- package/js/src/base/types.d.ts +1 -0
- package/js/src/bigone.d.ts +242 -0
- package/js/src/bigone.js +242 -242
- package/js/src/binance.d.ts +1306 -0
- package/js/src/binance.js +1339 -1291
- package/js/src/bingx.d.ts +639 -0
- package/js/src/bingx.js +639 -639
- package/js/src/bit2c.d.ts +111 -0
- package/js/src/bit2c.js +111 -111
- package/js/src/bitbank.d.ts +142 -0
- package/js/src/bitbank.js +142 -142
- package/js/src/bitbns.d.ts +140 -0
- package/js/src/bitbns.js +140 -140
- package/js/src/bitfinex.d.ts +231 -0
- package/js/src/bitfinex.js +231 -231
- package/js/src/bitfinex2.d.ts +403 -0
- package/js/src/bitfinex2.js +403 -403
- package/js/src/bitflyer.d.ts +184 -0
- package/js/src/bitflyer.js +184 -184
- package/js/src/bitget.d.ts +846 -0
- package/js/src/bitget.js +848 -846
- package/js/src/bithumb.d.ts +125 -0
- package/js/src/bithumb.js +125 -124
- package/js/src/bitmart.d.ts +525 -0
- package/js/src/bitmart.js +525 -525
- package/js/src/bitmex.d.ts +317 -0
- package/js/src/bitmex.js +317 -317
- package/js/src/bitopro.d.ts +221 -0
- package/js/src/bitopro.js +221 -221
- package/js/src/bitrue.d.ts +315 -0
- package/js/src/bitrue.js +315 -315
- package/js/src/bitso.d.ts +220 -0
- package/js/src/bitso.js +220 -220
- package/js/src/bitstamp.d.ts +251 -0
- package/js/src/bitstamp.js +251 -251
- package/js/src/bitteam.d.ts +183 -0
- package/js/src/bitteam.js +183 -183
- package/js/src/bitvavo.d.ts +247 -0
- package/js/src/bitvavo.js +247 -251
- package/js/src/bl3p.d.ts +82 -0
- package/js/src/bl3p.js +82 -82
- package/js/src/blockchaincom.d.ts +211 -0
- package/js/src/blockchaincom.js +211 -211
- package/js/src/blofin.d.ts +332 -0
- package/js/src/blofin.js +332 -331
- package/js/src/btcalpha.d.ts +166 -0
- package/js/src/btcalpha.js +166 -166
- package/js/src/btcbox.d.ts +108 -0
- package/js/src/btcbox.js +108 -108
- package/js/src/btcmarkets.d.ts +198 -0
- package/js/src/btcmarkets.js +198 -198
- package/js/src/btcturk.d.ts +124 -0
- package/js/src/btcturk.js +124 -124
- package/js/src/bybit.d.ts +906 -1
- package/js/src/bybit.js +906 -900
- package/js/src/cex.d.ts +227 -0
- package/js/src/cex.js +227 -226
- package/js/src/coinbase.d.ts +481 -0
- package/js/src/coinbase.js +481 -481
- package/js/src/coinbaseexchange.d.ts +274 -0
- package/js/src/coinbaseexchange.js +274 -274
- package/js/src/coinbaseinternational.d.ts +304 -0
- package/js/src/coinbaseinternational.js +304 -304
- package/js/src/coincatch.d.ts +646 -0
- package/js/src/coincatch.js +650 -650
- package/js/src/coincheck.d.ts +113 -0
- package/js/src/coincheck.js +113 -113
- package/js/src/coinex.d.ts +603 -0
- package/js/src/coinex.js +611 -601
- package/js/src/coinlist.d.ts +304 -0
- package/js/src/coinlist.js +304 -303
- package/js/src/coinmate.d.ts +162 -0
- package/js/src/coinmate.js +162 -161
- package/js/src/coinmetro.d.ts +187 -0
- package/js/src/coinmetro.js +187 -187
- package/js/src/coinone.d.ts +124 -0
- package/js/src/coinone.js +124 -123
- package/js/src/coinsph.d.ts +237 -0
- package/js/src/coinsph.js +237 -237
- package/js/src/coinspot.d.ts +82 -0
- package/js/src/coinspot.js +82 -82
- package/js/src/cryptocom.d.ts +342 -0
- package/js/src/cryptocom.js +342 -341
- package/js/src/currencycom.d.ts +225 -0
- package/js/src/currencycom.js +225 -224
- package/js/src/delta.d.ts +320 -0
- package/js/src/delta.js +320 -320
- package/js/src/deribit.d.ts +411 -0
- package/js/src/deribit.js +411 -408
- package/js/src/digifinex.d.ts +430 -0
- package/js/src/digifinex.js +432 -431
- package/js/src/exmo.d.ts +328 -0
- package/js/src/exmo.js +328 -327
- package/js/src/gate.d.ts +803 -1
- package/js/src/gate.js +830 -791
- package/js/src/gemini.d.ts +199 -0
- package/js/src/gemini.js +199 -198
- package/js/src/hashkey.d.ts +516 -0
- package/js/src/hashkey.js +520 -517
- package/js/src/hitbtc.d.ts +465 -0
- package/js/src/hitbtc.js +465 -462
- package/js/src/hollaex.d.ts +253 -0
- package/js/src/hollaex.js +253 -252
- package/js/src/htx.d.ts +765 -2
- package/js/src/htx.js +791 -848
- package/js/src/huobijp.d.ts +219 -0
- package/js/src/huobijp.js +219 -218
- package/js/src/hyperliquid.d.ts +419 -0
- package/js/src/hyperliquid.js +421 -417
- package/js/src/idex.d.ts +238 -0
- package/js/src/idex.js +238 -237
- package/js/src/independentreserve.d.ts +133 -0
- package/js/src/independentreserve.js +133 -132
- package/js/src/indodax.d.ts +171 -0
- package/js/src/indodax.js +177 -171
- package/js/src/kraken.d.ts +381 -0
- package/js/src/kraken.js +381 -377
- package/js/src/krakenfutures.d.ts +282 -0
- package/js/src/krakenfutures.js +285 -279
- package/js/src/kucoin.d.ts +613 -0
- package/js/src/kucoin.js +632 -622
- package/js/src/kucoinfutures.d.ts +441 -0
- package/js/src/kucoinfutures.js +533 -457
- package/js/src/kuna.d.ts +283 -0
- package/js/src/kuna.js +283 -282
- package/js/src/latoken.d.ts +211 -0
- package/js/src/latoken.js +211 -210
- package/js/src/lbank.d.ts +268 -0
- package/js/src/lbank.js +268 -267
- package/js/src/luno.d.ts +174 -0
- package/js/src/luno.js +174 -173
- package/js/src/lykke.d.ts +172 -0
- package/js/src/lykke.js +172 -171
- package/js/src/mercado.d.ts +123 -0
- package/js/src/mercado.js +123 -122
- package/js/src/mexc.d.ts +647 -0
- package/js/src/mexc.js +650 -646
- package/js/src/ndax.d.ts +229 -0
- package/js/src/ndax.js +229 -228
- package/js/src/novadax.d.ts +230 -0
- package/js/src/novadax.js +230 -229
- package/js/src/oceanex.d.ts +187 -0
- package/js/src/oceanex.js +187 -186
- package/js/src/okcoin.d.ts +286 -0
- package/js/src/okcoin.js +286 -285
- package/js/src/okx.d.ts +907 -0
- package/js/src/okx.js +909 -904
- package/js/src/onetrading.d.ts +218 -0
- package/js/src/onetrading.js +218 -218
- package/js/src/oxfun.d.ts +336 -3
- package/js/src/oxfun.js +335 -334
- package/js/src/p2b.d.ts +154 -0
- package/js/src/p2b.js +154 -154
- package/js/src/paradex.d.ts +241 -0
- package/js/src/paradex.js +249 -244
- package/js/src/paymium.d.ts +101 -0
- package/js/src/paymium.js +101 -101
- package/js/src/phemex.d.ts +366 -0
- package/js/src/phemex.js +388 -390
- package/js/src/poloniex.d.ts +270 -0
- package/js/src/poloniex.js +270 -270
- package/js/src/poloniexfutures.d.ts +250 -0
- package/js/src/poloniexfutures.js +250 -250
- package/js/src/pro/alpaca.d.ts +64 -0
- package/js/src/pro/alpaca.js +64 -64
- package/js/src/pro/ascendex.d.ts +64 -0
- package/js/src/pro/ascendex.js +64 -64
- package/js/src/pro/binance.d.ts +546 -0
- package/js/src/pro/binance.js +546 -543
- package/js/src/pro/bingx.d.ts +116 -0
- package/js/src/pro/bingx.js +116 -116
- package/js/src/pro/bitfinex.d.ts +42 -0
- package/js/src/pro/bitfinex.js +42 -42
- package/js/src/pro/bitfinex2.d.ts +66 -0
- package/js/src/pro/bitfinex2.js +66 -66
- package/js/src/pro/bitget.d.ts +187 -0
- package/js/src/pro/bitget.js +188 -181
- package/js/src/pro/bithumb.d.ts +40 -0
- package/js/src/pro/bithumb.js +40 -40
- package/js/src/pro/bitmart.d.ts +121 -0
- package/js/src/pro/bitmart.js +121 -119
- package/js/src/pro/bitmex.d.ts +135 -0
- package/js/src/pro/bitmex.js +135 -133
- package/js/src/pro/bitopro.d.ts +49 -0
- package/js/src/pro/bitopro.js +49 -49
- package/js/src/pro/bitrue.d.ts +19 -0
- package/js/src/pro/bitrue.js +19 -19
- package/js/src/pro/bitstamp.d.ts +29 -0
- package/js/src/pro/bitstamp.js +29 -29
- package/js/src/pro/bitvavo.d.ts +254 -1
- package/js/src/pro/bitvavo.js +299 -301
- package/js/src/pro/blockchaincom.d.ts +62 -0
- package/js/src/pro/blockchaincom.js +62 -62
- package/js/src/pro/blofin.d.ts +132 -0
- package/js/src/pro/blofin.js +132 -130
- package/js/src/pro/bybit.d.ts +317 -0
- package/js/src/pro/bybit.js +317 -313
- package/js/src/pro/cex.d.ts +168 -0
- package/js/src/pro/cex.js +168 -168
- package/js/src/pro/coinbase.d.ts +93 -0
- package/js/src/pro/coinbase.js +93 -91
- package/js/src/pro/coinbaseexchange.d.ts +95 -0
- package/js/src/pro/coinbaseexchange.js +95 -95
- package/js/src/pro/coinbaseinternational.d.ts +111 -0
- package/js/src/pro/coinbaseinternational.js +111 -111
- package/js/src/pro/coincatch.d.ts +150 -0
- package/js/src/pro/coincatch.js +150 -143
- package/js/src/pro/coincheck.d.ts +21 -0
- package/js/src/pro/coincheck.js +21 -21
- package/js/src/pro/coinex.d.ts +110 -0
- package/js/src/pro/coinex.js +110 -110
- package/js/src/pro/coinone.d.ts +30 -0
- package/js/src/pro/coinone.js +30 -30
- package/js/src/pro/cryptocom.d.ts +227 -0
- package/js/src/pro/cryptocom.js +227 -227
- package/js/src/pro/currencycom.d.ts +45 -0
- package/js/src/pro/currencycom.js +45 -45
- package/js/src/pro/deribit.d.ts +127 -0
- package/js/src/pro/deribit.js +127 -127
- package/js/src/pro/exmo.d.ts +66 -0
- package/js/src/pro/exmo.js +66 -66
- package/js/src/pro/gate.d.ts +287 -0
- package/js/src/pro/gate.js +287 -283
- package/js/src/pro/gemini.d.ts +74 -0
- package/js/src/pro/gemini.js +74 -74
- package/js/src/pro/hashkey.d.ts +87 -0
- package/js/src/pro/hashkey.js +87 -85
- package/js/src/pro/hitbtc.d.ts +190 -0
- package/js/src/pro/hitbtc.js +190 -190
- package/js/src/pro/hollaex.d.ts +51 -0
- package/js/src/pro/hollaex.js +51 -51
- package/js/src/pro/htx.d.ts +96 -0
- package/js/src/pro/htx.js +96 -94
- package/js/src/pro/huobijp.d.ts +38 -0
- package/js/src/pro/huobijp.js +38 -38
- package/js/src/pro/hyperliquid.d.ts +151 -0
- package/js/src/pro/hyperliquid.js +151 -150
- package/js/src/pro/idex.d.ts +48 -0
- package/js/src/pro/idex.js +48 -48
- package/js/src/pro/independentreserve.d.ts +19 -0
- package/js/src/pro/independentreserve.js +19 -19
- package/js/src/pro/kraken.d.ts +167 -0
- package/js/src/pro/kraken.js +167 -167
- package/js/src/pro/krakenfutures.d.ts +137 -0
- package/js/src/pro/krakenfutures.js +137 -138
- package/js/src/pro/kucoin.d.ts +167 -0
- package/js/src/pro/kucoin.js +167 -168
- package/js/src/pro/kucoinfutures.d.ts +147 -0
- package/js/src/pro/kucoinfutures.js +147 -147
- package/js/src/pro/lbank.d.ts +95 -0
- package/js/src/pro/lbank.js +95 -95
- package/js/src/pro/luno.d.ts +21 -0
- package/js/src/pro/luno.js +21 -21
- package/js/src/pro/mexc.d.ts +101 -0
- package/js/src/pro/mexc.js +102 -103
- package/js/src/pro/ndax.d.ts +42 -0
- package/js/src/pro/ndax.js +42 -42
- package/js/src/pro/okcoin.d.ts +61 -0
- package/js/src/pro/okcoin.js +61 -61
- package/js/src/pro/okx.d.ts +332 -0
- package/js/src/pro/okx.js +332 -330
- package/js/src/pro/onetrading.d.ts +71 -0
- package/js/src/pro/onetrading.js +71 -71
- package/js/src/pro/oxfun.d.ts +193 -0
- package/js/src/pro/oxfun.js +193 -191
- package/js/src/pro/p2b.d.ts +77 -0
- package/js/src/pro/p2b.js +77 -77
- package/js/src/pro/paradex.d.ts +39 -0
- package/js/src/pro/paradex.js +39 -39
- package/js/src/pro/phemex.d.ts +94 -0
- package/js/src/pro/phemex.js +94 -94
- package/js/src/pro/poloniex.d.ts +171 -0
- package/js/src/pro/poloniex.js +171 -171
- package/js/src/pro/poloniexfutures.d.ts +62 -0
- package/js/src/pro/poloniexfutures.js +62 -62
- package/js/src/pro/probit.d.ts +63 -0
- package/js/src/pro/probit.js +63 -63
- package/js/src/pro/upbit.d.ts +80 -0
- package/js/src/pro/upbit.js +80 -80
- package/js/src/pro/vertex.d.ts +65 -0
- package/js/src/pro/vertex.js +65 -63
- package/js/src/pro/wazirx.d.ts +70 -0
- package/js/src/pro/wazirx.js +70 -70
- package/js/src/pro/whitebit.d.ts +83 -0
- package/js/src/pro/whitebit.js +83 -83
- package/js/src/pro/woo.d.ts +106 -0
- package/js/src/pro/woo.js +106 -104
- package/js/src/pro/woofipro.d.ts +105 -0
- package/js/src/pro/woofipro.js +105 -103
- package/js/src/pro/xt.d.ts +119 -0
- package/js/src/pro/xt.js +119 -119
- package/js/src/probit.d.ts +229 -0
- package/js/src/probit.js +229 -229
- package/js/src/timex.d.ts +198 -0
- package/js/src/timex.js +198 -197
- package/js/src/tokocrypto.d.ts +214 -0
- package/js/src/tokocrypto.js +214 -213
- package/js/src/tradeogre.d.ts +92 -0
- package/js/src/tradeogre.js +92 -91
- package/js/src/upbit.d.ts +243 -0
- package/js/src/upbit.js +243 -242
- package/js/src/vertex.d.ts +258 -0
- package/js/src/vertex.js +258 -258
- package/js/src/wavesexchange.d.ts +176 -0
- package/js/src/wavesexchange.js +176 -172
- package/js/src/wazirx.d.ts +168 -0
- package/js/src/wazirx.js +168 -168
- package/js/src/whitebit.d.ts +361 -0
- package/js/src/whitebit.js +361 -361
- package/js/src/woo.d.ts +571 -0
- package/js/src/woo.js +571 -572
- package/js/src/woofipro.d.ts +392 -0
- package/js/src/woofipro.js +392 -391
- package/js/src/xt.d.ts +439 -4
- package/js/src/xt.js +436 -435
- package/js/src/yobit.d.ts +159 -0
- package/js/src/yobit.js +159 -158
- package/js/src/zaif.d.ts +103 -0
- package/js/src/zaif.js +103 -103
- package/js/src/zonda.d.ts +168 -0
- package/js/src/zonda.js +168 -168
- package/package.json +1 -1
package/js/src/xt.js
CHANGED
|
@@ -681,15 +681,15 @@ export default class xt extends Exchange {
|
|
|
681
681
|
nonce() {
|
|
682
682
|
return this.milliseconds() - this.options['timeDifference'];
|
|
683
683
|
}
|
|
684
|
+
/**
|
|
685
|
+
* @method
|
|
686
|
+
* @name xt#fetchTime
|
|
687
|
+
* @description fetches the current integer timestamp in milliseconds from the xt server
|
|
688
|
+
* @see https://doc.xt.com/#market1serverInfo
|
|
689
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
690
|
+
* @returns {int} the current integer timestamp in milliseconds from the xt server
|
|
691
|
+
*/
|
|
684
692
|
async fetchTime(params = {}) {
|
|
685
|
-
/**
|
|
686
|
-
* @method
|
|
687
|
-
* @name xt#fetchTime
|
|
688
|
-
* @description fetches the current integer timestamp in milliseconds from the xt server
|
|
689
|
-
* @see https://doc.xt.com/#market1serverInfo
|
|
690
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
691
|
-
* @returns {int} the current integer timestamp in milliseconds from the xt server
|
|
692
|
-
*/
|
|
693
693
|
const response = await this.publicSpotGetTime(params);
|
|
694
694
|
//
|
|
695
695
|
// {
|
|
@@ -704,15 +704,15 @@ export default class xt extends Exchange {
|
|
|
704
704
|
const data = this.safeValue(response, 'result');
|
|
705
705
|
return this.safeInteger(data, 'serverTime');
|
|
706
706
|
}
|
|
707
|
+
/**
|
|
708
|
+
* @method
|
|
709
|
+
* @name xt#fetchCurrencies
|
|
710
|
+
* @description fetches all available currencies on an exchange
|
|
711
|
+
* @see https://doc.xt.com/#deposit_withdrawalsupportedCurrenciesGet
|
|
712
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
713
|
+
* @returns {object} an associative dictionary of currencies
|
|
714
|
+
*/
|
|
707
715
|
async fetchCurrencies(params = {}) {
|
|
708
|
-
/**
|
|
709
|
-
* @method
|
|
710
|
-
* @name xt#fetchCurrencies
|
|
711
|
-
* @description fetches all available currencies on an exchange
|
|
712
|
-
* @see https://doc.xt.com/#deposit_withdrawalsupportedCurrenciesGet
|
|
713
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
714
|
-
* @returns {object} an associative dictionary of currencies
|
|
715
|
-
*/
|
|
716
716
|
const promisesRaw = [this.publicSpotGetWalletSupportCurrency(params), this.publicSpotGetCurrencies(params)];
|
|
717
717
|
const [chainsResponse, currenciesResponse] = await Promise.all(promisesRaw);
|
|
718
718
|
//
|
|
@@ -857,16 +857,16 @@ export default class xt extends Exchange {
|
|
|
857
857
|
}
|
|
858
858
|
return result;
|
|
859
859
|
}
|
|
860
|
+
/**
|
|
861
|
+
* @method
|
|
862
|
+
* @name xt#fetchMarkets
|
|
863
|
+
* @description retrieves data on all markets for xt
|
|
864
|
+
* @see https://doc.xt.com/#market2symbol
|
|
865
|
+
* @see https://doc.xt.com/#futures_quotesgetSymbols
|
|
866
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
867
|
+
* @returns {object[]} an array of objects representing market data
|
|
868
|
+
*/
|
|
860
869
|
async fetchMarkets(params = {}) {
|
|
861
|
-
/**
|
|
862
|
-
* @method
|
|
863
|
-
* @name xt#fetchMarkets
|
|
864
|
-
* @description retrieves data on all markets for xt
|
|
865
|
-
* @see https://doc.xt.com/#market2symbol
|
|
866
|
-
* @see https://doc.xt.com/#futures_quotesgetSymbols
|
|
867
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
868
|
-
* @returns {object[]} an array of objects representing market data
|
|
869
|
-
*/
|
|
870
870
|
if (this.options['adjustForTimeDifference']) {
|
|
871
871
|
await this.loadTimeDifference();
|
|
872
872
|
}
|
|
@@ -1269,20 +1269,20 @@ export default class xt extends Exchange {
|
|
|
1269
1269
|
'info': market,
|
|
1270
1270
|
});
|
|
1271
1271
|
}
|
|
1272
|
+
/**
|
|
1273
|
+
* @method
|
|
1274
|
+
* @name xt#fetchOHLCV
|
|
1275
|
+
* @description fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
1276
|
+
* @see https://doc.xt.com/#market4kline
|
|
1277
|
+
* @see https://doc.xt.com/#futures_quotesgetKLine
|
|
1278
|
+
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
1279
|
+
* @param {string} timeframe the length of time each candle represents
|
|
1280
|
+
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
1281
|
+
* @param {int} [limit] the maximum amount of candles to fetch
|
|
1282
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1283
|
+
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
1284
|
+
*/
|
|
1272
1285
|
async fetchOHLCV(symbol, timeframe = '1m', since = undefined, limit = undefined, params = {}) {
|
|
1273
|
-
/**
|
|
1274
|
-
* @method
|
|
1275
|
-
* @name xt#fetchOHLCV
|
|
1276
|
-
* @description fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
1277
|
-
* @see https://doc.xt.com/#market4kline
|
|
1278
|
-
* @see https://doc.xt.com/#futures_quotesgetKLine
|
|
1279
|
-
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
1280
|
-
* @param {string} timeframe the length of time each candle represents
|
|
1281
|
-
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
1282
|
-
* @param {int} [limit] the maximum amount of candles to fetch
|
|
1283
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1284
|
-
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
1285
|
-
*/
|
|
1286
1286
|
await this.loadMarkets();
|
|
1287
1287
|
const market = this.market(symbol);
|
|
1288
1288
|
const request = {
|
|
@@ -1387,18 +1387,18 @@ export default class xt extends Exchange {
|
|
|
1387
1387
|
this.safeNumber2(ohlcv, 'q', volumeIndex),
|
|
1388
1388
|
];
|
|
1389
1389
|
}
|
|
1390
|
+
/**
|
|
1391
|
+
* @method
|
|
1392
|
+
* @name xt#fetchOrderBook
|
|
1393
|
+
* @see https://doc.xt.com/#market3depth
|
|
1394
|
+
* @see https://doc.xt.com/#futures_quotesgetDepth
|
|
1395
|
+
* @description fetches information on open orders with bid (buy) and ask (sell) prices, volumes and other data
|
|
1396
|
+
* @param {string} symbol unified market symbol to fetch the order book for
|
|
1397
|
+
* @param {int} [limit] the maximum amount of order book entries to return
|
|
1398
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1399
|
+
* @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-book-structure} indexed by market symbols
|
|
1400
|
+
*/
|
|
1390
1401
|
async fetchOrderBook(symbol, limit = undefined, params = {}) {
|
|
1391
|
-
/**
|
|
1392
|
-
* @method
|
|
1393
|
-
* @name xt#fetchOrderBook
|
|
1394
|
-
* @see https://doc.xt.com/#market3depth
|
|
1395
|
-
* @see https://doc.xt.com/#futures_quotesgetDepth
|
|
1396
|
-
* @description fetches information on open orders with bid (buy) and ask (sell) prices, volumes and other data
|
|
1397
|
-
* @param {string} symbol unified market symbol to fetch the order book for
|
|
1398
|
-
* @param {int} [limit] the maximum amount of order book entries to return
|
|
1399
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1400
|
-
* @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-book-structure} indexed by market symbols
|
|
1401
|
-
*/
|
|
1402
1402
|
await this.loadMarkets();
|
|
1403
1403
|
const market = this.market(symbol);
|
|
1404
1404
|
const request = {
|
|
@@ -1482,17 +1482,17 @@ export default class xt extends Exchange {
|
|
|
1482
1482
|
swapOb['nonce'] = this.safeInteger2(orderBook, 'u', 'lastUpdateId');
|
|
1483
1483
|
return swapOb;
|
|
1484
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @method
|
|
1487
|
+
* @name xt#fetchTicker
|
|
1488
|
+
* @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
1489
|
+
* @see https://doc.xt.com/#market10ticker24h
|
|
1490
|
+
* @see https://doc.xt.com/#futures_quotesgetAggTicker
|
|
1491
|
+
* @param {string} symbol unified market symbol to fetch the ticker for
|
|
1492
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1493
|
+
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1494
|
+
*/
|
|
1485
1495
|
async fetchTicker(symbol, params = {}) {
|
|
1486
|
-
/**
|
|
1487
|
-
* @method
|
|
1488
|
-
* @name xt#fetchTicker
|
|
1489
|
-
* @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
1490
|
-
* @see https://doc.xt.com/#market10ticker24h
|
|
1491
|
-
* @see https://doc.xt.com/#futures_quotesgetAggTicker
|
|
1492
|
-
* @param {string} symbol unified market symbol to fetch the ticker for
|
|
1493
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1494
|
-
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1495
|
-
*/
|
|
1496
1496
|
await this.loadMarkets();
|
|
1497
1497
|
const market = this.market(symbol);
|
|
1498
1498
|
const request = {
|
|
@@ -1560,17 +1560,17 @@ export default class xt extends Exchange {
|
|
|
1560
1560
|
}
|
|
1561
1561
|
return this.parseTicker(ticker, market);
|
|
1562
1562
|
}
|
|
1563
|
+
/**
|
|
1564
|
+
* @method
|
|
1565
|
+
* @name xt#fetchTickers
|
|
1566
|
+
* @description fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
|
1567
|
+
* @see https://doc.xt.com/#market10ticker24h
|
|
1568
|
+
* @see https://doc.xt.com/#futures_quotesgetAggTickers
|
|
1569
|
+
* @param {string} [symbols] unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
|
1570
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1571
|
+
* @returns {object} an array of [ticker structures]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1572
|
+
*/
|
|
1563
1573
|
async fetchTickers(symbols = undefined, params = {}) {
|
|
1564
|
-
/**
|
|
1565
|
-
* @method
|
|
1566
|
-
* @name xt#fetchTickers
|
|
1567
|
-
* @description fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
|
1568
|
-
* @see https://doc.xt.com/#market10ticker24h
|
|
1569
|
-
* @see https://doc.xt.com/#futures_quotesgetAggTickers
|
|
1570
|
-
* @param {string} [symbols] unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
|
1571
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1572
|
-
* @returns {object} an array of [ticker structures]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1573
|
-
*/
|
|
1574
1574
|
await this.loadMarkets();
|
|
1575
1575
|
let market = undefined;
|
|
1576
1576
|
if (symbols !== undefined) {
|
|
@@ -1649,16 +1649,16 @@ export default class xt extends Exchange {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
return this.filterByArray(result, 'symbol', symbols);
|
|
1651
1651
|
}
|
|
1652
|
+
/**
|
|
1653
|
+
* @method
|
|
1654
|
+
* @name xt#fetchBidsAsks
|
|
1655
|
+
* @description fetches the bid and ask price and volume for multiple markets
|
|
1656
|
+
* @see https://doc.xt.com/#market9tickerBook
|
|
1657
|
+
* @param {string} [symbols] unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
|
|
1658
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1659
|
+
* @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1660
|
+
*/
|
|
1652
1661
|
async fetchBidsAsks(symbols = undefined, params = {}) {
|
|
1653
|
-
/**
|
|
1654
|
-
* @method
|
|
1655
|
-
* @name xt#fetchBidsAsks
|
|
1656
|
-
* @description fetches the bid and ask price and volume for multiple markets
|
|
1657
|
-
* @see https://doc.xt.com/#market9tickerBook
|
|
1658
|
-
* @param {string} [symbols] unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
|
|
1659
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1660
|
-
* @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/en/latest/manual.html#ticker-structure}
|
|
1661
|
-
*/
|
|
1662
1662
|
await this.loadMarkets();
|
|
1663
1663
|
symbols = this.marketSymbols(symbols);
|
|
1664
1664
|
const request = {};
|
|
@@ -1774,19 +1774,19 @@ export default class xt extends Exchange {
|
|
|
1774
1774
|
'info': ticker,
|
|
1775
1775
|
}, market);
|
|
1776
1776
|
}
|
|
1777
|
+
/**
|
|
1778
|
+
* @method
|
|
1779
|
+
* @name xt#fetchTrades
|
|
1780
|
+
* @description get the list of most recent trades for a particular symbol
|
|
1781
|
+
* @see https://doc.xt.com/#market5tradeRecent
|
|
1782
|
+
* @see https://doc.xt.com/#futures_quotesgetDeal
|
|
1783
|
+
* @param {string} symbol unified market symbol to fetch trades for
|
|
1784
|
+
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
1785
|
+
* @param {int} [limit] the maximum amount of trades to fetch
|
|
1786
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1787
|
+
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/en/latest/manual.html?#public-trades}
|
|
1788
|
+
*/
|
|
1777
1789
|
async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
|
|
1778
|
-
/**
|
|
1779
|
-
* @method
|
|
1780
|
-
* @name xt#fetchTrades
|
|
1781
|
-
* @description get the list of most recent trades for a particular symbol
|
|
1782
|
-
* @see https://doc.xt.com/#market5tradeRecent
|
|
1783
|
-
* @see https://doc.xt.com/#futures_quotesgetDeal
|
|
1784
|
-
* @param {string} symbol unified market symbol to fetch trades for
|
|
1785
|
-
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
1786
|
-
* @param {int} [limit] the maximum amount of trades to fetch
|
|
1787
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1788
|
-
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/en/latest/manual.html?#public-trades}
|
|
1789
|
-
*/
|
|
1790
1790
|
await this.loadMarkets();
|
|
1791
1791
|
const market = this.market(symbol);
|
|
1792
1792
|
const request = {
|
|
@@ -1849,19 +1849,19 @@ export default class xt extends Exchange {
|
|
|
1849
1849
|
const trades = this.safeValue(response, 'result', []);
|
|
1850
1850
|
return this.parseTrades(trades, market);
|
|
1851
1851
|
}
|
|
1852
|
+
/**
|
|
1853
|
+
* @method
|
|
1854
|
+
* @name xt#fetchMyTrades
|
|
1855
|
+
* @description fetch all trades made by the user
|
|
1856
|
+
* @see https://doc.xt.com/#tradetradeGet
|
|
1857
|
+
* @see https://doc.xt.com/#futures_ordergetTrades
|
|
1858
|
+
* @param {string} [symbol] unified market symbol to fetch trades for
|
|
1859
|
+
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
1860
|
+
* @param {int} [limit] the maximum amount of trades to fetch
|
|
1861
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1862
|
+
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/en/latest/manual.html?#public-trades}
|
|
1863
|
+
*/
|
|
1852
1864
|
async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
1853
|
-
/**
|
|
1854
|
-
* @method
|
|
1855
|
-
* @name xt#fetchMyTrades
|
|
1856
|
-
* @description fetch all trades made by the user
|
|
1857
|
-
* @see https://doc.xt.com/#tradetradeGet
|
|
1858
|
-
* @see https://doc.xt.com/#futures_ordergetTrades
|
|
1859
|
-
* @param {string} [symbol] unified market symbol to fetch trades for
|
|
1860
|
-
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
1861
|
-
* @param {int} [limit] the maximum amount of trades to fetch
|
|
1862
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
1863
|
-
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/en/latest/manual.html?#public-trades}
|
|
1864
|
-
*/
|
|
1865
1865
|
await this.loadMarkets();
|
|
1866
1866
|
const request = {};
|
|
1867
1867
|
let market = undefined;
|
|
@@ -2137,16 +2137,16 @@ export default class xt extends Exchange {
|
|
|
2137
2137
|
},
|
|
2138
2138
|
}, market);
|
|
2139
2139
|
}
|
|
2140
|
+
/**
|
|
2141
|
+
* @method
|
|
2142
|
+
* @name xt#fetchBalance
|
|
2143
|
+
* @description query for balance and get the amount of funds available for trading or funds locked in orders
|
|
2144
|
+
* @see https://doc.xt.com/#balancebalancesGet
|
|
2145
|
+
* @see https://doc.xt.com/#futures_usergetBalances
|
|
2146
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2147
|
+
* @returns {object} a [balance structure]{@link https://docs.ccxt.com/en/latest/manual.html?#balance-structure}
|
|
2148
|
+
*/
|
|
2140
2149
|
async fetchBalance(params = {}) {
|
|
2141
|
-
/**
|
|
2142
|
-
* @method
|
|
2143
|
-
* @name xt#fetchBalance
|
|
2144
|
-
* @description query for balance and get the amount of funds available for trading or funds locked in orders
|
|
2145
|
-
* @see https://doc.xt.com/#balancebalancesGet
|
|
2146
|
-
* @see https://doc.xt.com/#futures_usergetBalances
|
|
2147
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2148
|
-
* @returns {object} a [balance structure]{@link https://docs.ccxt.com/en/latest/manual.html?#balance-structure}
|
|
2149
|
-
*/
|
|
2150
2150
|
await this.loadMarkets();
|
|
2151
2151
|
let type = undefined;
|
|
2152
2152
|
let subType = undefined;
|
|
@@ -2264,17 +2264,17 @@ export default class xt extends Exchange {
|
|
|
2264
2264
|
}
|
|
2265
2265
|
return this.safeBalance(result);
|
|
2266
2266
|
}
|
|
2267
|
+
/**
|
|
2268
|
+
* @method
|
|
2269
|
+
* @name xt#createMarketBuyOrderWithCost
|
|
2270
|
+
* @see https://doc.xt.com/#orderorderPost
|
|
2271
|
+
* @description create a market buy order by providing the symbol and cost
|
|
2272
|
+
* @param {string} symbol unified symbol of the market to create an order in
|
|
2273
|
+
* @param {float} cost how much you want to trade in units of the quote currency
|
|
2274
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2275
|
+
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
2276
|
+
*/
|
|
2267
2277
|
async createMarketBuyOrderWithCost(symbol, cost, params = {}) {
|
|
2268
|
-
/**
|
|
2269
|
-
* @method
|
|
2270
|
-
* @name xt#createMarketBuyOrderWithCost
|
|
2271
|
-
* @see https://doc.xt.com/#orderorderPost
|
|
2272
|
-
* @description create a market buy order by providing the symbol and cost
|
|
2273
|
-
* @param {string} symbol unified symbol of the market to create an order in
|
|
2274
|
-
* @param {float} cost how much you want to trade in units of the quote currency
|
|
2275
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2276
|
-
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
2277
|
-
*/
|
|
2278
2278
|
await this.loadMarkets();
|
|
2279
2279
|
const market = this.market(symbol);
|
|
2280
2280
|
if (!market['spot']) {
|
|
@@ -2282,29 +2282,29 @@ export default class xt extends Exchange {
|
|
|
2282
2282
|
}
|
|
2283
2283
|
return await this.createOrder(symbol, 'market', 'buy', cost, 1, params);
|
|
2284
2284
|
}
|
|
2285
|
+
/**
|
|
2286
|
+
* @method
|
|
2287
|
+
* @name xt#createOrder
|
|
2288
|
+
* @description create a trade order
|
|
2289
|
+
* @see https://doc.xt.com/#orderorderPost
|
|
2290
|
+
* @see https://doc.xt.com/#futures_ordercreate
|
|
2291
|
+
* @see https://doc.xt.com/#futures_entrustcreatePlan
|
|
2292
|
+
* @see https://doc.xt.com/#futures_entrustcreateProfit
|
|
2293
|
+
* @param {string} symbol unified symbol of the market to create an order in
|
|
2294
|
+
* @param {string} type 'market' or 'limit'
|
|
2295
|
+
* @param {string} side 'buy' or 'sell'
|
|
2296
|
+
* @param {float} amount how much you want to trade in units of the base currency
|
|
2297
|
+
* @param {float} [price] the price to fulfill the order, in units of the quote currency, can be ignored in market orders
|
|
2298
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2299
|
+
* @param {string} [params.timeInForce] 'GTC', 'IOC', 'FOK' or 'GTX'
|
|
2300
|
+
* @param {string} [params.entrustType] 'TAKE_PROFIT', 'STOP', 'TAKE_PROFIT_MARKET', 'STOP_MARKET', 'TRAILING_STOP_MARKET', required if stopPrice is defined, currently isn't functioning on xt's side
|
|
2301
|
+
* @param {string} [params.triggerPriceType] 'INDEX_PRICE', 'MARK_PRICE', 'LATEST_PRICE', required if stopPrice is defined
|
|
2302
|
+
* @param {float} [params.stopPrice] price to trigger a stop order
|
|
2303
|
+
* @param {float} [params.stopLoss] price to set a stop-loss on an open position
|
|
2304
|
+
* @param {float} [params.takeProfit] price to set a take-profit on an open position
|
|
2305
|
+
* @returns {object} an [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2306
|
+
*/
|
|
2285
2307
|
async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
|
|
2286
|
-
/**
|
|
2287
|
-
* @method
|
|
2288
|
-
* @name xt#createOrder
|
|
2289
|
-
* @description create a trade order
|
|
2290
|
-
* @see https://doc.xt.com/#orderorderPost
|
|
2291
|
-
* @see https://doc.xt.com/#futures_ordercreate
|
|
2292
|
-
* @see https://doc.xt.com/#futures_entrustcreatePlan
|
|
2293
|
-
* @see https://doc.xt.com/#futures_entrustcreateProfit
|
|
2294
|
-
* @param {string} symbol unified symbol of the market to create an order in
|
|
2295
|
-
* @param {string} type 'market' or 'limit'
|
|
2296
|
-
* @param {string} side 'buy' or 'sell'
|
|
2297
|
-
* @param {float} amount how much you want to trade in units of the base currency
|
|
2298
|
-
* @param {float} [price] the price to fulfill the order, in units of the quote currency, can be ignored in market orders
|
|
2299
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2300
|
-
* @param {string} [params.timeInForce] 'GTC', 'IOC', 'FOK' or 'GTX'
|
|
2301
|
-
* @param {string} [params.entrustType] 'TAKE_PROFIT', 'STOP', 'TAKE_PROFIT_MARKET', 'STOP_MARKET', 'TRAILING_STOP_MARKET', required if stopPrice is defined, currently isn't functioning on xt's side
|
|
2302
|
-
* @param {string} [params.triggerPriceType] 'INDEX_PRICE', 'MARK_PRICE', 'LATEST_PRICE', required if stopPrice is defined
|
|
2303
|
-
* @param {float} [params.stopPrice] price to trigger a stop order
|
|
2304
|
-
* @param {float} [params.stopLoss] price to set a stop-loss on an open position
|
|
2305
|
-
* @param {float} [params.takeProfit] price to set a take-profit on an open position
|
|
2306
|
-
* @returns {object} an [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2307
|
-
*/
|
|
2308
2308
|
await this.loadMarkets();
|
|
2309
2309
|
const market = this.market(symbol);
|
|
2310
2310
|
symbol = market['symbol'];
|
|
@@ -2461,22 +2461,22 @@ export default class xt extends Exchange {
|
|
|
2461
2461
|
//
|
|
2462
2462
|
return this.parseOrder(response, market);
|
|
2463
2463
|
}
|
|
2464
|
+
/**
|
|
2465
|
+
* @method
|
|
2466
|
+
* @name xt#fetchOrder
|
|
2467
|
+
* @description fetches information on an order made by the user
|
|
2468
|
+
* @see https://doc.xt.com/#orderorderGet
|
|
2469
|
+
* @see https://doc.xt.com/#futures_ordergetById
|
|
2470
|
+
* @see https://doc.xt.com/#futures_entrustgetPlanById
|
|
2471
|
+
* @see https://doc.xt.com/#futures_entrustgetProfitById
|
|
2472
|
+
* @param {string} id order id
|
|
2473
|
+
* @param {string} [symbol] unified symbol of the market the order was made in
|
|
2474
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2475
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
2476
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
2477
|
+
* @returns {object} An [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2478
|
+
*/
|
|
2464
2479
|
async fetchOrder(id, symbol = undefined, params = {}) {
|
|
2465
|
-
/**
|
|
2466
|
-
* @method
|
|
2467
|
-
* @name xt#fetchOrder
|
|
2468
|
-
* @description fetches information on an order made by the user
|
|
2469
|
-
* @see https://doc.xt.com/#orderorderGet
|
|
2470
|
-
* @see https://doc.xt.com/#futures_ordergetById
|
|
2471
|
-
* @see https://doc.xt.com/#futures_entrustgetPlanById
|
|
2472
|
-
* @see https://doc.xt.com/#futures_entrustgetProfitById
|
|
2473
|
-
* @param {string} id order id
|
|
2474
|
-
* @param {string} [symbol] unified symbol of the market the order was made in
|
|
2475
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2476
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
2477
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
2478
|
-
* @returns {object} An [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2479
|
-
*/
|
|
2480
2480
|
await this.loadMarkets();
|
|
2481
2481
|
let market = undefined;
|
|
2482
2482
|
if (symbol !== undefined) {
|
|
@@ -2646,21 +2646,21 @@ export default class xt extends Exchange {
|
|
|
2646
2646
|
const order = this.safeValue(response, 'result', {});
|
|
2647
2647
|
return this.parseOrder(order, market);
|
|
2648
2648
|
}
|
|
2649
|
+
/**
|
|
2650
|
+
* @method
|
|
2651
|
+
* @name xt#fetchOrders
|
|
2652
|
+
* @description fetches information on multiple orders made by the user
|
|
2653
|
+
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
2654
|
+
* @see https://doc.xt.com/#futures_ordergetHistory
|
|
2655
|
+
* @see https://doc.xt.com/#futures_entrustgetPlanHistory
|
|
2656
|
+
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
2657
|
+
* @param {int} [since] timestamp in ms of the earliest order
|
|
2658
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2659
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2660
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
2661
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2662
|
+
*/
|
|
2649
2663
|
async fetchOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
2650
|
-
/**
|
|
2651
|
-
* @method
|
|
2652
|
-
* @name xt#fetchOrders
|
|
2653
|
-
* @description fetches information on multiple orders made by the user
|
|
2654
|
-
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
2655
|
-
* @see https://doc.xt.com/#futures_ordergetHistory
|
|
2656
|
-
* @see https://doc.xt.com/#futures_entrustgetPlanHistory
|
|
2657
|
-
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
2658
|
-
* @param {int} [since] timestamp in ms of the earliest order
|
|
2659
|
-
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2660
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
2661
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
2662
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
2663
|
-
*/
|
|
2664
2664
|
await this.loadMarkets();
|
|
2665
2665
|
const request = {};
|
|
2666
2666
|
let market = undefined;
|
|
@@ -3093,79 +3093,79 @@ export default class xt extends Exchange {
|
|
|
3093
3093
|
const orders = isSpotOpenOrders ? this.safeValue(response, 'result', []) : this.safeValue(data, 'items', []);
|
|
3094
3094
|
return this.parseOrders(orders, market, since, limit);
|
|
3095
3095
|
}
|
|
3096
|
+
/**
|
|
3097
|
+
* @method
|
|
3098
|
+
* @name xt#fetchOpenOrders
|
|
3099
|
+
* @description fetch all unfilled currently open orders
|
|
3100
|
+
* @see https://doc.xt.com/#orderopenOrderGet
|
|
3101
|
+
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3102
|
+
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3103
|
+
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3104
|
+
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3105
|
+
* @param {int} [since] timestamp in ms of the earliest order
|
|
3106
|
+
* @param {int} [limit] the maximum number of open order structures to retrieve
|
|
3107
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3108
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3109
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3110
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3111
|
+
*/
|
|
3096
3112
|
async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3097
|
-
/**
|
|
3098
|
-
* @method
|
|
3099
|
-
* @name xt#fetchOpenOrders
|
|
3100
|
-
* @description fetch all unfilled currently open orders
|
|
3101
|
-
* @see https://doc.xt.com/#orderopenOrderGet
|
|
3102
|
-
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3103
|
-
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3104
|
-
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3105
|
-
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3106
|
-
* @param {int} [since] timestamp in ms of the earliest order
|
|
3107
|
-
* @param {int} [limit] the maximum number of open order structures to retrieve
|
|
3108
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3109
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3110
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3111
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3112
|
-
*/
|
|
3113
3113
|
return await this.fetchOrdersByStatus('open', symbol, since, limit, params);
|
|
3114
3114
|
}
|
|
3115
|
+
/**
|
|
3116
|
+
* @method
|
|
3117
|
+
* @name xt#fetchClosedOrders
|
|
3118
|
+
* @description fetches information on multiple closed orders made by the user
|
|
3119
|
+
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
3120
|
+
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3121
|
+
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3122
|
+
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3123
|
+
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3124
|
+
* @param {int} [since] timestamp in ms of the earliest order
|
|
3125
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
3126
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3127
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3128
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3129
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3130
|
+
*/
|
|
3115
3131
|
async fetchClosedOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3116
|
-
/**
|
|
3117
|
-
* @method
|
|
3118
|
-
* @name xt#fetchClosedOrders
|
|
3119
|
-
* @description fetches information on multiple closed orders made by the user
|
|
3120
|
-
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
3121
|
-
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3122
|
-
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3123
|
-
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3124
|
-
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3125
|
-
* @param {int} [since] timestamp in ms of the earliest order
|
|
3126
|
-
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
3127
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3128
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3129
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3130
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3131
|
-
*/
|
|
3132
3132
|
return await this.fetchOrdersByStatus('closed', symbol, since, limit, params);
|
|
3133
3133
|
}
|
|
3134
|
+
/**
|
|
3135
|
+
* @method
|
|
3136
|
+
* @name xt#fetchCanceledOrders
|
|
3137
|
+
* @description fetches information on multiple canceled orders made by the user
|
|
3138
|
+
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
3139
|
+
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3140
|
+
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3141
|
+
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3142
|
+
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3143
|
+
* @param {int} [since] timestamp in ms of the earliest order
|
|
3144
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
3145
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3146
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3147
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3148
|
+
* @returns {object} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3149
|
+
*/
|
|
3134
3150
|
async fetchCanceledOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3135
|
-
/**
|
|
3136
|
-
* @method
|
|
3137
|
-
* @name xt#fetchCanceledOrders
|
|
3138
|
-
* @description fetches information on multiple canceled orders made by the user
|
|
3139
|
-
* @see https://doc.xt.com/#orderhistoryOrderGet
|
|
3140
|
-
* @see https://doc.xt.com/#futures_ordergetOrders
|
|
3141
|
-
* @see https://doc.xt.com/#futures_entrustgetPlan
|
|
3142
|
-
* @see https://doc.xt.com/#futures_entrustgetProfit
|
|
3143
|
-
* @param {string} [symbol] unified market symbol of the market the orders were made in
|
|
3144
|
-
* @param {int} [since] timestamp in ms of the earliest order
|
|
3145
|
-
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
3146
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3147
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3148
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3149
|
-
* @returns {object} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3150
|
-
*/
|
|
3151
3151
|
return await this.fetchOrdersByStatus('canceled', symbol, since, limit, params);
|
|
3152
3152
|
}
|
|
3153
|
+
/**
|
|
3154
|
+
* @method
|
|
3155
|
+
* @name xt#cancelOrder
|
|
3156
|
+
* @description cancels an open order
|
|
3157
|
+
* @see https://doc.xt.com/#orderorderDel
|
|
3158
|
+
* @see https://doc.xt.com/#futures_ordercancel
|
|
3159
|
+
* @see https://doc.xt.com/#futures_entrustcancelPlan
|
|
3160
|
+
* @see https://doc.xt.com/#futures_entrustcancelProfit
|
|
3161
|
+
* @param {string} id order id
|
|
3162
|
+
* @param {string} [symbol] unified symbol of the market the order was made in
|
|
3163
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3164
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3165
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3166
|
+
* @returns {object} An [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3167
|
+
*/
|
|
3153
3168
|
async cancelOrder(id, symbol = undefined, params = {}) {
|
|
3154
|
-
/**
|
|
3155
|
-
* @method
|
|
3156
|
-
* @name xt#cancelOrder
|
|
3157
|
-
* @description cancels an open order
|
|
3158
|
-
* @see https://doc.xt.com/#orderorderDel
|
|
3159
|
-
* @see https://doc.xt.com/#futures_ordercancel
|
|
3160
|
-
* @see https://doc.xt.com/#futures_entrustcancelPlan
|
|
3161
|
-
* @see https://doc.xt.com/#futures_entrustcancelProfit
|
|
3162
|
-
* @param {string} id order id
|
|
3163
|
-
* @param {string} [symbol] unified symbol of the market the order was made in
|
|
3164
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3165
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3166
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3167
|
-
* @returns {object} An [order structure]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3168
|
-
*/
|
|
3169
3169
|
await this.loadMarkets();
|
|
3170
3170
|
let market = undefined;
|
|
3171
3171
|
if (symbol !== undefined) {
|
|
@@ -3240,21 +3240,21 @@ export default class xt extends Exchange {
|
|
|
3240
3240
|
const order = isContractResponse ? response : this.safeValue(response, 'result', {});
|
|
3241
3241
|
return this.parseOrder(order, market);
|
|
3242
3242
|
}
|
|
3243
|
+
/**
|
|
3244
|
+
* @method
|
|
3245
|
+
* @name xt#cancelAllOrders
|
|
3246
|
+
* @description cancel all open orders in a market
|
|
3247
|
+
* @see https://doc.xt.com/#orderopenOrderDel
|
|
3248
|
+
* @see https://doc.xt.com/#futures_ordercancelBatch
|
|
3249
|
+
* @see https://doc.xt.com/#futures_entrustcancelPlanBatch
|
|
3250
|
+
* @see https://doc.xt.com/#futures_entrustcancelProfitBatch
|
|
3251
|
+
* @param {string} [symbol] unified market symbol of the market to cancel orders in
|
|
3252
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3253
|
+
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3254
|
+
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3255
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3256
|
+
*/
|
|
3243
3257
|
async cancelAllOrders(symbol = undefined, params = {}) {
|
|
3244
|
-
/**
|
|
3245
|
-
* @method
|
|
3246
|
-
* @name xt#cancelAllOrders
|
|
3247
|
-
* @description cancel all open orders in a market
|
|
3248
|
-
* @see https://doc.xt.com/#orderopenOrderDel
|
|
3249
|
-
* @see https://doc.xt.com/#futures_ordercancelBatch
|
|
3250
|
-
* @see https://doc.xt.com/#futures_entrustcancelPlanBatch
|
|
3251
|
-
* @see https://doc.xt.com/#futures_entrustcancelProfitBatch
|
|
3252
|
-
* @param {string} [symbol] unified market symbol of the market to cancel orders in
|
|
3253
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3254
|
-
* @param {bool} [params.stop] if the order is a stop trigger order or not
|
|
3255
|
-
* @param {bool} [params.stopLossTakeProfit] if the order is a stop-loss or take-profit order
|
|
3256
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3257
|
-
*/
|
|
3258
3258
|
await this.loadMarkets();
|
|
3259
3259
|
const request = {};
|
|
3260
3260
|
let market = undefined;
|
|
@@ -3323,17 +3323,17 @@ export default class xt extends Exchange {
|
|
|
3323
3323
|
this.safeOrder(response),
|
|
3324
3324
|
];
|
|
3325
3325
|
}
|
|
3326
|
+
/**
|
|
3327
|
+
* @method
|
|
3328
|
+
* @name xt#cancelOrders
|
|
3329
|
+
* @description cancel multiple orders
|
|
3330
|
+
* @see https://doc.xt.com/#orderbatchOrderDel
|
|
3331
|
+
* @param {string[]} ids order ids
|
|
3332
|
+
* @param {string} [symbol] unified market symbol of the market to cancel orders in
|
|
3333
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3334
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3335
|
+
*/
|
|
3326
3336
|
async cancelOrders(ids, symbol = undefined, params = {}) {
|
|
3327
|
-
/**
|
|
3328
|
-
* @method
|
|
3329
|
-
* @name xt#cancelOrders
|
|
3330
|
-
* @description cancel multiple orders
|
|
3331
|
-
* @see https://doc.xt.com/#orderbatchOrderDel
|
|
3332
|
-
* @param {string[]} ids order ids
|
|
3333
|
-
* @param {string} [symbol] unified market symbol of the market to cancel orders in
|
|
3334
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3335
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/en/latest/manual.html#order-structure}
|
|
3336
|
-
*/
|
|
3337
3337
|
await this.loadMarkets();
|
|
3338
3338
|
const request = {
|
|
3339
3339
|
'orderIds': ids,
|
|
@@ -3539,18 +3539,18 @@ export default class xt extends Exchange {
|
|
|
3539
3539
|
};
|
|
3540
3540
|
return this.safeString(statuses, status, status);
|
|
3541
3541
|
}
|
|
3542
|
+
/**
|
|
3543
|
+
* @method
|
|
3544
|
+
* @name xt#fetchLedger
|
|
3545
|
+
* @description fetch the history of changes, actions done by the user or operations that altered the balance of the user
|
|
3546
|
+
* @see https://doc.xt.com/#futures_usergetBalanceBill
|
|
3547
|
+
* @param {string} [code] unified currency code
|
|
3548
|
+
* @param {int} [since] timestamp in ms of the earliest ledger entry
|
|
3549
|
+
* @param {int} [limit] max number of ledger entries to return
|
|
3550
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3551
|
+
* @returns {object} a [ledger structure]{@link https://docs.ccxt.com/en/latest/manual.html#ledger-structure}
|
|
3552
|
+
*/
|
|
3542
3553
|
async fetchLedger(code = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3543
|
-
/**
|
|
3544
|
-
* @method
|
|
3545
|
-
* @name xt#fetchLedger
|
|
3546
|
-
* @description fetch the history of changes, actions done by the user or operations that altered the balance of the user
|
|
3547
|
-
* @see https://doc.xt.com/#futures_usergetBalanceBill
|
|
3548
|
-
* @param {string} [code] unified currency code
|
|
3549
|
-
* @param {int} [since] timestamp in ms of the earliest ledger entry
|
|
3550
|
-
* @param {int} [limit] max number of ledger entries to return
|
|
3551
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3552
|
-
* @returns {object} a [ledger structure]{@link https://docs.ccxt.com/en/latest/manual.html#ledger-structure}
|
|
3553
|
-
*/
|
|
3554
3554
|
await this.loadMarkets();
|
|
3555
3555
|
const request = {};
|
|
3556
3556
|
let currency = undefined;
|
|
@@ -3656,17 +3656,17 @@ export default class xt extends Exchange {
|
|
|
3656
3656
|
};
|
|
3657
3657
|
return this.safeString(ledgerType, type, type);
|
|
3658
3658
|
}
|
|
3659
|
+
/**
|
|
3660
|
+
* @method
|
|
3661
|
+
* @name xt#fetchDepositAddress
|
|
3662
|
+
* @description fetch the deposit address for a currency associated with this account
|
|
3663
|
+
* @see https://doc.xt.com/#deposit_withdrawaldepositAddressGet
|
|
3664
|
+
* @param {string} code unified currency code
|
|
3665
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3666
|
+
* @param {string} params.network required network id
|
|
3667
|
+
* @returns {object} an [address structure]{@link https://docs.ccxt.com/en/latest/manual.html#address-structure}
|
|
3668
|
+
*/
|
|
3659
3669
|
async fetchDepositAddress(code, params = {}) {
|
|
3660
|
-
/**
|
|
3661
|
-
* @method
|
|
3662
|
-
* @name xt#fetchDepositAddress
|
|
3663
|
-
* @description fetch the deposit address for a currency associated with this account
|
|
3664
|
-
* @see https://doc.xt.com/#deposit_withdrawaldepositAddressGet
|
|
3665
|
-
* @param {string} code unified currency code
|
|
3666
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3667
|
-
* @param {string} params.network required network id
|
|
3668
|
-
* @returns {object} an [address structure]{@link https://docs.ccxt.com/en/latest/manual.html#address-structure}
|
|
3669
|
-
*/
|
|
3670
3670
|
await this.loadMarkets();
|
|
3671
3671
|
let networkCode = undefined;
|
|
3672
3672
|
[networkCode, params] = this.handleNetworkCodeAndParams(params);
|
|
@@ -3709,18 +3709,18 @@ export default class xt extends Exchange {
|
|
|
3709
3709
|
'tag': this.safeString(depositAddress, 'memo'),
|
|
3710
3710
|
};
|
|
3711
3711
|
}
|
|
3712
|
+
/**
|
|
3713
|
+
* @method
|
|
3714
|
+
* @name xt#fetchDeposits
|
|
3715
|
+
* @description fetch all deposits made to an account
|
|
3716
|
+
* @see https://doc.xt.com/#deposit_withdrawalhistoryDepositGet
|
|
3717
|
+
* @param {string} [code] unified currency code
|
|
3718
|
+
* @param {int} [since] the earliest time in ms to fetch deposits for
|
|
3719
|
+
* @param {int} [limit] the maximum number of transaction structures to retrieve
|
|
3720
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3721
|
+
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3722
|
+
*/
|
|
3712
3723
|
async fetchDeposits(code = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3713
|
-
/**
|
|
3714
|
-
* @method
|
|
3715
|
-
* @name xt#fetchDeposits
|
|
3716
|
-
* @description fetch all deposits made to an account
|
|
3717
|
-
* @see https://doc.xt.com/#deposit_withdrawalhistoryDepositGet
|
|
3718
|
-
* @param {string} [code] unified currency code
|
|
3719
|
-
* @param {int} [since] the earliest time in ms to fetch deposits for
|
|
3720
|
-
* @param {int} [limit] the maximum number of transaction structures to retrieve
|
|
3721
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3722
|
-
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3723
|
-
*/
|
|
3724
3724
|
await this.loadMarkets();
|
|
3725
3725
|
const request = {};
|
|
3726
3726
|
let currency = undefined;
|
|
@@ -3765,18 +3765,18 @@ export default class xt extends Exchange {
|
|
|
3765
3765
|
const deposits = this.safeValue(data, 'items', []);
|
|
3766
3766
|
return this.parseTransactions(deposits, currency, since, limit, params);
|
|
3767
3767
|
}
|
|
3768
|
+
/**
|
|
3769
|
+
* @method
|
|
3770
|
+
* @name xt#fetchWithdrawals
|
|
3771
|
+
* @description fetch all withdrawals made from an account
|
|
3772
|
+
* @see https://doc.xt.com/#deposit_withdrawalwithdrawHistory
|
|
3773
|
+
* @param {string} [code] unified currency code
|
|
3774
|
+
* @param {int} [since] the earliest time in ms to fetch withdrawals for
|
|
3775
|
+
* @param {int} [limit] the maximum number of transaction structures to retrieve
|
|
3776
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3777
|
+
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3778
|
+
*/
|
|
3768
3779
|
async fetchWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
|
|
3769
|
-
/**
|
|
3770
|
-
* @method
|
|
3771
|
-
* @name xt#fetchWithdrawals
|
|
3772
|
-
* @description fetch all withdrawals made from an account
|
|
3773
|
-
* @see https://doc.xt.com/#deposit_withdrawalwithdrawHistory
|
|
3774
|
-
* @param {string} [code] unified currency code
|
|
3775
|
-
* @param {int} [since] the earliest time in ms to fetch withdrawals for
|
|
3776
|
-
* @param {int} [limit] the maximum number of transaction structures to retrieve
|
|
3777
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3778
|
-
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3779
|
-
*/
|
|
3780
3780
|
await this.loadMarkets();
|
|
3781
3781
|
const request = {};
|
|
3782
3782
|
let currency = undefined;
|
|
@@ -3821,19 +3821,19 @@ export default class xt extends Exchange {
|
|
|
3821
3821
|
const withdrawals = this.safeValue(data, 'items', []);
|
|
3822
3822
|
return this.parseTransactions(withdrawals, currency, since, limit, params);
|
|
3823
3823
|
}
|
|
3824
|
+
/**
|
|
3825
|
+
* @method
|
|
3826
|
+
* @name xt#withdraw
|
|
3827
|
+
* @description make a withdrawal
|
|
3828
|
+
* @see https://doc.xt.com/#deposit_withdrawalwithdraw
|
|
3829
|
+
* @param {string} code unified currency code
|
|
3830
|
+
* @param {float} amount the amount to withdraw
|
|
3831
|
+
* @param {string} address the address to withdraw to
|
|
3832
|
+
* @param {string} [tag]
|
|
3833
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3834
|
+
* @returns {object} a [transaction structure]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3835
|
+
*/
|
|
3824
3836
|
async withdraw(code, amount, address, tag = undefined, params = {}) {
|
|
3825
|
-
/**
|
|
3826
|
-
* @method
|
|
3827
|
-
* @name xt#withdraw
|
|
3828
|
-
* @description make a withdrawal
|
|
3829
|
-
* @see https://doc.xt.com/#deposit_withdrawalwithdraw
|
|
3830
|
-
* @param {string} code unified currency code
|
|
3831
|
-
* @param {float} amount the amount to withdraw
|
|
3832
|
-
* @param {string} address the address to withdraw to
|
|
3833
|
-
* @param {string} [tag]
|
|
3834
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3835
|
-
* @returns {object} a [transaction structure]{@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure}
|
|
3836
|
-
*/
|
|
3837
3837
|
this.checkAddress(address);
|
|
3838
3838
|
await this.loadMarkets();
|
|
3839
3839
|
const currency = this.currency(code);
|
|
@@ -3952,18 +3952,18 @@ export default class xt extends Exchange {
|
|
|
3952
3952
|
};
|
|
3953
3953
|
return this.safeString(statuses, status, status);
|
|
3954
3954
|
}
|
|
3955
|
+
/**
|
|
3956
|
+
* @method
|
|
3957
|
+
* @name xt#setLeverage
|
|
3958
|
+
* @description set the level of leverage for a market
|
|
3959
|
+
* @see https://doc.xt.com/#futures_useradjustLeverage
|
|
3960
|
+
* @param {float} leverage the rate of leverage
|
|
3961
|
+
* @param {string} symbol unified market symbol
|
|
3962
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3963
|
+
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
3964
|
+
* @returns {object} response from the exchange
|
|
3965
|
+
*/
|
|
3955
3966
|
async setLeverage(leverage, symbol = undefined, params = {}) {
|
|
3956
|
-
/**
|
|
3957
|
-
* @method
|
|
3958
|
-
* @name xt#setLeverage
|
|
3959
|
-
* @description set the level of leverage for a market
|
|
3960
|
-
* @see https://doc.xt.com/#futures_useradjustLeverage
|
|
3961
|
-
* @param {float} leverage the rate of leverage
|
|
3962
|
-
* @param {string} symbol unified market symbol
|
|
3963
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
3964
|
-
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
3965
|
-
* @returns {object} response from the exchange
|
|
3966
|
-
*/
|
|
3967
3967
|
if (symbol === undefined) {
|
|
3968
3968
|
throw new ArgumentsRequired(this.id + ' setLeverage() requires a symbol argument');
|
|
3969
3969
|
}
|
|
@@ -4001,32 +4001,32 @@ export default class xt extends Exchange {
|
|
|
4001
4001
|
//
|
|
4002
4002
|
return response;
|
|
4003
4003
|
}
|
|
4004
|
+
/**
|
|
4005
|
+
* @method
|
|
4006
|
+
* @name xt#addMargin
|
|
4007
|
+
* @description add margin to a position
|
|
4008
|
+
* @see https://doc.xt.com/#futures_useradjustMargin
|
|
4009
|
+
* @param {string} symbol unified market symbol
|
|
4010
|
+
* @param {float} amount amount of margin to add
|
|
4011
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4012
|
+
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
4013
|
+
* @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=add-margin-structure}
|
|
4014
|
+
*/
|
|
4004
4015
|
async addMargin(symbol, amount, params = {}) {
|
|
4005
|
-
/**
|
|
4006
|
-
* @method
|
|
4007
|
-
* @name xt#addMargin
|
|
4008
|
-
* @description add margin to a position
|
|
4009
|
-
* @see https://doc.xt.com/#futures_useradjustMargin
|
|
4010
|
-
* @param {string} symbol unified market symbol
|
|
4011
|
-
* @param {float} amount amount of margin to add
|
|
4012
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4013
|
-
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
4014
|
-
* @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=add-margin-structure}
|
|
4015
|
-
*/
|
|
4016
4016
|
return await this.modifyMarginHelper(symbol, amount, 'ADD', params);
|
|
4017
4017
|
}
|
|
4018
|
+
/**
|
|
4019
|
+
* @method
|
|
4020
|
+
* @name xt#reduceMargin
|
|
4021
|
+
* @description remove margin from a position
|
|
4022
|
+
* @see https://doc.xt.com/#futures_useradjustMargin
|
|
4023
|
+
* @param {string} symbol unified market symbol
|
|
4024
|
+
* @param {float} amount the amount of margin to remove
|
|
4025
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4026
|
+
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
4027
|
+
* @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=reduce-margin-structure}
|
|
4028
|
+
*/
|
|
4018
4029
|
async reduceMargin(symbol, amount, params = {}) {
|
|
4019
|
-
/**
|
|
4020
|
-
* @method
|
|
4021
|
-
* @name xt#reduceMargin
|
|
4022
|
-
* @description remove margin from a position
|
|
4023
|
-
* @see https://doc.xt.com/#futures_useradjustMargin
|
|
4024
|
-
* @param {string} symbol unified market symbol
|
|
4025
|
-
* @param {float} amount the amount of margin to remove
|
|
4026
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4027
|
-
* @param {string} params.positionSide 'LONG' or 'SHORT'
|
|
4028
|
-
* @returns {object} a [margin structure]{@link https://docs.ccxt.com/#/?id=reduce-margin-structure}
|
|
4029
|
-
*/
|
|
4030
4030
|
return await this.modifyMarginHelper(symbol, amount, 'SUB', params);
|
|
4031
4031
|
}
|
|
4032
4032
|
async modifyMarginHelper(symbol, amount, addOrReduce, params = {}) {
|
|
@@ -4073,16 +4073,16 @@ export default class xt extends Exchange {
|
|
|
4073
4073
|
'datetime': undefined,
|
|
4074
4074
|
};
|
|
4075
4075
|
}
|
|
4076
|
+
/**
|
|
4077
|
+
* @method
|
|
4078
|
+
* @name xt#fetchLeverageTiers
|
|
4079
|
+
* @description retrieve information on the maximum leverage for different trade sizes
|
|
4080
|
+
* @see https://doc.xt.com/#futures_quotesgetLeverageBrackets
|
|
4081
|
+
* @param {string} [symbols] a list of unified market symbols
|
|
4082
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4083
|
+
* @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
|
|
4084
|
+
*/
|
|
4076
4085
|
async fetchLeverageTiers(symbols = undefined, params = {}) {
|
|
4077
|
-
/**
|
|
4078
|
-
* @method
|
|
4079
|
-
* @name xt#fetchLeverageTiers
|
|
4080
|
-
* @see https://doc.xt.com/#futures_quotesgetLeverageBrackets
|
|
4081
|
-
* @description retrieve information on the maximum leverage for different trade sizes
|
|
4082
|
-
* @param {string} [symbols] a list of unified market symbols
|
|
4083
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4084
|
-
* @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
|
|
4085
|
-
*/
|
|
4086
4086
|
await this.loadMarkets();
|
|
4087
4087
|
let subType = undefined;
|
|
4088
4088
|
[subType, params] = this.handleSubTypeAndParams('fetchLeverageTiers', undefined, params);
|
|
@@ -4156,16 +4156,16 @@ export default class xt extends Exchange {
|
|
|
4156
4156
|
}
|
|
4157
4157
|
return result;
|
|
4158
4158
|
}
|
|
4159
|
+
/**
|
|
4160
|
+
* @method
|
|
4161
|
+
* @name xt#fetchMarketLeverageTiers
|
|
4162
|
+
* @description retrieve information on the maximum leverage for different trade sizes of a single market
|
|
4163
|
+
* @see https://doc.xt.com/#futures_quotesgetLeverageBracket
|
|
4164
|
+
* @param {string} symbol unified market symbol
|
|
4165
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4166
|
+
* @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
|
|
4167
|
+
*/
|
|
4159
4168
|
async fetchMarketLeverageTiers(symbol, params = {}) {
|
|
4160
|
-
/**
|
|
4161
|
-
* @method
|
|
4162
|
-
* @name xt#fetchMarketLeverageTiers
|
|
4163
|
-
* @see https://doc.xt.com/#futures_quotesgetLeverageBracket
|
|
4164
|
-
* @description retrieve information on the maximum leverage for different trade sizes of a single market
|
|
4165
|
-
* @param {string} symbol unified market symbol
|
|
4166
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4167
|
-
* @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/#/?id=leverage-tiers-structure}
|
|
4168
|
-
*/
|
|
4169
4169
|
await this.loadMarkets();
|
|
4170
4170
|
const market = this.market(symbol);
|
|
4171
4171
|
const request = {
|
|
@@ -4231,6 +4231,7 @@ export default class xt extends Exchange {
|
|
|
4231
4231
|
market = this.safeMarket(marketId, market, '_', 'contract');
|
|
4232
4232
|
tiers.push({
|
|
4233
4233
|
'tier': this.safeInteger(tier, 'bracket'),
|
|
4234
|
+
'symbol': this.safeSymbol(marketId, market, '_', 'contract'),
|
|
4234
4235
|
'currency': market['settle'],
|
|
4235
4236
|
'minNotional': this.safeNumber(brackets[i - 1], 'maxNominalValue', 0),
|
|
4236
4237
|
'maxNotional': this.safeNumber(tier, 'maxNominalValue'),
|
|
@@ -4241,18 +4242,18 @@ export default class xt extends Exchange {
|
|
|
4241
4242
|
}
|
|
4242
4243
|
return tiers;
|
|
4243
4244
|
}
|
|
4245
|
+
/**
|
|
4246
|
+
* @method
|
|
4247
|
+
* @name xt#fetchFundingRateHistory
|
|
4248
|
+
* @description fetches historical funding rates
|
|
4249
|
+
* @see https://doc.xt.com/#futures_quotesgetFundingRateRecord
|
|
4250
|
+
* @param {string} [symbol] unified symbol of the market to fetch the funding rate history for
|
|
4251
|
+
* @param {int} [since] timestamp in ms of the earliest funding rate to fetch
|
|
4252
|
+
* @param {int} [limit] the maximum amount of [funding rate structures] to fetch
|
|
4253
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4254
|
+
* @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure}
|
|
4255
|
+
*/
|
|
4244
4256
|
async fetchFundingRateHistory(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
4245
|
-
/**
|
|
4246
|
-
* @method
|
|
4247
|
-
* @name xt#fetchFundingRateHistory
|
|
4248
|
-
* @description fetches historical funding rates
|
|
4249
|
-
* @see https://doc.xt.com/#futures_quotesgetFundingRateRecord
|
|
4250
|
-
* @param {string} [symbol] unified symbol of the market to fetch the funding rate history for
|
|
4251
|
-
* @param {int} [since] timestamp in ms of the earliest funding rate to fetch
|
|
4252
|
-
* @param {int} [limit] the maximum amount of [funding rate structures] to fetch
|
|
4253
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4254
|
-
* @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure}
|
|
4255
|
-
*/
|
|
4256
4257
|
if (symbol === undefined) {
|
|
4257
4258
|
throw new ArgumentsRequired(this.id + ' fetchFundingRateHistory() requires a symbol argument');
|
|
4258
4259
|
}
|
|
@@ -4315,28 +4316,28 @@ export default class xt extends Exchange {
|
|
|
4315
4316
|
const sorted = this.sortBy(rates, 'timestamp');
|
|
4316
4317
|
return this.filterBySymbolSinceLimit(sorted, market['symbol'], since, limit);
|
|
4317
4318
|
}
|
|
4319
|
+
/**
|
|
4320
|
+
* @method
|
|
4321
|
+
* @name xt#fetchFundingInterval
|
|
4322
|
+
* @description fetch the current funding rate interval
|
|
4323
|
+
* @see https://doc.xt.com/#futures_quotesgetFundingRate
|
|
4324
|
+
* @param {string} symbol unified market symbol
|
|
4325
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4326
|
+
* @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
|
|
4327
|
+
*/
|
|
4318
4328
|
async fetchFundingInterval(symbol, params = {}) {
|
|
4319
|
-
/**
|
|
4320
|
-
* @method
|
|
4321
|
-
* @name xt#fetchFundingInterval
|
|
4322
|
-
* @description fetch the current funding rate interval
|
|
4323
|
-
* @see https://doc.xt.com/#futures_quotesgetFundingRate
|
|
4324
|
-
* @param {string} symbol unified market symbol
|
|
4325
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4326
|
-
* @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
|
|
4327
|
-
*/
|
|
4328
4329
|
return await this.fetchFundingRate(symbol, params);
|
|
4329
4330
|
}
|
|
4331
|
+
/**
|
|
4332
|
+
* @method
|
|
4333
|
+
* @name xt#fetchFundingRate
|
|
4334
|
+
* @description fetch the current funding rate
|
|
4335
|
+
* @see https://doc.xt.com/#futures_quotesgetFundingRate
|
|
4336
|
+
* @param {string} symbol unified market symbol
|
|
4337
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4338
|
+
* @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
|
|
4339
|
+
*/
|
|
4330
4340
|
async fetchFundingRate(symbol, params = {}) {
|
|
4331
|
-
/**
|
|
4332
|
-
* @method
|
|
4333
|
-
* @name xt#fetchFundingRate
|
|
4334
|
-
* @description fetch the current funding rate
|
|
4335
|
-
* @see https://doc.xt.com/#futures_quotesgetFundingRate
|
|
4336
|
-
* @param {string} symbol unified market symbol
|
|
4337
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4338
|
-
* @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
|
|
4339
|
-
*/
|
|
4340
4341
|
await this.loadMarkets();
|
|
4341
4342
|
const market = this.market(symbol);
|
|
4342
4343
|
if (!market['swap']) {
|
|
@@ -4404,18 +4405,18 @@ export default class xt extends Exchange {
|
|
|
4404
4405
|
'interval': interval + 'h',
|
|
4405
4406
|
};
|
|
4406
4407
|
}
|
|
4408
|
+
/**
|
|
4409
|
+
* @method
|
|
4410
|
+
* @name xt#fetchFundingHistory
|
|
4411
|
+
* @description fetch the funding history
|
|
4412
|
+
* @see https://doc.xt.com/#futures_usergetFunding
|
|
4413
|
+
* @param {string} symbol unified market symbol
|
|
4414
|
+
* @param {int} [since] the starting timestamp in milliseconds
|
|
4415
|
+
* @param {int} [limit] the number of entries to return
|
|
4416
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4417
|
+
* @returns {object[]} a list of [funding history structures]{@link https://docs.ccxt.com/#/?id=funding-history-structure}
|
|
4418
|
+
*/
|
|
4407
4419
|
async fetchFundingHistory(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
4408
|
-
/**
|
|
4409
|
-
* @method
|
|
4410
|
-
* @name xt#fetchFundingHistory
|
|
4411
|
-
* @description fetch the funding history
|
|
4412
|
-
* @see https://doc.xt.com/#futures_usergetFunding
|
|
4413
|
-
* @param {string} symbol unified market symbol
|
|
4414
|
-
* @param {int} [since] the starting timestamp in milliseconds
|
|
4415
|
-
* @param {int} [limit] the number of entries to return
|
|
4416
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4417
|
-
* @returns {object[]} a list of [funding history structures]{@link https://docs.ccxt.com/#/?id=funding-history-structure}
|
|
4418
|
-
*/
|
|
4419
4420
|
await this.loadMarkets();
|
|
4420
4421
|
const market = this.market(symbol);
|
|
4421
4422
|
if (!market['swap']) {
|
|
@@ -4496,16 +4497,16 @@ export default class xt extends Exchange {
|
|
|
4496
4497
|
'amount': this.safeNumber(contract, 'cast'),
|
|
4497
4498
|
};
|
|
4498
4499
|
}
|
|
4500
|
+
/**
|
|
4501
|
+
* @method
|
|
4502
|
+
* @name xt#fetchPosition
|
|
4503
|
+
* @description fetch data on a single open contract trade position
|
|
4504
|
+
* @see https://doc.xt.com/#futures_usergetPosition
|
|
4505
|
+
* @param {string} symbol unified market symbol of the market the position is held in
|
|
4506
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4507
|
+
* @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
|
|
4508
|
+
*/
|
|
4499
4509
|
async fetchPosition(symbol, params = {}) {
|
|
4500
|
-
/**
|
|
4501
|
-
* @method
|
|
4502
|
-
* @name xt#fetchPosition
|
|
4503
|
-
* @description fetch data on a single open contract trade position
|
|
4504
|
-
* @see https://doc.xt.com/#futures_usergetPosition
|
|
4505
|
-
* @param {string} symbol unified market symbol of the market the position is held in
|
|
4506
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4507
|
-
* @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
|
|
4508
|
-
*/
|
|
4509
4510
|
await this.loadMarkets();
|
|
4510
4511
|
const market = this.market(symbol);
|
|
4511
4512
|
const request = {
|
|
@@ -4557,16 +4558,16 @@ export default class xt extends Exchange {
|
|
|
4557
4558
|
}
|
|
4558
4559
|
return undefined;
|
|
4559
4560
|
}
|
|
4561
|
+
/**
|
|
4562
|
+
* @method
|
|
4563
|
+
* @name xt#fetchPositions
|
|
4564
|
+
* @description fetch all open positions
|
|
4565
|
+
* @see https://doc.xt.com/#futures_usergetPosition
|
|
4566
|
+
* @param {string} [symbols] list of unified market symbols, not supported with xt
|
|
4567
|
+
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4568
|
+
* @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
|
|
4569
|
+
*/
|
|
4560
4570
|
async fetchPositions(symbols = undefined, params = {}) {
|
|
4561
|
-
/**
|
|
4562
|
-
* @method
|
|
4563
|
-
* @name xt#fetchPositions
|
|
4564
|
-
* @description fetch all open positions
|
|
4565
|
-
* @see https://doc.xt.com/#futures_usergetPosition
|
|
4566
|
-
* @param {string} [symbols] list of unified market symbols, not supported with xt
|
|
4567
|
-
* @param {object} params extra parameters specific to the xt api endpoint
|
|
4568
|
-
* @returns {object[]} a list of [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
|
|
4569
|
-
*/
|
|
4570
4571
|
await this.loadMarkets();
|
|
4571
4572
|
let subType = undefined;
|
|
4572
4573
|
[subType, params] = this.handleSubTypeAndParams('fetchPositions', undefined, params);
|
|
@@ -4663,19 +4664,19 @@ export default class xt extends Exchange {
|
|
|
4663
4664
|
'marginRatio': undefined,
|
|
4664
4665
|
});
|
|
4665
4666
|
}
|
|
4667
|
+
/**
|
|
4668
|
+
* @method
|
|
4669
|
+
* @name xt#transfer
|
|
4670
|
+
* @description transfer currency internally between wallets on the same account
|
|
4671
|
+
* @see https://doc.xt.com/#transfersubTransferPost
|
|
4672
|
+
* @param {string} code unified currency code
|
|
4673
|
+
* @param {float} amount amount to transfer
|
|
4674
|
+
* @param {string} fromAccount account to transfer from - spot, swap, leverage, finance
|
|
4675
|
+
* @param {string} toAccount account to transfer to - spot, swap, leverage, finance
|
|
4676
|
+
* @param {object} params extra parameters specific to the whitebit api endpoint
|
|
4677
|
+
* @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
|
|
4678
|
+
*/
|
|
4666
4679
|
async transfer(code, amount, fromAccount, toAccount, params = {}) {
|
|
4667
|
-
/**
|
|
4668
|
-
* @method
|
|
4669
|
-
* @name xt#transfer
|
|
4670
|
-
* @description transfer currency internally between wallets on the same account
|
|
4671
|
-
* @see https://doc.xt.com/#transfersubTransferPost
|
|
4672
|
-
* @param {string} code unified currency code
|
|
4673
|
-
* @param {float} amount amount to transfer
|
|
4674
|
-
* @param {string} fromAccount account to transfer from - spot, swap, leverage, finance
|
|
4675
|
-
* @param {string} toAccount account to transfer to - spot, swap, leverage, finance
|
|
4676
|
-
* @param {object} params extra parameters specific to the whitebit api endpoint
|
|
4677
|
-
* @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
|
|
4678
|
-
*/
|
|
4679
4680
|
await this.loadMarkets();
|
|
4680
4681
|
const currency = this.currency(code);
|
|
4681
4682
|
const accountsByType = this.safeValue(this.options, 'accountsById');
|