ccxt 3.1.59__py2.py3-none-any.whl → 4.0.3__py2.py3-none-any.whl
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.
- ccxt/__init__.py +1 -1
- ccxt/ace.py +6 -6
- ccxt/alpaca.py +4 -4
- ccxt/ascendex.py +14 -14
- ccxt/async_support/__init__.py +1 -1
- ccxt/async_support/ace.py +6 -6
- ccxt/async_support/alpaca.py +4 -4
- ccxt/async_support/ascendex.py +14 -14
- ccxt/async_support/base/exchange.py +13 -13
- ccxt/async_support/bigone.py +11 -11
- ccxt/async_support/binance.py +34 -34
- ccxt/async_support/bit2c.py +3 -3
- ccxt/async_support/bitbank.py +5 -5
- ccxt/async_support/bitbns.py +7 -7
- ccxt/async_support/bitfinex.py +13 -13
- ccxt/async_support/bitfinex2.py +11 -11
- ccxt/async_support/bitflyer.py +10 -10
- ccxt/async_support/bitforex.py +6 -6
- ccxt/async_support/bitget.py +18 -18
- ccxt/async_support/bithumb.py +5 -5
- ccxt/async_support/bitmart.py +13 -13
- ccxt/async_support/bitmex.py +15 -15
- ccxt/async_support/bitopro.py +12 -12
- ccxt/async_support/bitpanda.py +12 -12
- ccxt/async_support/bitrue.py +11 -11
- ccxt/async_support/bitso.py +13 -13
- ccxt/async_support/bitstamp.py +12 -12
- ccxt/async_support/bitstamp1.py +2 -2
- ccxt/async_support/bittrex.py +15 -15
- ccxt/async_support/bitvavo.py +11 -11
- ccxt/async_support/bkex.py +12 -12
- ccxt/async_support/bl3p.py +1 -1
- ccxt/async_support/blockchaincom.py +7 -7
- ccxt/async_support/btcalpha.py +10 -10
- ccxt/async_support/btcbox.py +3 -3
- ccxt/async_support/btcmarkets.py +10 -10
- ccxt/async_support/btctradeua.py +2 -2
- ccxt/async_support/btcturk.py +7 -7
- ccxt/async_support/bybit.py +19 -19
- ccxt/async_support/cex.py +7 -7
- ccxt/async_support/coinbase.py +11 -11
- ccxt/async_support/coinbasepro.py +12 -12
- ccxt/async_support/coincheck.py +5 -5
- ccxt/async_support/coinex.py +19 -19
- ccxt/async_support/coinfalcon.py +7 -7
- ccxt/async_support/coinmate.py +5 -5
- ccxt/async_support/coinone.py +6 -6
- ccxt/async_support/coinsph.py +11 -11
- ccxt/async_support/coinspot.py +2 -2
- ccxt/async_support/cryptocom.py +19 -18
- ccxt/async_support/currencycom.py +10 -10
- ccxt/async_support/delta.py +10 -10
- ccxt/async_support/deribit.py +14 -14
- ccxt/async_support/digifinex.py +17 -17
- ccxt/async_support/exmo.py +12 -12
- ccxt/async_support/gate.py +19 -19
- ccxt/async_support/gemini.py +6 -6
- ccxt/async_support/hitbtc.py +8 -8
- ccxt/async_support/hitbtc3.py +18 -18
- ccxt/async_support/hollaex.py +13 -13
- ccxt/async_support/huobi.py +21 -21
- ccxt/async_support/huobijp.py +13 -13
- ccxt/async_support/idex.py +10 -10
- ccxt/async_support/independentreserve.py +5 -5
- ccxt/async_support/indodax.py +5 -5
- ccxt/async_support/kraken.py +14 -14
- ccxt/async_support/krakenfutures.py +3 -3
- ccxt/async_support/kucoin.py +13 -13
- ccxt/async_support/kucoinfutures.py +10 -10
- ccxt/async_support/kuna.py +6 -6
- ccxt/async_support/latoken.py +8 -8
- ccxt/async_support/lbank.py +6 -6
- ccxt/async_support/lbank2.py +12 -12
- ccxt/async_support/luno.py +7 -7
- ccxt/async_support/lykke.py +7 -7
- ccxt/async_support/mercado.py +6 -6
- ccxt/async_support/mexc.py +26 -61
- ccxt/async_support/ndax.py +10 -10
- ccxt/async_support/novadax.py +11 -11
- ccxt/async_support/oceanex.py +10 -10
- ccxt/async_support/okcoin.py +12 -12
- ccxt/async_support/okx.py +23 -23
- ccxt/async_support/paymium.py +2 -2
- ccxt/async_support/phemex.py +16 -16
- ccxt/async_support/poloniex.py +12 -12
- ccxt/async_support/poloniexfutures.py +10 -10
- ccxt/async_support/probit.py +14 -14
- ccxt/async_support/tidex.py +6 -6
- ccxt/async_support/timex.py +10 -10
- ccxt/async_support/tokocrypto.py +12 -12
- ccxt/async_support/upbit.py +10 -10
- ccxt/async_support/wavesexchange.py +9 -9
- ccxt/async_support/wazirx.py +7 -7
- ccxt/async_support/whitebit.py +12 -12
- ccxt/async_support/woo.py +9 -9
- ccxt/async_support/yobit.py +6 -6
- ccxt/async_support/zaif.py +4 -4
- ccxt/async_support/zonda.py +7 -7
- ccxt/base/exchange.py +13 -13
- ccxt/bigone.py +11 -11
- ccxt/binance.py +34 -34
- ccxt/bit2c.py +3 -3
- ccxt/bitbank.py +5 -5
- ccxt/bitbns.py +7 -7
- ccxt/bitfinex.py +13 -13
- ccxt/bitfinex2.py +11 -11
- ccxt/bitflyer.py +10 -10
- ccxt/bitforex.py +6 -6
- ccxt/bitget.py +18 -18
- ccxt/bithumb.py +5 -5
- ccxt/bitmart.py +13 -13
- ccxt/bitmex.py +15 -15
- ccxt/bitopro.py +12 -12
- ccxt/bitpanda.py +12 -12
- ccxt/bitrue.py +11 -11
- ccxt/bitso.py +13 -13
- ccxt/bitstamp.py +12 -12
- ccxt/bitstamp1.py +2 -2
- ccxt/bittrex.py +15 -15
- ccxt/bitvavo.py +11 -11
- ccxt/bkex.py +12 -12
- ccxt/bl3p.py +1 -1
- ccxt/blockchaincom.py +7 -7
- ccxt/btcalpha.py +10 -10
- ccxt/btcbox.py +3 -3
- ccxt/btcmarkets.py +10 -10
- ccxt/btctradeua.py +2 -2
- ccxt/btcturk.py +7 -7
- ccxt/bybit.py +19 -19
- ccxt/cex.py +7 -7
- ccxt/coinbase.py +11 -11
- ccxt/coinbasepro.py +12 -12
- ccxt/coincheck.py +5 -5
- ccxt/coinex.py +19 -19
- ccxt/coinfalcon.py +7 -7
- ccxt/coinmate.py +5 -5
- ccxt/coinone.py +6 -6
- ccxt/coinsph.py +11 -11
- ccxt/coinspot.py +2 -2
- ccxt/cryptocom.py +19 -18
- ccxt/currencycom.py +10 -10
- ccxt/delta.py +10 -10
- ccxt/deribit.py +14 -14
- ccxt/digifinex.py +17 -17
- ccxt/exmo.py +12 -12
- ccxt/gate.py +19 -19
- ccxt/gemini.py +6 -6
- ccxt/hitbtc.py +8 -8
- ccxt/hitbtc3.py +18 -18
- ccxt/hollaex.py +13 -13
- ccxt/huobi.py +21 -21
- ccxt/huobijp.py +13 -13
- ccxt/idex.py +10 -10
- ccxt/independentreserve.py +5 -5
- ccxt/indodax.py +5 -5
- ccxt/kraken.py +14 -14
- ccxt/krakenfutures.py +3 -3
- ccxt/kucoin.py +13 -13
- ccxt/kucoinfutures.py +10 -10
- ccxt/kuna.py +6 -6
- ccxt/latoken.py +8 -8
- ccxt/lbank.py +6 -6
- ccxt/lbank2.py +12 -12
- ccxt/luno.py +7 -7
- ccxt/lykke.py +7 -7
- ccxt/mercado.py +6 -6
- ccxt/mexc.py +26 -61
- ccxt/ndax.py +10 -10
- ccxt/novadax.py +11 -11
- ccxt/oceanex.py +10 -10
- ccxt/okcoin.py +12 -12
- ccxt/okx.py +23 -23
- ccxt/paymium.py +2 -2
- ccxt/phemex.py +16 -16
- ccxt/poloniex.py +12 -12
- ccxt/poloniexfutures.py +10 -10
- ccxt/pro/__init__.py +1 -1
- ccxt/pro/alpaca.py +4 -4
- ccxt/pro/ascendex.py +3 -3
- ccxt/pro/binance.py +5 -5
- ccxt/pro/bitfinex.py +2 -2
- ccxt/pro/bitfinex2.py +4 -4
- ccxt/pro/bitget.py +4 -4
- ccxt/pro/bitmart.py +3 -3
- ccxt/pro/bitmex.py +4 -4
- ccxt/pro/bitopro.py +1 -1
- ccxt/pro/bitpanda.py +3 -3
- ccxt/pro/bitrue.py +1 -1
- ccxt/pro/bitstamp.py +2 -2
- ccxt/pro/bittrex.py +4 -4
- ccxt/pro/bitvavo.py +4 -4
- ccxt/pro/blockchaincom.py +3 -3
- ccxt/pro/bybit.py +4 -4
- ccxt/pro/cex.py +5 -5
- ccxt/pro/coinbasepro.py +3 -3
- ccxt/pro/coinex.py +3 -3
- ccxt/pro/cryptocom.py +4 -4
- ccxt/pro/currencycom.py +2 -2
- ccxt/pro/deribit.py +4 -4
- ccxt/pro/exmo.py +2 -2
- ccxt/pro/gate.py +5 -5
- ccxt/pro/gemini.py +3 -3
- ccxt/pro/hitbtc.py +2 -2
- ccxt/pro/hollaex.py +3 -3
- ccxt/pro/huobi.py +4 -4
- ccxt/pro/huobijp.py +2 -2
- ccxt/pro/idex.py +3 -3
- ccxt/pro/independentreserve.py +1 -1
- ccxt/pro/kraken.py +4 -4
- ccxt/pro/krakenfutures.py +6 -6
- ccxt/pro/kucoin.py +4 -4
- ccxt/pro/kucoinfutures.py +2 -2
- ccxt/pro/luno.py +1 -1
- ccxt/pro/mexc.py +4 -4
- ccxt/pro/ndax.py +2 -2
- ccxt/pro/okcoin.py +3 -3
- ccxt/pro/okx.py +3 -3
- ccxt/pro/phemex.py +4 -4
- ccxt/pro/poloniexfutures.py +3 -3
- ccxt/pro/probit.py +2 -2
- ccxt/pro/upbit.py +1 -1
- ccxt/pro/wazirx.py +4 -4
- ccxt/pro/whitebit.py +4 -4
- ccxt/probit.py +14 -14
- ccxt/tidex.py +6 -6
- ccxt/timex.py +10 -10
- ccxt/tokocrypto.py +12 -12
- ccxt/upbit.py +10 -10
- ccxt/wavesexchange.py +9 -9
- ccxt/wazirx.py +7 -7
- ccxt/whitebit.py +12 -12
- ccxt/woo.py +9 -9
- ccxt/yobit.py +6 -6
- ccxt/zaif.py +4 -4
- ccxt/zonda.py +7 -7
- {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/METADATA +4 -4
- ccxt-4.0.3.dist-info/RECORD +452 -0
- ccxt/async_support/btcex.py +0 -2519
- ccxt/async_support/buda.py +0 -1063
- ccxt/async_support/itbit.py +0 -771
- ccxt/async_support/ripio.py +0 -1102
- ccxt/async_support/stex.py +0 -2508
- ccxt/async_support/xt.py +0 -4420
- ccxt/async_support/zb.py +0 -4127
- ccxt/btcex.py +0 -2519
- ccxt/buda.py +0 -1063
- ccxt/itbit.py +0 -771
- ccxt/ripio.py +0 -1102
- ccxt/stex.py +0 -2508
- ccxt/xt.py +0 -4419
- ccxt/zb.py +0 -4126
- ccxt-3.1.59.dist-info/RECORD +0 -466
- {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/WHEEL +0 -0
- {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/top_level.txt +0 -0
ccxt/async_support/btctradeua.py
CHANGED
@@ -365,7 +365,7 @@ class btctradeua(Exchange, ImplicitAPI):
|
|
365
365
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
366
366
|
:param int|None limit: the maximum amount of trades to fetch
|
367
367
|
:param dict params: extra parameters specific to the btctradeua api endpoint
|
368
|
-
:returns [
|
368
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
369
369
|
"""
|
370
370
|
await self.load_markets()
|
371
371
|
market = self.market(symbol)
|
@@ -458,7 +458,7 @@ class btctradeua(Exchange, ImplicitAPI):
|
|
458
458
|
:param int|None since: the earliest time in ms to fetch open orders for
|
459
459
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
460
460
|
:param dict params: extra parameters specific to the btctradeua api endpoint
|
461
|
-
:returns [
|
461
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
462
462
|
"""
|
463
463
|
if symbol is None:
|
464
464
|
raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires a symbol argument')
|
ccxt/async_support/btcturk.py
CHANGED
@@ -143,7 +143,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
143
143
|
"""
|
144
144
|
retrieves data on all markets for btcturk
|
145
145
|
:param dict params: extra parameters specific to the exchange api endpoint
|
146
|
-
:returns [
|
146
|
+
:returns dict[]: an array of objects representing market data
|
147
147
|
"""
|
148
148
|
response = await self.publicGetServerExchangeinfo(params)
|
149
149
|
#
|
@@ -390,7 +390,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
390
390
|
async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
|
391
391
|
"""
|
392
392
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
393
|
-
:param [
|
393
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
394
394
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
395
395
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
396
396
|
"""
|
@@ -478,7 +478,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
478
478
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
479
479
|
:param int|None limit: the maximum amount of trades to fetch
|
480
480
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
481
|
-
:returns [
|
481
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
482
482
|
"""
|
483
483
|
await self.load_markets()
|
484
484
|
market = self.market(symbol)
|
@@ -539,7 +539,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
539
539
|
:param int|None limit: the maximum amount of candles to fetch
|
540
540
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
541
541
|
:param int|None params['until']: timestamp in ms of the latest candle to fetch
|
542
|
-
:returns [[
|
542
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
543
543
|
"""
|
544
544
|
await self.load_markets()
|
545
545
|
market = self.market(symbol)
|
@@ -671,7 +671,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
671
671
|
:param int|None since: the earliest time in ms to fetch open orders for
|
672
672
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
673
673
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
674
|
-
:returns [
|
674
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
675
675
|
"""
|
676
676
|
await self.load_markets()
|
677
677
|
request = {}
|
@@ -692,7 +692,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
692
692
|
:param int|None since: the earliest time in ms to fetch orders for
|
693
693
|
:param int|None limit: the maximum number of orde structures to retrieve
|
694
694
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
695
|
-
:returns [
|
695
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
696
696
|
"""
|
697
697
|
await self.load_markets()
|
698
698
|
market = self.market(symbol)
|
@@ -810,7 +810,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
810
810
|
:param int|None since: the earliest time in ms to fetch trades for
|
811
811
|
:param int|None limit: the maximum number of trades structures to retrieve
|
812
812
|
:param dict params: extra parameters specific to the btcturk api endpoint
|
813
|
-
:returns [
|
813
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
814
814
|
"""
|
815
815
|
await self.load_markets()
|
816
816
|
market = None
|
ccxt/async_support/bybit.py
CHANGED
@@ -1391,7 +1391,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
1391
1391
|
retrieves data on all markets for bybit
|
1392
1392
|
see https://bybit-exchange.github.io/docs/v5/market/instrument
|
1393
1393
|
:param dict params: extra parameters specific to the exchange api endpoint
|
1394
|
-
:returns [
|
1394
|
+
:returns dict[]: an array of objects representing market data
|
1395
1395
|
"""
|
1396
1396
|
if self.options['adjustForTimeDifference']:
|
1397
1397
|
await self.load_time_difference()
|
@@ -1927,7 +1927,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
1927
1927
|
"""
|
1928
1928
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
1929
1929
|
see https://bybit-exchange.github.io/docs/v5/market/tickers
|
1930
|
-
:param [
|
1930
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
1931
1931
|
:param dict params: extra parameters specific to the bybit api endpoint
|
1932
1932
|
:returns dict: an array of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
1933
1933
|
"""
|
@@ -2043,7 +2043,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
2043
2043
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
2044
2044
|
:param int|None limit: the maximum amount of candles to fetch
|
2045
2045
|
:param dict params: extra parameters specific to the bybit api endpoint
|
2046
|
-
:returns [[
|
2046
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
2047
2047
|
"""
|
2048
2048
|
self.check_required_symbol('fetchOHLCV', symbol)
|
2049
2049
|
await self.load_markets()
|
@@ -2180,7 +2180,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
2180
2180
|
"""
|
2181
2181
|
fetches funding rates for multiple markets
|
2182
2182
|
see https://bybit-exchange.github.io/docs/v5/market/tickers
|
2183
|
-
:param [
|
2183
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the funding rates for, all market funding rates are returned if not assigned
|
2184
2184
|
:param dict params: extra parameters specific to the bybit api endpoint
|
2185
2185
|
:returns dict: an array of `funding rate structures <https://docs.ccxt.com/#/?id=funding-rate-structure>`
|
2186
2186
|
"""
|
@@ -2258,7 +2258,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
2258
2258
|
:param int|None limit: the maximum amount of `funding rate structures <https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure>` to fetch
|
2259
2259
|
:param dict params: extra parameters specific to the bybit api endpoint
|
2260
2260
|
:param int|None params['until']: timestamp in ms of the latest funding rate
|
2261
|
-
:returns [
|
2261
|
+
:returns dict[]: a list of `funding rate structures <https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure>`
|
2262
2262
|
"""
|
2263
2263
|
self.check_required_symbol('fetchFundingRateHistory', symbol)
|
2264
2264
|
await self.load_markets()
|
@@ -2561,7 +2561,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
2561
2561
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
2562
2562
|
:param int|None limit: the maximum amount of trades to fetch
|
2563
2563
|
:param dict params: extra parameters specific to the bybit api endpoint
|
2564
|
-
:returns [
|
2564
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
2565
2565
|
"""
|
2566
2566
|
self.check_required_symbol('fetchTrades', symbol)
|
2567
2567
|
await self.load_markets()
|
@@ -4556,7 +4556,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
4556
4556
|
cancel all open orders
|
4557
4557
|
:param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
|
4558
4558
|
:param dict params: extra parameters specific to the bybit api endpoint
|
4559
|
-
:returns [
|
4559
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
4560
4560
|
"""
|
4561
4561
|
await self.load_markets()
|
4562
4562
|
market = None
|
@@ -4882,7 +4882,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
4882
4882
|
:param int|None since: the earliest time in ms to fetch orders for
|
4883
4883
|
:param int|None limit: the maximum number of orde structures to retrieve
|
4884
4884
|
:param dict params: extra parameters specific to the bybit api endpoint
|
4885
|
-
:returns [
|
4885
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
4886
4886
|
"""
|
4887
4887
|
await self.load_markets()
|
4888
4888
|
market = None
|
@@ -4967,7 +4967,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
4967
4967
|
:param int|None since: the earliest time in ms to fetch orders for
|
4968
4968
|
:param int|None limit: the maximum number of orde structures to retrieve
|
4969
4969
|
:param dict params: extra parameters specific to the bybit api endpoint
|
4970
|
-
:returns [
|
4970
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
4971
4971
|
"""
|
4972
4972
|
await self.load_markets()
|
4973
4973
|
market = None
|
@@ -5366,7 +5366,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
5366
5366
|
:param int|None since: the earliest time in ms to fetch open orders for
|
5367
5367
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
5368
5368
|
:param dict params: extra parameters specific to the bybit api endpoint
|
5369
|
-
:returns [
|
5369
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
5370
5370
|
"""
|
5371
5371
|
await self.load_markets()
|
5372
5372
|
market = None
|
@@ -5404,7 +5404,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
5404
5404
|
:param int|None since: the earliest time in ms to fetch trades for
|
5405
5405
|
:param int|None limit: the maximum number of trades to retrieve
|
5406
5406
|
:param dict params: extra parameters specific to the bybit api endpoint
|
5407
|
-
:returns [
|
5407
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
5408
5408
|
*
|
5409
5409
|
"""
|
5410
5410
|
request = {}
|
@@ -5726,7 +5726,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
5726
5726
|
:param int|None since: the earliest time in ms to fetch trades for
|
5727
5727
|
:param int|None limit: the maximum number of trades structures to retrieve
|
5728
5728
|
:param dict params: extra parameters specific to the bybit api endpoint
|
5729
|
-
:returns [
|
5729
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
5730
5730
|
"""
|
5731
5731
|
await self.load_markets()
|
5732
5732
|
market = None
|
@@ -5879,7 +5879,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
5879
5879
|
*
|
5880
5880
|
* EXCHANGE SPECIFIC PARAMETERS
|
5881
5881
|
:param str|None params['cursor']: used for pagination
|
5882
|
-
:returns [
|
5882
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
5883
5883
|
"""
|
5884
5884
|
await self.load_markets()
|
5885
5885
|
request = {
|
@@ -5934,7 +5934,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
5934
5934
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
5935
5935
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
5936
5936
|
:param dict params: extra parameters specific to the bybit api endpoint
|
5937
|
-
:returns [
|
5937
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
5938
5938
|
"""
|
5939
5939
|
await self.load_markets()
|
5940
5940
|
request = {
|
@@ -6789,9 +6789,9 @@ class bybit(Exchange, ImplicitAPI):
|
|
6789
6789
|
async def fetch_positions(self, symbols: Optional[List[str]] = None, params={}):
|
6790
6790
|
"""
|
6791
6791
|
fetch all open positions
|
6792
|
-
:param [
|
6792
|
+
:param str[]|None symbols: list of unified market symbols
|
6793
6793
|
:param dict params: extra parameters specific to the bybit api endpoint
|
6794
|
-
:returns [
|
6794
|
+
:returns dict[]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
|
6795
6795
|
"""
|
6796
6796
|
if isinstance(symbols, list):
|
6797
6797
|
symbolsLength = len(symbols)
|
@@ -7405,7 +7405,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
7405
7405
|
:param number|None since: the earliest time in ms to fetch borrrow interest for
|
7406
7406
|
:param number|None limit: the maximum number of structures to retrieve
|
7407
7407
|
:param dict params: extra parameters specific to the bybit api endpoint
|
7408
|
-
:returns [
|
7408
|
+
:returns dict[]: a list of `borrow interest structures <https://docs.ccxt.com/#/?id=borrow-interest-structure>`
|
7409
7409
|
"""
|
7410
7410
|
await self.load_markets()
|
7411
7411
|
request = {}
|
@@ -7535,7 +7535,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
7535
7535
|
:param int|None since: the earliest time in ms to fetch transfers for
|
7536
7536
|
:param int|None limit: the maximum number of transfers structures to retrieve
|
7537
7537
|
:param dict params: extra parameters specific to the bybit api endpoint
|
7538
|
-
:returns [
|
7538
|
+
:returns dict[]: a list of `transfer structures <https://docs.ccxt.com/#/?id=transfer-structure>`
|
7539
7539
|
"""
|
7540
7540
|
await self.load_markets()
|
7541
7541
|
currency = None
|
@@ -7953,7 +7953,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
7953
7953
|
"""
|
7954
7954
|
fetch deposit and withdraw fees
|
7955
7955
|
see https://bybit-exchange.github.io/docs/v5/asset/coin-info
|
7956
|
-
:param [
|
7956
|
+
:param str[]|None codes: list of unified currency codes
|
7957
7957
|
:param dict params: extra parameters specific to the bybit api endpoint
|
7958
7958
|
:returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
|
7959
7959
|
"""
|
ccxt/async_support/cex.py
CHANGED
@@ -349,7 +349,7 @@ class cex(Exchange, ImplicitAPI):
|
|
349
349
|
"""
|
350
350
|
retrieves data on all markets for cex
|
351
351
|
:param dict params: extra parameters specific to the exchange api endpoint
|
352
|
-
:returns [
|
352
|
+
:returns dict[]: an array of objects representing market data
|
353
353
|
"""
|
354
354
|
currenciesResponse = await self.fetch_currencies_from_cache(params)
|
355
355
|
currenciesData = self.safe_value(currenciesResponse, 'data', {})
|
@@ -527,7 +527,7 @@ class cex(Exchange, ImplicitAPI):
|
|
527
527
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
528
528
|
:param int|None limit: the maximum amount of candles to fetch
|
529
529
|
:param dict params: extra parameters specific to the cex api endpoint
|
530
|
-
:returns [[
|
530
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
531
531
|
"""
|
532
532
|
await self.load_markets()
|
533
533
|
market = self.market(symbol)
|
@@ -592,7 +592,7 @@ class cex(Exchange, ImplicitAPI):
|
|
592
592
|
async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
|
593
593
|
"""
|
594
594
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
595
|
-
:param [
|
595
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
596
596
|
:param dict params: extra parameters specific to the cex api endpoint
|
597
597
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
598
598
|
"""
|
@@ -670,7 +670,7 @@ class cex(Exchange, ImplicitAPI):
|
|
670
670
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
671
671
|
:param int|None limit: the maximum amount of trades to fetch
|
672
672
|
:param dict params: extra parameters specific to the cex api endpoint
|
673
|
-
:returns [
|
673
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
674
674
|
"""
|
675
675
|
await self.load_markets()
|
676
676
|
market = self.market(symbol)
|
@@ -1051,7 +1051,7 @@ class cex(Exchange, ImplicitAPI):
|
|
1051
1051
|
:param int|None since: the earliest time in ms to fetch open orders for
|
1052
1052
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
1053
1053
|
:param dict params: extra parameters specific to the cex api endpoint
|
1054
|
-
:returns [
|
1054
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1055
1055
|
"""
|
1056
1056
|
await self.load_markets()
|
1057
1057
|
request = {}
|
@@ -1073,7 +1073,7 @@ class cex(Exchange, ImplicitAPI):
|
|
1073
1073
|
:param int|None since: the earliest time in ms to fetch orders for
|
1074
1074
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1075
1075
|
:param dict params: extra parameters specific to the cex api endpoint
|
1076
|
-
:returns [
|
1076
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1077
1077
|
"""
|
1078
1078
|
await self.load_markets()
|
1079
1079
|
method = 'privatePostArchivedOrdersPair'
|
@@ -1206,7 +1206,7 @@ class cex(Exchange, ImplicitAPI):
|
|
1206
1206
|
:param int|None since: the earliest time in ms to fetch orders for
|
1207
1207
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1208
1208
|
:param dict params: extra parameters specific to the cex api endpoint
|
1209
|
-
:returns [
|
1209
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1210
1210
|
"""
|
1211
1211
|
await self.load_markets()
|
1212
1212
|
market = self.market(symbol)
|
ccxt/async_support/coinbase.py
CHANGED
@@ -609,7 +609,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
609
609
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
610
610
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
611
611
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
612
|
-
:returns [
|
612
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
613
613
|
"""
|
614
614
|
# fiat only, for crypto transactions use fetchLedger
|
615
615
|
return await self.fetch_transactions_with_method('v2PrivateGetAccountsAccountIdWithdrawals', code, since, limit, params)
|
@@ -621,7 +621,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
621
621
|
:param int|None since: the earliest time in ms to fetch deposits for
|
622
622
|
:param int|None limit: the maximum number of deposits structures to retrieve
|
623
623
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
624
|
-
:returns [
|
624
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
625
625
|
"""
|
626
626
|
# fiat only, for crypto transactions use fetchLedger
|
627
627
|
return await self.fetch_transactions_with_method('v2PrivateGetAccountsAccountIdDeposits', code, since, limit, params)
|
@@ -861,7 +861,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
861
861
|
"""
|
862
862
|
retrieves data on all markets for coinbase
|
863
863
|
:param dict params: extra parameters specific to the exchange api endpoint
|
864
|
-
:returns [
|
864
|
+
:returns dict[]: an array of objects representing market data
|
865
865
|
"""
|
866
866
|
method = self.safe_string(self.options, 'fetchMarkets', 'fetchMarketsV3')
|
867
867
|
return await getattr(self, method)(params)
|
@@ -1146,7 +1146,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
1146
1146
|
async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
|
1147
1147
|
"""
|
1148
1148
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
1149
|
-
:param [
|
1149
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
1150
1150
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
1151
1151
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
1152
1152
|
"""
|
@@ -2170,7 +2170,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2170
2170
|
"""
|
2171
2171
|
cancel multiple orders
|
2172
2172
|
see https://docs.cloud.coinbase.com/advanced-trade-api/reference/retailbrokerageapi_cancelorders
|
2173
|
-
:param [
|
2173
|
+
:param str[] ids: order ids
|
2174
2174
|
:param str|None symbol: not used by coinbase cancelOrders()
|
2175
2175
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2176
2176
|
:returns dict: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
@@ -2268,7 +2268,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2268
2268
|
:param int|None since: the earliest time in ms to fetch orders
|
2269
2269
|
:param int|None limit: the maximum number of order structures to retrieve
|
2270
2270
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2271
|
-
:returns [
|
2271
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2272
2272
|
"""
|
2273
2273
|
await self.load_markets()
|
2274
2274
|
market = None
|
@@ -2396,7 +2396,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2396
2396
|
:param int|None since: timestamp in ms of the earliest order, default is None
|
2397
2397
|
:param int|None limit: the maximum number of open order structures to retrieve
|
2398
2398
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2399
|
-
:returns [
|
2399
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2400
2400
|
"""
|
2401
2401
|
return await self.fetch_orders_by_status('OPEN', symbol, since, limit, params)
|
2402
2402
|
|
@@ -2408,7 +2408,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2408
2408
|
:param int|None since: timestamp in ms of the earliest order, default is None
|
2409
2409
|
:param int|None limit: the maximum number of closed order structures to retrieve
|
2410
2410
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2411
|
-
:returns [
|
2411
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2412
2412
|
"""
|
2413
2413
|
return await self.fetch_orders_by_status('FILLED', symbol, since, limit, params)
|
2414
2414
|
|
@@ -2433,7 +2433,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2433
2433
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
2434
2434
|
:param int|None limit: the maximum amount of candles to fetch, not used by coinbase
|
2435
2435
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2436
|
-
:returns [[
|
2436
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
2437
2437
|
"""
|
2438
2438
|
await self.load_markets()
|
2439
2439
|
market = self.market(symbol)
|
@@ -2497,7 +2497,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2497
2497
|
:param int|None since: not used by coinbase fetchTrades
|
2498
2498
|
:param int|None limit: the maximum number of trade structures to fetch
|
2499
2499
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2500
|
-
:returns [
|
2500
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
2501
2501
|
"""
|
2502
2502
|
await self.load_markets()
|
2503
2503
|
market = self.market(symbol)
|
@@ -2534,7 +2534,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2534
2534
|
:param int|None since: timestamp in ms of the earliest order, default is None
|
2535
2535
|
:param int|None limit: the maximum number of trade structures to fetch
|
2536
2536
|
:param dict params: extra parameters specific to the coinbase api endpoint
|
2537
|
-
:returns [
|
2537
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
2538
2538
|
"""
|
2539
2539
|
await self.load_markets()
|
2540
2540
|
market = None
|
@@ -310,7 +310,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
310
310
|
"""
|
311
311
|
retrieves data on all markets for coinbasepro
|
312
312
|
:param dict params: extra parameters specific to the exchange api endpoint
|
313
|
-
:returns [
|
313
|
+
:returns dict[]: an array of objects representing market data
|
314
314
|
"""
|
315
315
|
response = await self.publicGetProducts(params)
|
316
316
|
#
|
@@ -612,7 +612,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
612
612
|
async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
|
613
613
|
"""
|
614
614
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
615
|
-
:param [
|
615
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
616
616
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
617
617
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
618
618
|
"""
|
@@ -767,7 +767,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
767
767
|
:param int|None since: the earliest time in ms to fetch trades for
|
768
768
|
:param int|None limit: the maximum number of trades structures to retrieve
|
769
769
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
770
|
-
:returns [
|
770
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
771
771
|
"""
|
772
772
|
# 2018-08-23
|
773
773
|
if symbol is None:
|
@@ -789,7 +789,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
789
789
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
790
790
|
:param int|None limit: the maximum amount of trades to fetch
|
791
791
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
792
|
-
:returns [
|
792
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
793
793
|
"""
|
794
794
|
await self.load_markets()
|
795
795
|
market = self.market(symbol)
|
@@ -859,7 +859,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
859
859
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
860
860
|
:param int|None limit: the maximum amount of candles to fetch
|
861
861
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
862
|
-
:returns [[
|
862
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
863
863
|
"""
|
864
864
|
await self.load_markets()
|
865
865
|
market = self.market(symbol)
|
@@ -1021,7 +1021,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1021
1021
|
:param int|None since: the earliest time in ms to fetch trades for
|
1022
1022
|
:param int|None limit: the maximum number of trades to retrieve
|
1023
1023
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1024
|
-
:returns [
|
1024
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
1025
1025
|
"""
|
1026
1026
|
await self.load_markets()
|
1027
1027
|
market = None
|
@@ -1040,7 +1040,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1040
1040
|
:param int|None since: the earliest time in ms to fetch orders for
|
1041
1041
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1042
1042
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1043
|
-
:returns [
|
1043
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1044
1044
|
"""
|
1045
1045
|
request = {
|
1046
1046
|
'status': 'all',
|
@@ -1054,7 +1054,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1054
1054
|
:param int|None since: the earliest time in ms to fetch open orders for
|
1055
1055
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
1056
1056
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1057
|
-
:returns [
|
1057
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1058
1058
|
"""
|
1059
1059
|
await self.load_markets()
|
1060
1060
|
request = {}
|
@@ -1074,7 +1074,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1074
1074
|
:param int|None since: the earliest time in ms to fetch orders for
|
1075
1075
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1076
1076
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1077
|
-
:returns [
|
1077
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1078
1078
|
"""
|
1079
1079
|
request = {
|
1080
1080
|
'status': 'done',
|
@@ -1195,7 +1195,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1195
1195
|
cancel all open orders
|
1196
1196
|
:param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
|
1197
1197
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1198
|
-
:returns [
|
1198
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1199
1199
|
"""
|
1200
1200
|
await self.load_markets()
|
1201
1201
|
request = {}
|
@@ -1497,7 +1497,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1497
1497
|
:param int|None since: the earliest time in ms to fetch deposits for
|
1498
1498
|
:param int|None limit: the maximum number of deposits structures to retrieve
|
1499
1499
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1500
|
-
:returns [
|
1500
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
1501
1501
|
"""
|
1502
1502
|
return await self.fetch_transactions(code, since, limit, self.extend({'type': 'deposit'}, params))
|
1503
1503
|
|
@@ -1508,7 +1508,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
1508
1508
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
1509
1509
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
1510
1510
|
:param dict params: extra parameters specific to the coinbasepro api endpoint
|
1511
|
-
:returns [
|
1511
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
1512
1512
|
"""
|
1513
1513
|
return await self.fetch_transactions(code, since, limit, self.extend({'type': 'withdraw'}, params))
|
1514
1514
|
|
ccxt/async_support/coincheck.py
CHANGED
@@ -200,7 +200,7 @@ class coincheck(Exchange, ImplicitAPI):
|
|
200
200
|
:param int|None since: the earliest time in ms to fetch open orders for
|
201
201
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
202
202
|
:param dict params: extra parameters specific to the coincheck api endpoint
|
203
|
-
:returns [
|
203
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
204
204
|
"""
|
205
205
|
await self.load_markets()
|
206
206
|
# Only BTC/JPY is meaningful
|
@@ -431,7 +431,7 @@ class coincheck(Exchange, ImplicitAPI):
|
|
431
431
|
:param int|None since: the earliest time in ms to fetch trades for
|
432
432
|
:param int|None limit: the maximum number of trades structures to retrieve
|
433
433
|
:param dict params: extra parameters specific to the coincheck api endpoint
|
434
|
-
:returns [
|
434
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
435
435
|
"""
|
436
436
|
await self.load_markets()
|
437
437
|
market = self.market(symbol)
|
@@ -471,7 +471,7 @@ class coincheck(Exchange, ImplicitAPI):
|
|
471
471
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
472
472
|
:param int|None limit: the maximum amount of trades to fetch
|
473
473
|
:param dict params: extra parameters specific to the coincheck api endpoint
|
474
|
-
:returns [
|
474
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
475
475
|
"""
|
476
476
|
await self.load_markets()
|
477
477
|
market = self.market(symbol)
|
@@ -589,7 +589,7 @@ class coincheck(Exchange, ImplicitAPI):
|
|
589
589
|
:param int|None since: the earliest time in ms to fetch deposits for
|
590
590
|
:param int|None limit: the maximum number of deposits structures to retrieve
|
591
591
|
:param dict params: extra parameters specific to the coincheck api endpoint
|
592
|
-
:returns [
|
592
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
593
593
|
"""
|
594
594
|
await self.load_markets()
|
595
595
|
currency = None
|
@@ -633,7 +633,7 @@ class coincheck(Exchange, ImplicitAPI):
|
|
633
633
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
634
634
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
635
635
|
:param dict params: extra parameters specific to the coincheck api endpoint
|
636
|
-
:returns [
|
636
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
637
637
|
"""
|
638
638
|
await self.load_markets()
|
639
639
|
currency = None
|