ccxt 4.4.29 → 4.4.31
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 +3 -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 +279 -227
- package/dist/cjs/src/ascendex.js +342 -341
- package/dist/cjs/src/bigone.js +242 -242
- package/dist/cjs/src/binance.js +1347 -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 +152 -152
- package/dist/cjs/src/bitfinex.js +240 -240
- 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 +578 -578
- 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 -247
- 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 +648 -648
- 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 +418 -411
- package/dist/cjs/src/digifinex.js +432 -431
- package/dist/cjs/src/exmo.js +328 -327
- package/dist/cjs/src/gate.js +812 -789
- 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 +521 -413
- package/dist/cjs/src/idex.js +238 -237
- package/dist/cjs/src/independentreserve.js +133 -132
- package/dist/cjs/src/indodax.js +176 -170
- package/dist/cjs/src/kraken.js +379 -377
- package/dist/cjs/src/krakenfutures.js +283 -279
- package/dist/cjs/src/kucoin.js +630 -622
- package/dist/cjs/src/kucoinfutures.js +439 -434
- package/dist/cjs/src/kuna.js +283 -282
- package/dist/cjs/src/latoken.js +211 -210
- package/dist/cjs/src/lbank.js +269 -268
- 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 +369 -367
- 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 +187 -180
- 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 +253 -253
- package/dist/cjs/src/pro/blockchaincom.js +62 -62
- package/dist/cjs/src/pro/blofin.js +134 -131
- 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 +101 -101
- 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 +175 -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/abstract/alpaca.d.ts +1 -0
- package/js/src/abstract/binance.d.ts +9 -0
- package/js/src/abstract/binancecoinm.d.ts +9 -0
- package/js/src/abstract/binanceus.d.ts +9 -0
- package/js/src/abstract/binanceusdm.d.ts +9 -0
- package/js/src/ace.d.ts +123 -0
- package/js/src/ace.js +123 -123
- package/js/src/alpaca.d.ts +239 -0
- package/js/src/alpaca.js +279 -227
- 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 +1305 -0
- package/js/src/binance.js +1347 -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 +152 -152
- package/js/src/bitfinex.d.ts +231 -0
- package/js/src/bitfinex.js +240 -240
- 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 +578 -578
- 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 -247
- 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 +648 -648
- 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 +418 -411
- 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 +801 -1
- package/js/src/gate.js +812 -789
- 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 +422 -1
- package/js/src/hyperliquid.js +521 -413
- 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 +176 -170
- package/js/src/kraken.d.ts +379 -0
- package/js/src/kraken.js +379 -377
- package/js/src/krakenfutures.d.ts +280 -0
- package/js/src/krakenfutures.js +283 -279
- package/js/src/kucoin.d.ts +613 -0
- package/js/src/kucoin.js +630 -622
- package/js/src/kucoinfutures.d.ts +437 -0
- package/js/src/kucoinfutures.js +439 -434
- 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 +269 -268
- 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 +369 -367
- 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 +187 -180
- 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 +253 -0
- package/js/src/pro/bitvavo.js +253 -253
- 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 +134 -131
- 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 +101 -101
- 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 +175 -0
- package/js/src/wavesexchange.js +175 -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
|
@@ -101,28 +101,28 @@ class bitvavo extends bitvavo$1 {
|
|
|
101
101
|
const message = this.extend(request, params);
|
|
102
102
|
return await this.watchMultiple(url, messageHashes, message, messageHashes);
|
|
103
103
|
}
|
|
104
|
+
/**
|
|
105
|
+
* @method
|
|
106
|
+
* @name bitvavo#watchTicker
|
|
107
|
+
* @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
108
|
+
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
109
|
+
* @param {string} symbol unified symbol of the market to fetch the ticker for
|
|
110
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
111
|
+
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
112
|
+
*/
|
|
104
113
|
async watchTicker(symbol, params = {}) {
|
|
105
|
-
/**
|
|
106
|
-
* @method
|
|
107
|
-
* @name bitvavo#watchTicker
|
|
108
|
-
* @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
109
|
-
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
110
|
-
* @param {string} symbol unified symbol of the market to fetch the ticker for
|
|
111
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
112
|
-
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
113
|
-
*/
|
|
114
114
|
return await this.watchPublic('ticker24h', symbol, params);
|
|
115
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* @method
|
|
118
|
+
* @name bitvavo#watchTickers
|
|
119
|
+
* @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for all markets of a specific list
|
|
120
|
+
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
121
|
+
* @param {string[]} [symbols] unified symbol of the market to fetch the ticker for
|
|
122
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
123
|
+
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
124
|
+
*/
|
|
116
125
|
async watchTickers(symbols = undefined, params = {}) {
|
|
117
|
-
/**
|
|
118
|
-
* @method
|
|
119
|
-
* @name bitvavo#watchTickers
|
|
120
|
-
* @description watches a price ticker, a statistical calculation with the information calculated over the past 24 hours for all markets of a specific list
|
|
121
|
-
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
122
|
-
* @param {string[]} [symbols] unified symbol of the market to fetch the ticker for
|
|
123
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
124
|
-
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
125
|
-
*/
|
|
126
126
|
await this.loadMarkets();
|
|
127
127
|
symbols = this.marketSymbols(symbols, undefined, false);
|
|
128
128
|
const channel = 'ticker24h';
|
|
@@ -168,16 +168,16 @@ class bitvavo extends bitvavo$1 {
|
|
|
168
168
|
}
|
|
169
169
|
client.resolve(result, event);
|
|
170
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* @method
|
|
173
|
+
* @name mexc#watchBidsAsks
|
|
174
|
+
* @description watches best bid & ask for symbols
|
|
175
|
+
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
176
|
+
* @param {string[]} symbols unified symbol of the market to fetch the ticker for
|
|
177
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
178
|
+
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
179
|
+
*/
|
|
171
180
|
async watchBidsAsks(symbols = undefined, params = {}) {
|
|
172
|
-
/**
|
|
173
|
-
* @method
|
|
174
|
-
* @name mexc#watchBidsAsks
|
|
175
|
-
* @description watches best bid & ask for symbols
|
|
176
|
-
* @see https://docs.bitvavo.com/#tag/Market-data-subscription-WebSocket/paths/~1subscribeTicker24h/post
|
|
177
|
-
* @param {string[]} symbols unified symbol of the market to fetch the ticker for
|
|
178
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
179
|
-
* @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
|
|
180
|
-
*/
|
|
181
181
|
await this.loadMarkets();
|
|
182
182
|
symbols = this.marketSymbols(symbols, undefined, false);
|
|
183
183
|
const channel = 'ticker24h';
|
|
@@ -215,17 +215,17 @@ class bitvavo extends bitvavo$1 {
|
|
|
215
215
|
'info': ticker,
|
|
216
216
|
}, market);
|
|
217
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* @method
|
|
220
|
+
* @name bitvavo#watchTrades
|
|
221
|
+
* @description get the list of most recent trades for a particular symbol
|
|
222
|
+
* @param {string} symbol unified symbol of the market to fetch trades for
|
|
223
|
+
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
224
|
+
* @param {int} [limit] the maximum amount of trades to fetch
|
|
225
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
226
|
+
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
|
|
227
|
+
*/
|
|
218
228
|
async watchTrades(symbol, since = undefined, limit = undefined, params = {}) {
|
|
219
|
-
/**
|
|
220
|
-
* @method
|
|
221
|
-
* @name bitvavo#watchTrades
|
|
222
|
-
* @description get the list of most recent trades for a particular symbol
|
|
223
|
-
* @param {string} symbol unified symbol of the market to fetch trades for
|
|
224
|
-
* @param {int} [since] timestamp in ms of the earliest trade to fetch
|
|
225
|
-
* @param {int} [limit] the maximum amount of trades to fetch
|
|
226
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
227
|
-
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
|
|
228
|
-
*/
|
|
229
229
|
await this.loadMarkets();
|
|
230
230
|
symbol = this.symbol(symbol);
|
|
231
231
|
const trades = await this.watchPublic('trades', symbol, params);
|
|
@@ -261,18 +261,18 @@ class bitvavo extends bitvavo$1 {
|
|
|
261
261
|
this.trades[symbol] = tradesArray;
|
|
262
262
|
client.resolve(tradesArray, messageHash);
|
|
263
263
|
}
|
|
264
|
+
/**
|
|
265
|
+
* @method
|
|
266
|
+
* @name bitvavo#watchOHLCV
|
|
267
|
+
* @description watches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
268
|
+
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
269
|
+
* @param {string} timeframe the length of time each candle represents
|
|
270
|
+
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
271
|
+
* @param {int} [limit] the maximum amount of candles to fetch
|
|
272
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
273
|
+
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
274
|
+
*/
|
|
264
275
|
async watchOHLCV(symbol, timeframe = '1m', since = undefined, limit = undefined, params = {}) {
|
|
265
|
-
/**
|
|
266
|
-
* @method
|
|
267
|
-
* @name bitvavo#watchOHLCV
|
|
268
|
-
* @description watches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
269
|
-
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
270
|
-
* @param {string} timeframe the length of time each candle represents
|
|
271
|
-
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
272
|
-
* @param {int} [limit] the maximum amount of candles to fetch
|
|
273
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
274
|
-
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
275
|
-
*/
|
|
276
276
|
await this.loadMarkets();
|
|
277
277
|
const market = this.market(symbol);
|
|
278
278
|
symbol = market['symbol'];
|
|
@@ -355,16 +355,16 @@ class bitvavo extends bitvavo$1 {
|
|
|
355
355
|
}
|
|
356
356
|
client.resolve(stored, messageHash);
|
|
357
357
|
}
|
|
358
|
+
/**
|
|
359
|
+
* @method
|
|
360
|
+
* @name bitvavo#watchOrderBook
|
|
361
|
+
* @description watches information on open orders with bid (buy) and ask (sell) prices, volumes and other data
|
|
362
|
+
* @param {string} symbol unified symbol of the market to fetch the order book for
|
|
363
|
+
* @param {int} [limit] the maximum amount of order book entries to return
|
|
364
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
365
|
+
* @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
|
|
366
|
+
*/
|
|
358
367
|
async watchOrderBook(symbol, limit = undefined, params = {}) {
|
|
359
|
-
/**
|
|
360
|
-
* @method
|
|
361
|
-
* @name bitvavo#watchOrderBook
|
|
362
|
-
* @description watches information on open orders with bid (buy) and ask (sell) prices, volumes and other data
|
|
363
|
-
* @param {string} symbol unified symbol of the market to fetch the order book for
|
|
364
|
-
* @param {int} [limit] the maximum amount of order book entries to return
|
|
365
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
366
|
-
* @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
|
|
367
|
-
*/
|
|
368
368
|
await this.loadMarkets();
|
|
369
369
|
const market = this.market(symbol);
|
|
370
370
|
symbol = market['symbol'];
|
|
@@ -545,17 +545,17 @@ class bitvavo extends bitvavo$1 {
|
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
|
+
/**
|
|
549
|
+
* @method
|
|
550
|
+
* @name bitvavo#watchOrders
|
|
551
|
+
* @description watches information on multiple orders made by the user
|
|
552
|
+
* @param {string} symbol unified market symbol of the market orders were made in
|
|
553
|
+
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
554
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
555
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
556
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
557
|
+
*/
|
|
548
558
|
async watchOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
549
|
-
/**
|
|
550
|
-
* @method
|
|
551
|
-
* @name bitvavo#watchOrders
|
|
552
|
-
* @description watches information on multiple orders made by the user
|
|
553
|
-
* @param {string} symbol unified market symbol of the market orders were made in
|
|
554
|
-
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
555
|
-
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
556
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
557
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
558
|
-
*/
|
|
559
559
|
if (symbol === undefined) {
|
|
560
560
|
throw new errors.ArgumentsRequired(this.id + ' watchOrders() requires a symbol argument');
|
|
561
561
|
}
|
|
@@ -582,17 +582,17 @@ class bitvavo extends bitvavo$1 {
|
|
|
582
582
|
}
|
|
583
583
|
return this.filterBySymbolSinceLimit(orders, symbol, since, limit, true);
|
|
584
584
|
}
|
|
585
|
+
/**
|
|
586
|
+
* @method
|
|
587
|
+
* @name bitvavo#watchMyTrades
|
|
588
|
+
* @description watches information on multiple trades made by the user
|
|
589
|
+
* @param {string} symbol unified market symbol of the market trades were made in
|
|
590
|
+
* @param {int} [since] the earliest time in ms to fetch trades for
|
|
591
|
+
* @param {int} [limit] the maximum number of trade structures to retrieve
|
|
592
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
593
|
+
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
|
|
594
|
+
*/
|
|
585
595
|
async watchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
586
|
-
/**
|
|
587
|
-
* @method
|
|
588
|
-
* @name bitvavo#watchMyTrades
|
|
589
|
-
* @description watches information on multiple trades made by the user
|
|
590
|
-
* @param {string} symbol unified market symbol of the market trades were made in
|
|
591
|
-
* @param {int} [since] the earliest time in ms to fetch trades for
|
|
592
|
-
* @param {int} [limit] the maximum number of trade structures to retrieve
|
|
593
|
-
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
594
|
-
* @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
|
|
595
|
-
*/
|
|
596
596
|
if (symbol === undefined) {
|
|
597
597
|
throw new errors.ArgumentsRequired(this.id + ' watchMyTrades() requires a symbol argument');
|
|
598
598
|
}
|
|
@@ -619,82 +619,82 @@ class bitvavo extends bitvavo$1 {
|
|
|
619
619
|
}
|
|
620
620
|
return this.filterBySymbolSinceLimit(trades, symbol, since, limit, true);
|
|
621
621
|
}
|
|
622
|
+
/**
|
|
623
|
+
* @method
|
|
624
|
+
* @name bitvavo#createOrderWs
|
|
625
|
+
* @description create a trade order
|
|
626
|
+
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/post
|
|
627
|
+
* @param {string} symbol unified symbol of the market to create an order in
|
|
628
|
+
* @param {string} type 'market' or 'limit'
|
|
629
|
+
* @param {string} side 'buy' or 'sell'
|
|
630
|
+
* @param {float} amount how much of currency you want to trade in units of base currency
|
|
631
|
+
* @param {float} price the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
|
632
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
633
|
+
* @param {string} [params.timeInForce] "GTC", "IOC", or "PO"
|
|
634
|
+
* @param {float} [params.stopPrice] The price at which a trigger order is triggered at
|
|
635
|
+
* @param {float} [params.triggerPrice] The price at which a trigger order is triggered at
|
|
636
|
+
* @param {bool} [params.postOnly] If true, the order will only be posted to the order book and not executed immediately
|
|
637
|
+
* @param {float} [params.stopLossPrice] The price at which a stop loss order is triggered at
|
|
638
|
+
* @param {float} [params.takeProfitPrice] The price at which a take profit order is triggered at
|
|
639
|
+
* @param {string} [params.triggerType] "price"
|
|
640
|
+
* @param {string} [params.triggerReference] "lastTrade", "bestBid", "bestAsk", "midPrice" Only for stop orders: Use this to determine which parameter will trigger the order
|
|
641
|
+
* @param {string} [params.selfTradePrevention] "decrementAndCancel", "cancelOldest", "cancelNewest", "cancelBoth"
|
|
642
|
+
* @param {bool} [params.disableMarketProtection] don't cancel if the next fill price is 10% worse than the best fill price
|
|
643
|
+
* @param {bool} [params.responseRequired] Set this to 'false' when only an acknowledgement of success or failure is required, this is faster.
|
|
644
|
+
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
645
|
+
*/
|
|
622
646
|
async createOrderWs(symbol, type, side, amount, price = undefined, params = {}) {
|
|
623
|
-
/**
|
|
624
|
-
* @method
|
|
625
|
-
* @name bitvavo#createOrderWs
|
|
626
|
-
* @description create a trade order
|
|
627
|
-
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/post
|
|
628
|
-
* @param {string} symbol unified symbol of the market to create an order in
|
|
629
|
-
* @param {string} type 'market' or 'limit'
|
|
630
|
-
* @param {string} side 'buy' or 'sell'
|
|
631
|
-
* @param {float} amount how much of currency you want to trade in units of base currency
|
|
632
|
-
* @param {float} price the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
|
633
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
634
|
-
* @param {string} [params.timeInForce] "GTC", "IOC", or "PO"
|
|
635
|
-
* @param {float} [params.stopPrice] The price at which a trigger order is triggered at
|
|
636
|
-
* @param {float} [params.triggerPrice] The price at which a trigger order is triggered at
|
|
637
|
-
* @param {bool} [params.postOnly] If true, the order will only be posted to the order book and not executed immediately
|
|
638
|
-
* @param {float} [params.stopLossPrice] The price at which a stop loss order is triggered at
|
|
639
|
-
* @param {float} [params.takeProfitPrice] The price at which a take profit order is triggered at
|
|
640
|
-
* @param {string} [params.triggerType] "price"
|
|
641
|
-
* @param {string} [params.triggerReference] "lastTrade", "bestBid", "bestAsk", "midPrice" Only for stop orders: Use this to determine which parameter will trigger the order
|
|
642
|
-
* @param {string} [params.selfTradePrevention] "decrementAndCancel", "cancelOldest", "cancelNewest", "cancelBoth"
|
|
643
|
-
* @param {bool} [params.disableMarketProtection] don't cancel if the next fill price is 10% worse than the best fill price
|
|
644
|
-
* @param {bool} [params.responseRequired] Set this to 'false' when only an acknowledgement of success or failure is required, this is faster.
|
|
645
|
-
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
646
|
-
*/
|
|
647
647
|
await this.loadMarkets();
|
|
648
648
|
await this.authenticate();
|
|
649
649
|
const request = this.createOrderRequest(symbol, type, side, amount, price, params);
|
|
650
650
|
return await this.watchRequest('privateCreateOrder', request);
|
|
651
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* @method
|
|
654
|
+
* @name bitvavo#editOrderWs
|
|
655
|
+
* @description edit a trade order
|
|
656
|
+
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/put
|
|
657
|
+
* @param {string} id cancel order id
|
|
658
|
+
* @param {string} symbol unified symbol of the market to create an order in
|
|
659
|
+
* @param {string} type 'market' or 'limit'
|
|
660
|
+
* @param {string} side 'buy' or 'sell'
|
|
661
|
+
* @param {float} [amount] how much of currency you want to trade in units of base currency
|
|
662
|
+
* @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
|
663
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
664
|
+
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
665
|
+
*/
|
|
652
666
|
async editOrderWs(id, symbol, type, side, amount = undefined, price = undefined, params = {}) {
|
|
653
|
-
/**
|
|
654
|
-
* @method
|
|
655
|
-
* @name bitvavo#editOrderWs
|
|
656
|
-
* @description edit a trade order
|
|
657
|
-
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/put
|
|
658
|
-
* @param {string} id cancel order id
|
|
659
|
-
* @param {string} symbol unified symbol of the market to create an order in
|
|
660
|
-
* @param {string} type 'market' or 'limit'
|
|
661
|
-
* @param {string} side 'buy' or 'sell'
|
|
662
|
-
* @param {float} [amount] how much of currency you want to trade in units of base currency
|
|
663
|
-
* @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
|
664
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
665
|
-
* @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
666
|
-
*/
|
|
667
667
|
await this.loadMarkets();
|
|
668
668
|
await this.authenticate();
|
|
669
669
|
const request = this.editOrderRequest(id, symbol, type, side, amount, price, params);
|
|
670
670
|
return await this.watchRequest('privateUpdateOrder', request);
|
|
671
671
|
}
|
|
672
|
+
/**
|
|
673
|
+
* @method
|
|
674
|
+
* @name bitvavo#cancelOrderWs
|
|
675
|
+
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/delete
|
|
676
|
+
* @description cancels an open order
|
|
677
|
+
* @param {string} id order id
|
|
678
|
+
* @param {string} symbol unified symbol of the market the order was made in
|
|
679
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
680
|
+
* @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
681
|
+
*/
|
|
672
682
|
async cancelOrderWs(id, symbol = undefined, params = {}) {
|
|
673
|
-
/**
|
|
674
|
-
* @method
|
|
675
|
-
* @name bitvavo#cancelOrderWs
|
|
676
|
-
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1order/delete
|
|
677
|
-
* @description cancels an open order
|
|
678
|
-
* @param {string} id order id
|
|
679
|
-
* @param {string} symbol unified symbol of the market the order was made in
|
|
680
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
681
|
-
* @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
682
|
-
*/
|
|
683
683
|
await this.loadMarkets();
|
|
684
684
|
await this.authenticate();
|
|
685
685
|
const request = this.cancelOrderRequest(id, symbol, params);
|
|
686
686
|
return await this.watchRequest('privateCancelOrder', request);
|
|
687
687
|
}
|
|
688
|
+
/**
|
|
689
|
+
* @method
|
|
690
|
+
* @name bitvavo#cancelAllOrdersWs
|
|
691
|
+
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1orders/delete
|
|
692
|
+
* @description cancel all open orders
|
|
693
|
+
* @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
|
|
694
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
695
|
+
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
696
|
+
*/
|
|
688
697
|
async cancelAllOrdersWs(symbol = undefined, params = {}) {
|
|
689
|
-
/**
|
|
690
|
-
* @method
|
|
691
|
-
* @name bitvavo#cancelAllOrdersWs
|
|
692
|
-
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1orders/delete
|
|
693
|
-
* @description cancel all open orders
|
|
694
|
-
* @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
|
|
695
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
696
|
-
* @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
697
|
-
*/
|
|
698
698
|
await this.loadMarkets();
|
|
699
699
|
await this.authenticate();
|
|
700
700
|
const request = {};
|
|
@@ -724,17 +724,17 @@ class bitvavo extends bitvavo$1 {
|
|
|
724
724
|
messageHash = this.buildMessageHash(action, message);
|
|
725
725
|
client.resolve(orders, messageHash);
|
|
726
726
|
}
|
|
727
|
+
/**
|
|
728
|
+
* @method
|
|
729
|
+
* @name bitvavo#fetchOrderWs
|
|
730
|
+
* @see https://docs.bitvavo.com/#tag/General/paths/~1assets/get
|
|
731
|
+
* @description fetches information on an order made by the user
|
|
732
|
+
* @param {string} id the order id
|
|
733
|
+
* @param {string} symbol unified symbol of the market the order was made in
|
|
734
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
735
|
+
* @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
736
|
+
*/
|
|
727
737
|
async fetchOrderWs(id, symbol = undefined, params = {}) {
|
|
728
|
-
/**
|
|
729
|
-
* @method
|
|
730
|
-
* @name bitvavo#fetchOrderWs
|
|
731
|
-
* @see https://docs.bitvavo.com/#tag/General/paths/~1assets/get
|
|
732
|
-
* @description fetches information on an order made by the user
|
|
733
|
-
* @param {string} id the order id
|
|
734
|
-
* @param {string} symbol unified symbol of the market the order was made in
|
|
735
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
736
|
-
* @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
737
|
-
*/
|
|
738
738
|
if (symbol === undefined) {
|
|
739
739
|
throw new errors.ArgumentsRequired(this.id + ' fetchOrder() requires a symbol argument');
|
|
740
740
|
}
|
|
@@ -747,18 +747,18 @@ class bitvavo extends bitvavo$1 {
|
|
|
747
747
|
};
|
|
748
748
|
return await this.watchRequest('privateGetOrder', this.extend(request, params));
|
|
749
749
|
}
|
|
750
|
+
/**
|
|
751
|
+
* @method
|
|
752
|
+
* @name bitvavo#fetchOrdersWs
|
|
753
|
+
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1orders/get
|
|
754
|
+
* @description fetches information on multiple orders made by the user
|
|
755
|
+
* @param {string} symbol unified market symbol of the market orders were made in
|
|
756
|
+
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
757
|
+
* @param {int} [limit] the maximum number of orde structures to retrieve
|
|
758
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
759
|
+
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
760
|
+
*/
|
|
750
761
|
async fetchOrdersWs(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
751
|
-
/**
|
|
752
|
-
* @method
|
|
753
|
-
* @name bitvavo#fetchOrdersWs
|
|
754
|
-
* @see https://docs.bitvavo.com/#tag/Orders/paths/~1orders/get
|
|
755
|
-
* @description fetches information on multiple orders made by the user
|
|
756
|
-
* @param {string} symbol unified market symbol of the market orders were made in
|
|
757
|
-
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
758
|
-
* @param {int} [limit] the maximum number of orde structures to retrieve
|
|
759
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
760
|
-
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
761
|
-
*/
|
|
762
762
|
if (symbol === undefined) {
|
|
763
763
|
throw new errors.ArgumentsRequired(this.id + ' fetchOrdersWs() requires a symbol argument');
|
|
764
764
|
}
|
|
@@ -776,17 +776,17 @@ class bitvavo extends bitvavo$1 {
|
|
|
776
776
|
const randomSubHash = this.randNumber(5).toString() + ':' + messageHash;
|
|
777
777
|
return await this.watch(url, messageHash, request, randomSubHash);
|
|
778
778
|
}
|
|
779
|
+
/**
|
|
780
|
+
* @method
|
|
781
|
+
* @name bitvavo#fetchOpenOrdersWs
|
|
782
|
+
* @description fetch all unfilled currently open orders
|
|
783
|
+
* @param {string} symbol unified market symbol
|
|
784
|
+
* @param {int} [since] the earliest time in ms to fetch open orders for
|
|
785
|
+
* @param {int} [limit] the maximum number of open orders structures to retrieve
|
|
786
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
787
|
+
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
788
|
+
*/
|
|
779
789
|
async fetchOpenOrdersWs(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
780
|
-
/**
|
|
781
|
-
* @method
|
|
782
|
-
* @name bitvavo#fetchOpenOrdersWs
|
|
783
|
-
* @description fetch all unfilled currently open orders
|
|
784
|
-
* @param {string} symbol unified market symbol
|
|
785
|
-
* @param {int} [since] the earliest time in ms to fetch open orders for
|
|
786
|
-
* @param {int} [limit] the maximum number of open orders structures to retrieve
|
|
787
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
788
|
-
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
789
|
-
*/
|
|
790
790
|
await this.loadMarkets();
|
|
791
791
|
await this.authenticate();
|
|
792
792
|
const request = {
|
|
@@ -800,18 +800,18 @@ class bitvavo extends bitvavo$1 {
|
|
|
800
800
|
const orders = await this.watchRequest('privateGetOrdersOpen', this.extend(request, params));
|
|
801
801
|
return this.filterBySymbolSinceLimit(orders, symbol, since, limit);
|
|
802
802
|
}
|
|
803
|
+
/**
|
|
804
|
+
* @method
|
|
805
|
+
* @name bitvavo#fetchMyTradesWs
|
|
806
|
+
* @see https://docs.bitvavo.com/#tag/Trades
|
|
807
|
+
* @description fetch all trades made by the user
|
|
808
|
+
* @param {string} symbol unified market symbol
|
|
809
|
+
* @param {int} [since] the earliest time in ms to fetch trades for
|
|
810
|
+
* @param {int} [limit] the maximum number of trades structures to retrieve
|
|
811
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
812
|
+
* @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
|
|
813
|
+
*/
|
|
803
814
|
async fetchMyTradesWs(symbol = undefined, since = undefined, limit = undefined, params = {}) {
|
|
804
|
-
/**
|
|
805
|
-
* @method
|
|
806
|
-
* @name bitvavo#fetchMyTradesWs
|
|
807
|
-
* @see https://docs.bitvavo.com/#tag/Trades
|
|
808
|
-
* @description fetch all trades made by the user
|
|
809
|
-
* @param {string} symbol unified market symbol
|
|
810
|
-
* @param {int} [since] the earliest time in ms to fetch trades for
|
|
811
|
-
* @param {int} [limit] the maximum number of trades structures to retrieve
|
|
812
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
813
|
-
* @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
|
|
814
|
-
*/
|
|
815
815
|
if (symbol === undefined) {
|
|
816
816
|
throw new errors.ArgumentsRequired(this.id + ' fetchMyTradesWs() requires a symbol argument');
|
|
817
817
|
}
|
|
@@ -851,18 +851,18 @@ class bitvavo extends bitvavo$1 {
|
|
|
851
851
|
const messageHash = this.buildMessageHash(action, { 'market': marketId });
|
|
852
852
|
client.resolve(trades, messageHash);
|
|
853
853
|
}
|
|
854
|
+
/**
|
|
855
|
+
* @method
|
|
856
|
+
* @name bitvavo#withdrawWs
|
|
857
|
+
* @description make a withdrawal
|
|
858
|
+
* @param {string} code unified currency code
|
|
859
|
+
* @param {float} amount the amount to withdraw
|
|
860
|
+
* @param {string} address the address to withdraw to
|
|
861
|
+
* @param {string} tag
|
|
862
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
863
|
+
* @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
864
|
+
*/
|
|
854
865
|
async withdrawWs(code, amount, address, tag = undefined, params = {}) {
|
|
855
|
-
/**
|
|
856
|
-
* @method
|
|
857
|
-
* @name bitvavo#withdrawWs
|
|
858
|
-
* @description make a withdrawal
|
|
859
|
-
* @param {string} code unified currency code
|
|
860
|
-
* @param {float} amount the amount to withdraw
|
|
861
|
-
* @param {string} address the address to withdraw to
|
|
862
|
-
* @param {string} tag
|
|
863
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
864
|
-
* @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
865
|
-
*/
|
|
866
866
|
[tag, params] = this.handleWithdrawTagAndParams(tag, params);
|
|
867
867
|
this.checkAddress(address);
|
|
868
868
|
await this.loadMarkets();
|
|
@@ -887,18 +887,18 @@ class bitvavo extends bitvavo$1 {
|
|
|
887
887
|
const withdraw = this.parseTransaction(response);
|
|
888
888
|
client.resolve(withdraw, messageHash);
|
|
889
889
|
}
|
|
890
|
+
/**
|
|
891
|
+
* @method
|
|
892
|
+
* @name bitvavo#fetchWithdrawalsWs
|
|
893
|
+
* @see https://docs.bitvavo.com/#tag/Account/paths/~1withdrawalHistory/get
|
|
894
|
+
* @description fetch all withdrawals made from an account
|
|
895
|
+
* @param {string} code unified currency code
|
|
896
|
+
* @param {int} [since] the earliest time in ms to fetch withdrawals for
|
|
897
|
+
* @param {int} [limit] the maximum number of withdrawals structures to retrieve
|
|
898
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
899
|
+
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
900
|
+
*/
|
|
890
901
|
async fetchWithdrawalsWs(code = undefined, since = undefined, limit = undefined, params = {}) {
|
|
891
|
-
/**
|
|
892
|
-
* @method
|
|
893
|
-
* @name bitvavo#fetchWithdrawalsWs
|
|
894
|
-
* @see https://docs.bitvavo.com/#tag/Account/paths/~1withdrawalHistory/get
|
|
895
|
-
* @description fetch all withdrawals made from an account
|
|
896
|
-
* @param {string} code unified currency code
|
|
897
|
-
* @param {int} [since] the earliest time in ms to fetch withdrawals for
|
|
898
|
-
* @param {int} [limit] the maximum number of withdrawals structures to retrieve
|
|
899
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
900
|
-
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
901
|
-
*/
|
|
902
902
|
await this.loadMarkets();
|
|
903
903
|
await this.authenticate();
|
|
904
904
|
const request = this.fetchWithdrawalsRequest(code, since, limit, params);
|
|
@@ -927,37 +927,37 @@ class bitvavo extends bitvavo$1 {
|
|
|
927
927
|
const withdrawals = this.parseTransactions(response, undefined, undefined, undefined, { 'type': 'withdrawal' });
|
|
928
928
|
client.resolve(withdrawals, messageHash);
|
|
929
929
|
}
|
|
930
|
+
/**
|
|
931
|
+
* @method
|
|
932
|
+
* @name bitvavo#fetchOHLCVWs
|
|
933
|
+
* @see https://docs.bitvavo.com/#tag/Market-Data/paths/~1{market}~1candles/get
|
|
934
|
+
* @description fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
935
|
+
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
936
|
+
* @param {string} timeframe the length of time each candle represents
|
|
937
|
+
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
938
|
+
* @param {int} [limit] the maximum amount of candles to fetch
|
|
939
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
940
|
+
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
941
|
+
*/
|
|
930
942
|
async fetchOHLCVWs(symbol, timeframe = '1m', since = undefined, limit = undefined, params = {}) {
|
|
931
|
-
/**
|
|
932
|
-
* @method
|
|
933
|
-
* @name bitvavo#fetchOHLCVWs
|
|
934
|
-
* @see https://docs.bitvavo.com/#tag/Market-Data/paths/~1{market}~1candles/get
|
|
935
|
-
* @description fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
|
936
|
-
* @param {string} symbol unified symbol of the market to fetch OHLCV data for
|
|
937
|
-
* @param {string} timeframe the length of time each candle represents
|
|
938
|
-
* @param {int} [since] timestamp in ms of the earliest candle to fetch
|
|
939
|
-
* @param {int} [limit] the maximum amount of candles to fetch
|
|
940
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
941
|
-
* @returns {int[][]} A list of candles ordered as timestamp, open, high, low, close, volume
|
|
942
|
-
*/
|
|
943
943
|
await this.loadMarkets();
|
|
944
944
|
const request = this.fetchOHLCVRequest(symbol, timeframe, since, limit, params);
|
|
945
945
|
const action = 'getCandles';
|
|
946
946
|
const ohlcv = await this.watchRequest(action, request);
|
|
947
947
|
return this.filterBySinceLimit(ohlcv, since, limit, 0, true);
|
|
948
948
|
}
|
|
949
|
+
/**
|
|
950
|
+
* @method
|
|
951
|
+
* @name bitvavo#fetchDepositsWs
|
|
952
|
+
* @see https://docs.bitvavo.com/#tag/Account/paths/~1depositHistory/get
|
|
953
|
+
* @description fetch all deposits made to an account
|
|
954
|
+
* @param {string} code unified currency code
|
|
955
|
+
* @param {int} [since] the earliest time in ms to fetch deposits for
|
|
956
|
+
* @param {int} [limit] the maximum number of deposits structures to retrieve
|
|
957
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
958
|
+
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
959
|
+
*/
|
|
949
960
|
async fetchDepositsWs(code = undefined, since = undefined, limit = undefined, params = {}) {
|
|
950
|
-
/**
|
|
951
|
-
* @method
|
|
952
|
-
* @name bitvavo#fetchDepositsWs
|
|
953
|
-
* @see https://docs.bitvavo.com/#tag/Account/paths/~1depositHistory/get
|
|
954
|
-
* @description fetch all deposits made to an account
|
|
955
|
-
* @param {string} code unified currency code
|
|
956
|
-
* @param {int} [since] the earliest time in ms to fetch deposits for
|
|
957
|
-
* @param {int} [limit] the maximum number of deposits structures to retrieve
|
|
958
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
959
|
-
* @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
|
|
960
|
-
*/
|
|
961
961
|
await this.loadMarkets();
|
|
962
962
|
await this.authenticate();
|
|
963
963
|
const request = this.fetchDepositsRequest(code, since, limit, params);
|
|
@@ -986,39 +986,39 @@ class bitvavo extends bitvavo$1 {
|
|
|
986
986
|
const deposits = this.parseTransactions(response, undefined, undefined, undefined, { 'type': 'deposit' });
|
|
987
987
|
client.resolve(deposits, messageHash);
|
|
988
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @method
|
|
991
|
+
* @name bitvavo#fetchTradingFeesWs
|
|
992
|
+
* @see https://docs.bitvavo.com/#tag/Account/paths/~1account/get
|
|
993
|
+
* @description fetch the trading fees for multiple markets
|
|
994
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
995
|
+
* @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
|
|
996
|
+
*/
|
|
989
997
|
async fetchTradingFeesWs(params = {}) {
|
|
990
|
-
/**
|
|
991
|
-
* @method
|
|
992
|
-
* @name bitvavo#fetchTradingFeesWs
|
|
993
|
-
* @see https://docs.bitvavo.com/#tag/Account/paths/~1account/get
|
|
994
|
-
* @description fetch the trading fees for multiple markets
|
|
995
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
996
|
-
* @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
|
|
997
|
-
*/
|
|
998
998
|
await this.loadMarkets();
|
|
999
999
|
await this.authenticate();
|
|
1000
1000
|
return await this.watchRequest('privateGetAccount', params);
|
|
1001
1001
|
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @method
|
|
1004
|
+
* @name bitvavo#fetchMarketsWs
|
|
1005
|
+
* @see https://docs.bitvavo.com/#tag/General/paths/~1markets/get
|
|
1006
|
+
* @description retrieves data on all markets for bitvavo
|
|
1007
|
+
* @param {object} [params] extra parameters specific to the exchange api endpoint
|
|
1008
|
+
* @returns {object[]} an array of objects representing market data
|
|
1009
|
+
*/
|
|
1002
1010
|
async fetchMarketsWs(params = {}) {
|
|
1003
|
-
/**
|
|
1004
|
-
* @method
|
|
1005
|
-
* @name bitvavo#fetchMarketsWs
|
|
1006
|
-
* @see https://docs.bitvavo.com/#tag/General/paths/~1markets/get
|
|
1007
|
-
* @description retrieves data on all markets for bitvavo
|
|
1008
|
-
* @param {object} [params] extra parameters specific to the exchange api endpoint
|
|
1009
|
-
* @returns {object[]} an array of objects representing market data
|
|
1010
|
-
*/
|
|
1011
1011
|
return await this.watchRequest('getMarkets', params);
|
|
1012
1012
|
}
|
|
1013
|
+
/**
|
|
1014
|
+
* @method
|
|
1015
|
+
* @name bitvavo#fetchCurrenciesWs
|
|
1016
|
+
* @see https://docs.bitvavo.com/#tag/General/paths/~1assets/get
|
|
1017
|
+
* @description fetches all available currencies on an exchange
|
|
1018
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
1019
|
+
* @returns {object} an associative dictionary of currencies
|
|
1020
|
+
*/
|
|
1013
1021
|
async fetchCurrenciesWs(params = {}) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @method
|
|
1016
|
-
* @name bitvavo#fetchCurrenciesWs
|
|
1017
|
-
* @see https://docs.bitvavo.com/#tag/General/paths/~1assets/get
|
|
1018
|
-
* @description fetches all available currencies on an exchange
|
|
1019
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
1020
|
-
* @returns {object} an associative dictionary of currencies
|
|
1021
|
-
*/
|
|
1022
1022
|
await this.loadMarkets();
|
|
1023
1023
|
return await this.watchRequest('getAssets', params);
|
|
1024
1024
|
}
|
|
@@ -1068,15 +1068,15 @@ class bitvavo extends bitvavo$1 {
|
|
|
1068
1068
|
const fees = this.parseTradingFees(response);
|
|
1069
1069
|
client.resolve(fees, messageHash);
|
|
1070
1070
|
}
|
|
1071
|
+
/**
|
|
1072
|
+
* @method
|
|
1073
|
+
* @name bitvavo#fetchBalanceWs
|
|
1074
|
+
* @see https://docs.bitvavo.com/#tag/Account/paths/~1balance/get
|
|
1075
|
+
* @description query for balance and get the amount of funds available for trading or funds locked in orders
|
|
1076
|
+
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
1077
|
+
* @returns {object} a [balance structure]{@link https://docs.ccxt.com/en/latest/manual.html?#balance-structure}
|
|
1078
|
+
*/
|
|
1071
1079
|
async fetchBalanceWs(params = {}) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @method
|
|
1074
|
-
* @name bitvavo#fetchBalanceWs
|
|
1075
|
-
* @see https://docs.bitvavo.com/#tag/Account/paths/~1balance/get
|
|
1076
|
-
* @description query for balance and get the amount of funds available for trading or funds locked in orders
|
|
1077
|
-
* @param {object} [params] extra parameters specific to the bitvavo api endpoint
|
|
1078
|
-
* @returns {object} a [balance structure]{@link https://docs.ccxt.com/en/latest/manual.html?#balance-structure}
|
|
1079
|
-
*/
|
|
1080
1080
|
await this.loadMarkets();
|
|
1081
1081
|
await this.authenticate();
|
|
1082
1082
|
return await this.watchRequest('privateGetBalance', params);
|