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.
Files changed (254) hide show
  1. ccxt/__init__.py +1 -1
  2. ccxt/ace.py +6 -6
  3. ccxt/alpaca.py +4 -4
  4. ccxt/ascendex.py +14 -14
  5. ccxt/async_support/__init__.py +1 -1
  6. ccxt/async_support/ace.py +6 -6
  7. ccxt/async_support/alpaca.py +4 -4
  8. ccxt/async_support/ascendex.py +14 -14
  9. ccxt/async_support/base/exchange.py +13 -13
  10. ccxt/async_support/bigone.py +11 -11
  11. ccxt/async_support/binance.py +34 -34
  12. ccxt/async_support/bit2c.py +3 -3
  13. ccxt/async_support/bitbank.py +5 -5
  14. ccxt/async_support/bitbns.py +7 -7
  15. ccxt/async_support/bitfinex.py +13 -13
  16. ccxt/async_support/bitfinex2.py +11 -11
  17. ccxt/async_support/bitflyer.py +10 -10
  18. ccxt/async_support/bitforex.py +6 -6
  19. ccxt/async_support/bitget.py +18 -18
  20. ccxt/async_support/bithumb.py +5 -5
  21. ccxt/async_support/bitmart.py +13 -13
  22. ccxt/async_support/bitmex.py +15 -15
  23. ccxt/async_support/bitopro.py +12 -12
  24. ccxt/async_support/bitpanda.py +12 -12
  25. ccxt/async_support/bitrue.py +11 -11
  26. ccxt/async_support/bitso.py +13 -13
  27. ccxt/async_support/bitstamp.py +12 -12
  28. ccxt/async_support/bitstamp1.py +2 -2
  29. ccxt/async_support/bittrex.py +15 -15
  30. ccxt/async_support/bitvavo.py +11 -11
  31. ccxt/async_support/bkex.py +12 -12
  32. ccxt/async_support/bl3p.py +1 -1
  33. ccxt/async_support/blockchaincom.py +7 -7
  34. ccxt/async_support/btcalpha.py +10 -10
  35. ccxt/async_support/btcbox.py +3 -3
  36. ccxt/async_support/btcmarkets.py +10 -10
  37. ccxt/async_support/btctradeua.py +2 -2
  38. ccxt/async_support/btcturk.py +7 -7
  39. ccxt/async_support/bybit.py +19 -19
  40. ccxt/async_support/cex.py +7 -7
  41. ccxt/async_support/coinbase.py +11 -11
  42. ccxt/async_support/coinbasepro.py +12 -12
  43. ccxt/async_support/coincheck.py +5 -5
  44. ccxt/async_support/coinex.py +19 -19
  45. ccxt/async_support/coinfalcon.py +7 -7
  46. ccxt/async_support/coinmate.py +5 -5
  47. ccxt/async_support/coinone.py +6 -6
  48. ccxt/async_support/coinsph.py +11 -11
  49. ccxt/async_support/coinspot.py +2 -2
  50. ccxt/async_support/cryptocom.py +19 -18
  51. ccxt/async_support/currencycom.py +10 -10
  52. ccxt/async_support/delta.py +10 -10
  53. ccxt/async_support/deribit.py +14 -14
  54. ccxt/async_support/digifinex.py +17 -17
  55. ccxt/async_support/exmo.py +12 -12
  56. ccxt/async_support/gate.py +19 -19
  57. ccxt/async_support/gemini.py +6 -6
  58. ccxt/async_support/hitbtc.py +8 -8
  59. ccxt/async_support/hitbtc3.py +18 -18
  60. ccxt/async_support/hollaex.py +13 -13
  61. ccxt/async_support/huobi.py +21 -21
  62. ccxt/async_support/huobijp.py +13 -13
  63. ccxt/async_support/idex.py +10 -10
  64. ccxt/async_support/independentreserve.py +5 -5
  65. ccxt/async_support/indodax.py +5 -5
  66. ccxt/async_support/kraken.py +14 -14
  67. ccxt/async_support/krakenfutures.py +3 -3
  68. ccxt/async_support/kucoin.py +13 -13
  69. ccxt/async_support/kucoinfutures.py +10 -10
  70. ccxt/async_support/kuna.py +6 -6
  71. ccxt/async_support/latoken.py +8 -8
  72. ccxt/async_support/lbank.py +6 -6
  73. ccxt/async_support/lbank2.py +12 -12
  74. ccxt/async_support/luno.py +7 -7
  75. ccxt/async_support/lykke.py +7 -7
  76. ccxt/async_support/mercado.py +6 -6
  77. ccxt/async_support/mexc.py +26 -61
  78. ccxt/async_support/ndax.py +10 -10
  79. ccxt/async_support/novadax.py +11 -11
  80. ccxt/async_support/oceanex.py +10 -10
  81. ccxt/async_support/okcoin.py +12 -12
  82. ccxt/async_support/okx.py +23 -23
  83. ccxt/async_support/paymium.py +2 -2
  84. ccxt/async_support/phemex.py +16 -16
  85. ccxt/async_support/poloniex.py +12 -12
  86. ccxt/async_support/poloniexfutures.py +10 -10
  87. ccxt/async_support/probit.py +14 -14
  88. ccxt/async_support/tidex.py +6 -6
  89. ccxt/async_support/timex.py +10 -10
  90. ccxt/async_support/tokocrypto.py +12 -12
  91. ccxt/async_support/upbit.py +10 -10
  92. ccxt/async_support/wavesexchange.py +9 -9
  93. ccxt/async_support/wazirx.py +7 -7
  94. ccxt/async_support/whitebit.py +12 -12
  95. ccxt/async_support/woo.py +9 -9
  96. ccxt/async_support/yobit.py +6 -6
  97. ccxt/async_support/zaif.py +4 -4
  98. ccxt/async_support/zonda.py +7 -7
  99. ccxt/base/exchange.py +13 -13
  100. ccxt/bigone.py +11 -11
  101. ccxt/binance.py +34 -34
  102. ccxt/bit2c.py +3 -3
  103. ccxt/bitbank.py +5 -5
  104. ccxt/bitbns.py +7 -7
  105. ccxt/bitfinex.py +13 -13
  106. ccxt/bitfinex2.py +11 -11
  107. ccxt/bitflyer.py +10 -10
  108. ccxt/bitforex.py +6 -6
  109. ccxt/bitget.py +18 -18
  110. ccxt/bithumb.py +5 -5
  111. ccxt/bitmart.py +13 -13
  112. ccxt/bitmex.py +15 -15
  113. ccxt/bitopro.py +12 -12
  114. ccxt/bitpanda.py +12 -12
  115. ccxt/bitrue.py +11 -11
  116. ccxt/bitso.py +13 -13
  117. ccxt/bitstamp.py +12 -12
  118. ccxt/bitstamp1.py +2 -2
  119. ccxt/bittrex.py +15 -15
  120. ccxt/bitvavo.py +11 -11
  121. ccxt/bkex.py +12 -12
  122. ccxt/bl3p.py +1 -1
  123. ccxt/blockchaincom.py +7 -7
  124. ccxt/btcalpha.py +10 -10
  125. ccxt/btcbox.py +3 -3
  126. ccxt/btcmarkets.py +10 -10
  127. ccxt/btctradeua.py +2 -2
  128. ccxt/btcturk.py +7 -7
  129. ccxt/bybit.py +19 -19
  130. ccxt/cex.py +7 -7
  131. ccxt/coinbase.py +11 -11
  132. ccxt/coinbasepro.py +12 -12
  133. ccxt/coincheck.py +5 -5
  134. ccxt/coinex.py +19 -19
  135. ccxt/coinfalcon.py +7 -7
  136. ccxt/coinmate.py +5 -5
  137. ccxt/coinone.py +6 -6
  138. ccxt/coinsph.py +11 -11
  139. ccxt/coinspot.py +2 -2
  140. ccxt/cryptocom.py +19 -18
  141. ccxt/currencycom.py +10 -10
  142. ccxt/delta.py +10 -10
  143. ccxt/deribit.py +14 -14
  144. ccxt/digifinex.py +17 -17
  145. ccxt/exmo.py +12 -12
  146. ccxt/gate.py +19 -19
  147. ccxt/gemini.py +6 -6
  148. ccxt/hitbtc.py +8 -8
  149. ccxt/hitbtc3.py +18 -18
  150. ccxt/hollaex.py +13 -13
  151. ccxt/huobi.py +21 -21
  152. ccxt/huobijp.py +13 -13
  153. ccxt/idex.py +10 -10
  154. ccxt/independentreserve.py +5 -5
  155. ccxt/indodax.py +5 -5
  156. ccxt/kraken.py +14 -14
  157. ccxt/krakenfutures.py +3 -3
  158. ccxt/kucoin.py +13 -13
  159. ccxt/kucoinfutures.py +10 -10
  160. ccxt/kuna.py +6 -6
  161. ccxt/latoken.py +8 -8
  162. ccxt/lbank.py +6 -6
  163. ccxt/lbank2.py +12 -12
  164. ccxt/luno.py +7 -7
  165. ccxt/lykke.py +7 -7
  166. ccxt/mercado.py +6 -6
  167. ccxt/mexc.py +26 -61
  168. ccxt/ndax.py +10 -10
  169. ccxt/novadax.py +11 -11
  170. ccxt/oceanex.py +10 -10
  171. ccxt/okcoin.py +12 -12
  172. ccxt/okx.py +23 -23
  173. ccxt/paymium.py +2 -2
  174. ccxt/phemex.py +16 -16
  175. ccxt/poloniex.py +12 -12
  176. ccxt/poloniexfutures.py +10 -10
  177. ccxt/pro/__init__.py +1 -1
  178. ccxt/pro/alpaca.py +4 -4
  179. ccxt/pro/ascendex.py +3 -3
  180. ccxt/pro/binance.py +5 -5
  181. ccxt/pro/bitfinex.py +2 -2
  182. ccxt/pro/bitfinex2.py +4 -4
  183. ccxt/pro/bitget.py +4 -4
  184. ccxt/pro/bitmart.py +3 -3
  185. ccxt/pro/bitmex.py +4 -4
  186. ccxt/pro/bitopro.py +1 -1
  187. ccxt/pro/bitpanda.py +3 -3
  188. ccxt/pro/bitrue.py +1 -1
  189. ccxt/pro/bitstamp.py +2 -2
  190. ccxt/pro/bittrex.py +4 -4
  191. ccxt/pro/bitvavo.py +4 -4
  192. ccxt/pro/blockchaincom.py +3 -3
  193. ccxt/pro/bybit.py +4 -4
  194. ccxt/pro/cex.py +5 -5
  195. ccxt/pro/coinbasepro.py +3 -3
  196. ccxt/pro/coinex.py +3 -3
  197. ccxt/pro/cryptocom.py +4 -4
  198. ccxt/pro/currencycom.py +2 -2
  199. ccxt/pro/deribit.py +4 -4
  200. ccxt/pro/exmo.py +2 -2
  201. ccxt/pro/gate.py +5 -5
  202. ccxt/pro/gemini.py +3 -3
  203. ccxt/pro/hitbtc.py +2 -2
  204. ccxt/pro/hollaex.py +3 -3
  205. ccxt/pro/huobi.py +4 -4
  206. ccxt/pro/huobijp.py +2 -2
  207. ccxt/pro/idex.py +3 -3
  208. ccxt/pro/independentreserve.py +1 -1
  209. ccxt/pro/kraken.py +4 -4
  210. ccxt/pro/krakenfutures.py +6 -6
  211. ccxt/pro/kucoin.py +4 -4
  212. ccxt/pro/kucoinfutures.py +2 -2
  213. ccxt/pro/luno.py +1 -1
  214. ccxt/pro/mexc.py +4 -4
  215. ccxt/pro/ndax.py +2 -2
  216. ccxt/pro/okcoin.py +3 -3
  217. ccxt/pro/okx.py +3 -3
  218. ccxt/pro/phemex.py +4 -4
  219. ccxt/pro/poloniexfutures.py +3 -3
  220. ccxt/pro/probit.py +2 -2
  221. ccxt/pro/upbit.py +1 -1
  222. ccxt/pro/wazirx.py +4 -4
  223. ccxt/pro/whitebit.py +4 -4
  224. ccxt/probit.py +14 -14
  225. ccxt/tidex.py +6 -6
  226. ccxt/timex.py +10 -10
  227. ccxt/tokocrypto.py +12 -12
  228. ccxt/upbit.py +10 -10
  229. ccxt/wavesexchange.py +9 -9
  230. ccxt/wazirx.py +7 -7
  231. ccxt/whitebit.py +12 -12
  232. ccxt/woo.py +9 -9
  233. ccxt/yobit.py +6 -6
  234. ccxt/zaif.py +4 -4
  235. ccxt/zonda.py +7 -7
  236. {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/METADATA +4 -4
  237. ccxt-4.0.3.dist-info/RECORD +452 -0
  238. ccxt/async_support/btcex.py +0 -2519
  239. ccxt/async_support/buda.py +0 -1063
  240. ccxt/async_support/itbit.py +0 -771
  241. ccxt/async_support/ripio.py +0 -1102
  242. ccxt/async_support/stex.py +0 -2508
  243. ccxt/async_support/xt.py +0 -4420
  244. ccxt/async_support/zb.py +0 -4127
  245. ccxt/btcex.py +0 -2519
  246. ccxt/buda.py +0 -1063
  247. ccxt/itbit.py +0 -771
  248. ccxt/ripio.py +0 -1102
  249. ccxt/stex.py +0 -2508
  250. ccxt/xt.py +0 -4419
  251. ccxt/zb.py +0 -4126
  252. ccxt-3.1.59.dist-info/RECORD +0 -466
  253. {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/WHEEL +0 -0
  254. {ccxt-3.1.59.dist-info → ccxt-4.0.3.dist-info}/top_level.txt +0 -0
ccxt/__init__.py CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # ----------------------------------------------------------------------------
24
24
 
25
- __version__ = '3.1.59'
25
+ __version__ = '4.0.3'
26
26
 
27
27
  # ----------------------------------------------------------------------------
28
28
 
ccxt/ace.py CHANGED
@@ -175,7 +175,7 @@ class ace(Exchange, ImplicitAPI):
175
175
  retrieves data on all markets for ace
176
176
  see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
177
177
  :param dict params: extra parameters specific to the exchange api endpoint
178
- :returns [dict]: an array of objects representing market data
178
+ :returns dict[]: an array of objects representing market data
179
179
  """
180
180
  response = self.publicGetOapiV2ListMarketPair()
181
181
  #
@@ -313,7 +313,7 @@ class ace(Exchange, ImplicitAPI):
313
313
  """
314
314
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
315
315
  see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---trade-data
316
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
316
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
317
317
  :param dict params: extra parameters specific to the ace api endpoint
318
318
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
319
319
  """
@@ -433,7 +433,7 @@ class ace(Exchange, ImplicitAPI):
433
433
  :param int|None since: timestamp in ms of the earliest candle to fetch
434
434
  :param int|None limit: the maximum amount of candles to fetch
435
435
  :param dict params: extra parameters specific to the ace api endpoint
436
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
436
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
437
437
  """
438
438
  self.load_markets()
439
439
  market = self.market(symbol)
@@ -673,7 +673,7 @@ class ace(Exchange, ImplicitAPI):
673
673
  :param int|None since: the earliest time in ms to fetch orders for
674
674
  :param int|None limit: the maximum number of orde structures to retrieve
675
675
  :param dict params: extra parameters specific to the ace api endpoint
676
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
676
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
677
677
  """
678
678
  if symbol is None:
679
679
  raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires the symbol argument')
@@ -803,7 +803,7 @@ class ace(Exchange, ImplicitAPI):
803
803
  :param int|None since: the earliest time in ms to fetch trades for
804
804
  :param int|None limit: the maximum number of trades to retrieve
805
805
  :param dict params: extra parameters specific to the ace api endpoint
806
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
806
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
807
807
  """
808
808
  self.load_markets()
809
809
  market = self.safe_market(symbol)
@@ -858,7 +858,7 @@ class ace(Exchange, ImplicitAPI):
858
858
  :param int|None since: timestamp in ms of the earliest trade to fetch
859
859
  :param int|None limit: the maximum amount of trades to fetch
860
860
  :param dict params: extra parameters specific to the ace api endpoint
861
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
861
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
862
862
  """
863
863
  self.load_markets()
864
864
  market = self.safe_market(symbol)
ccxt/alpaca.py CHANGED
@@ -221,7 +221,7 @@ class alpaca(Exchange, ImplicitAPI):
221
221
  """
222
222
  retrieves data on all markets for alpaca
223
223
  :param dict params: extra parameters specific to the exchange api endpoint
224
- :returns [dict]: an array of objects representing market data
224
+ :returns dict[]: an array of objects representing market data
225
225
  """
226
226
  request = {
227
227
  'asset_class': 'crypto',
@@ -320,7 +320,7 @@ class alpaca(Exchange, ImplicitAPI):
320
320
  :param int|None since: timestamp in ms of the earliest trade to fetch
321
321
  :param int|None limit: the maximum amount of trades to fetch
322
322
  :param dict params: extra parameters specific to the alpaca api endpoint
323
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
323
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
324
324
  """
325
325
  self.load_markets()
326
326
  market = self.market(symbol)
@@ -419,7 +419,7 @@ class alpaca(Exchange, ImplicitAPI):
419
419
  :param int|None since: timestamp in ms of the earliest candle to fetch
420
420
  :param int|None limit: the maximum amount of candles to fetch
421
421
  :param dict params: extra parameters specific to the alpha api endpoint
422
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
422
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
423
423
  """
424
424
  self.load_markets()
425
425
  market = self.market(symbol)
@@ -615,7 +615,7 @@ class alpaca(Exchange, ImplicitAPI):
615
615
  :param int|None since: the earliest time in ms to fetch open orders for
616
616
  :param int|None limit: the maximum number of open orders structures to retrieve
617
617
  :param dict params: extra parameters specific to the alpaca api endpoint
618
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
618
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
619
619
  """
620
620
  self.load_markets()
621
621
  market = None
ccxt/ascendex.py CHANGED
@@ -487,7 +487,7 @@ class ascendex(Exchange, ImplicitAPI):
487
487
  """
488
488
  retrieves data on all markets for ascendex
489
489
  :param dict params: extra parameters specific to the exchange api endpoint
490
- :returns [dict]: an array of objects representing market data
490
+ :returns dict[]: an array of objects representing market data
491
491
  """
492
492
  products = self.v1PublicGetProducts(params)
493
493
  #
@@ -996,7 +996,7 @@ class ascendex(Exchange, ImplicitAPI):
996
996
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
997
997
  see https://ascendex.github.io/ascendex-pro-api/#ticker
998
998
  see https://ascendex.github.io/ascendex-futures-pro-api-v2/#ticker
999
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
999
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
1000
1000
  :param dict params: extra parameters specific to the ascendex api endpoint
1001
1001
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
1002
1002
  """
@@ -1072,7 +1072,7 @@ class ascendex(Exchange, ImplicitAPI):
1072
1072
  :param int|None since: timestamp in ms of the earliest candle to fetch
1073
1073
  :param int|None limit: the maximum amount of candles to fetch
1074
1074
  :param dict params: extra parameters specific to the ascendex api endpoint
1075
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
1075
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
1076
1076
  """
1077
1077
  self.load_markets()
1078
1078
  market = self.market(symbol)
@@ -1160,7 +1160,7 @@ class ascendex(Exchange, ImplicitAPI):
1160
1160
  :param int|None since: timestamp in ms of the earliest trade to fetch
1161
1161
  :param int|None limit: the maximum amount of trades to fetch
1162
1162
  :param dict params: extra parameters specific to the ascendex api endpoint
1163
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
1163
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
1164
1164
  """
1165
1165
  self.load_markets()
1166
1166
  market = self.market(symbol)
@@ -1672,7 +1672,7 @@ class ascendex(Exchange, ImplicitAPI):
1672
1672
  :param int|None since: the earliest time in ms to fetch open orders for
1673
1673
  :param int|None limit: the maximum number of open orders structures to retrieve
1674
1674
  :param dict params: extra parameters specific to the ascendex api endpoint
1675
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1675
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1676
1676
  """
1677
1677
  self.load_markets()
1678
1678
  self.load_accounts()
@@ -1788,7 +1788,7 @@ class ascendex(Exchange, ImplicitAPI):
1788
1788
  :param int|None limit: the maximum number of orde structures to retrieve
1789
1789
  :param dict params: extra parameters specific to the ascendex api endpoint
1790
1790
  :param int|None params['until']: the latest time in ms to fetch orders for
1791
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1791
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1792
1792
  """
1793
1793
  self.load_markets()
1794
1794
  self.load_accounts()
@@ -2047,7 +2047,7 @@ class ascendex(Exchange, ImplicitAPI):
2047
2047
  cancel all open orders
2048
2048
  :param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
2049
2049
  :param dict params: extra parameters specific to the ascendex api endpoint
2050
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
2050
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
2051
2051
  """
2052
2052
  self.load_markets()
2053
2053
  self.load_accounts()
@@ -2235,7 +2235,7 @@ class ascendex(Exchange, ImplicitAPI):
2235
2235
  :param int|None since: the earliest time in ms to fetch deposits for
2236
2236
  :param int|None limit: the maximum number of deposits structures to retrieve
2237
2237
  :param dict params: extra parameters specific to the ascendex api endpoint
2238
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2238
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2239
2239
  """
2240
2240
  request = {
2241
2241
  'txType': 'deposit',
@@ -2249,7 +2249,7 @@ class ascendex(Exchange, ImplicitAPI):
2249
2249
  :param int|None since: the earliest time in ms to fetch withdrawals for
2250
2250
  :param int|None limit: the maximum number of withdrawals structures to retrieve
2251
2251
  :param dict params: extra parameters specific to the ascendex api endpoint
2252
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2252
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2253
2253
  """
2254
2254
  request = {
2255
2255
  'txType': 'withdrawal',
@@ -2378,9 +2378,9 @@ class ascendex(Exchange, ImplicitAPI):
2378
2378
  def fetch_positions(self, symbols: Optional[List[str]] = None, params={}):
2379
2379
  """
2380
2380
  fetch all open positions
2381
- :param [str]|None symbols: list of unified market symbols
2381
+ :param str[]|None symbols: list of unified market symbols
2382
2382
  :param dict params: extra parameters specific to the ascendex api endpoint
2383
- :returns [dict]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
2383
+ :returns dict[]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
2384
2384
  """
2385
2385
  self.load_markets()
2386
2386
  self.load_accounts()
@@ -2537,7 +2537,7 @@ class ascendex(Exchange, ImplicitAPI):
2537
2537
  def fetch_funding_rates(self, symbols: Optional[List[str]] = None, params={}):
2538
2538
  """
2539
2539
  fetch the funding rate for multiple markets
2540
- :param [str]|None symbols: list of unified market symbols
2540
+ :param str[]|None symbols: list of unified market symbols
2541
2541
  :param dict params: extra parameters specific to the ascendex api endpoint
2542
2542
  :returns dict: a dictionary of `funding rates structures <https://docs.ccxt.com/#/?id=funding-rates-structure>`, indexe by market symbols
2543
2543
  """
@@ -2688,7 +2688,7 @@ class ascendex(Exchange, ImplicitAPI):
2688
2688
  def fetch_leverage_tiers(self, symbols: Optional[List[str]] = None, params={}):
2689
2689
  """
2690
2690
  retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
2691
- :param [str]|None symbols: list of unified market symbols
2691
+ :param str[]|None symbols: list of unified market symbols
2692
2692
  :param dict params: extra parameters specific to the ascendex api endpoint
2693
2693
  :returns dict: a dictionary of `leverage tiers structures <https://docs.ccxt.com/#/?id=leverage-tiers-structure>`, indexed by market symbols
2694
2694
  """
@@ -2824,7 +2824,7 @@ class ascendex(Exchange, ImplicitAPI):
2824
2824
  """
2825
2825
  fetch deposit and withdraw fees
2826
2826
  see https://ascendex.github.io/ascendex-pro-api/#list-all-assets
2827
- :param [str]|None codes: list of unified currency codes
2827
+ :param str[]|None codes: list of unified currency codes
2828
2828
  :param dict params: extra parameters specific to the ascendex api endpoint
2829
2829
  :returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
2830
2830
  """
@@ -4,7 +4,7 @@
4
4
 
5
5
  # -----------------------------------------------------------------------------
6
6
 
7
- __version__ = '3.1.59'
7
+ __version__ = '4.0.3'
8
8
 
9
9
  # -----------------------------------------------------------------------------
10
10
 
ccxt/async_support/ace.py CHANGED
@@ -175,7 +175,7 @@ class ace(Exchange, ImplicitAPI):
175
175
  retrieves data on all markets for ace
176
176
  see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
177
177
  :param dict params: extra parameters specific to the exchange api endpoint
178
- :returns [dict]: an array of objects representing market data
178
+ :returns dict[]: an array of objects representing market data
179
179
  """
180
180
  response = await self.publicGetOapiV2ListMarketPair()
181
181
  #
@@ -313,7 +313,7 @@ class ace(Exchange, ImplicitAPI):
313
313
  """
314
314
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
315
315
  see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---trade-data
316
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
316
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
317
317
  :param dict params: extra parameters specific to the ace api endpoint
318
318
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
319
319
  """
@@ -433,7 +433,7 @@ class ace(Exchange, ImplicitAPI):
433
433
  :param int|None since: timestamp in ms of the earliest candle to fetch
434
434
  :param int|None limit: the maximum amount of candles to fetch
435
435
  :param dict params: extra parameters specific to the ace api endpoint
436
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
436
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
437
437
  """
438
438
  await self.load_markets()
439
439
  market = self.market(symbol)
@@ -673,7 +673,7 @@ class ace(Exchange, ImplicitAPI):
673
673
  :param int|None since: the earliest time in ms to fetch orders for
674
674
  :param int|None limit: the maximum number of orde structures to retrieve
675
675
  :param dict params: extra parameters specific to the ace api endpoint
676
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
676
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
677
677
  """
678
678
  if symbol is None:
679
679
  raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires the symbol argument')
@@ -803,7 +803,7 @@ class ace(Exchange, ImplicitAPI):
803
803
  :param int|None since: the earliest time in ms to fetch trades for
804
804
  :param int|None limit: the maximum number of trades to retrieve
805
805
  :param dict params: extra parameters specific to the ace api endpoint
806
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
806
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
807
807
  """
808
808
  await self.load_markets()
809
809
  market = self.safe_market(symbol)
@@ -858,7 +858,7 @@ class ace(Exchange, ImplicitAPI):
858
858
  :param int|None since: timestamp in ms of the earliest trade to fetch
859
859
  :param int|None limit: the maximum amount of trades to fetch
860
860
  :param dict params: extra parameters specific to the ace api endpoint
861
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
861
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
862
862
  """
863
863
  await self.load_markets()
864
864
  market = self.safe_market(symbol)
@@ -221,7 +221,7 @@ class alpaca(Exchange, ImplicitAPI):
221
221
  """
222
222
  retrieves data on all markets for alpaca
223
223
  :param dict params: extra parameters specific to the exchange api endpoint
224
- :returns [dict]: an array of objects representing market data
224
+ :returns dict[]: an array of objects representing market data
225
225
  """
226
226
  request = {
227
227
  'asset_class': 'crypto',
@@ -320,7 +320,7 @@ class alpaca(Exchange, ImplicitAPI):
320
320
  :param int|None since: timestamp in ms of the earliest trade to fetch
321
321
  :param int|None limit: the maximum amount of trades to fetch
322
322
  :param dict params: extra parameters specific to the alpaca api endpoint
323
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
323
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
324
324
  """
325
325
  await self.load_markets()
326
326
  market = self.market(symbol)
@@ -419,7 +419,7 @@ class alpaca(Exchange, ImplicitAPI):
419
419
  :param int|None since: timestamp in ms of the earliest candle to fetch
420
420
  :param int|None limit: the maximum amount of candles to fetch
421
421
  :param dict params: extra parameters specific to the alpha api endpoint
422
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
422
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
423
423
  """
424
424
  await self.load_markets()
425
425
  market = self.market(symbol)
@@ -615,7 +615,7 @@ class alpaca(Exchange, ImplicitAPI):
615
615
  :param int|None since: the earliest time in ms to fetch open orders for
616
616
  :param int|None limit: the maximum number of open orders structures to retrieve
617
617
  :param dict params: extra parameters specific to the alpaca api endpoint
618
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
618
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
619
619
  """
620
620
  await self.load_markets()
621
621
  market = None
@@ -487,7 +487,7 @@ class ascendex(Exchange, ImplicitAPI):
487
487
  """
488
488
  retrieves data on all markets for ascendex
489
489
  :param dict params: extra parameters specific to the exchange api endpoint
490
- :returns [dict]: an array of objects representing market data
490
+ :returns dict[]: an array of objects representing market data
491
491
  """
492
492
  products = await self.v1PublicGetProducts(params)
493
493
  #
@@ -996,7 +996,7 @@ class ascendex(Exchange, ImplicitAPI):
996
996
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
997
997
  see https://ascendex.github.io/ascendex-pro-api/#ticker
998
998
  see https://ascendex.github.io/ascendex-futures-pro-api-v2/#ticker
999
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
999
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
1000
1000
  :param dict params: extra parameters specific to the ascendex api endpoint
1001
1001
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
1002
1002
  """
@@ -1072,7 +1072,7 @@ class ascendex(Exchange, ImplicitAPI):
1072
1072
  :param int|None since: timestamp in ms of the earliest candle to fetch
1073
1073
  :param int|None limit: the maximum amount of candles to fetch
1074
1074
  :param dict params: extra parameters specific to the ascendex api endpoint
1075
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
1075
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
1076
1076
  """
1077
1077
  await self.load_markets()
1078
1078
  market = self.market(symbol)
@@ -1160,7 +1160,7 @@ class ascendex(Exchange, ImplicitAPI):
1160
1160
  :param int|None since: timestamp in ms of the earliest trade to fetch
1161
1161
  :param int|None limit: the maximum amount of trades to fetch
1162
1162
  :param dict params: extra parameters specific to the ascendex api endpoint
1163
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
1163
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
1164
1164
  """
1165
1165
  await self.load_markets()
1166
1166
  market = self.market(symbol)
@@ -1672,7 +1672,7 @@ class ascendex(Exchange, ImplicitAPI):
1672
1672
  :param int|None since: the earliest time in ms to fetch open orders for
1673
1673
  :param int|None limit: the maximum number of open orders structures to retrieve
1674
1674
  :param dict params: extra parameters specific to the ascendex api endpoint
1675
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1675
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1676
1676
  """
1677
1677
  await self.load_markets()
1678
1678
  await self.load_accounts()
@@ -1788,7 +1788,7 @@ class ascendex(Exchange, ImplicitAPI):
1788
1788
  :param int|None limit: the maximum number of orde structures to retrieve
1789
1789
  :param dict params: extra parameters specific to the ascendex api endpoint
1790
1790
  :param int|None params['until']: the latest time in ms to fetch orders for
1791
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1791
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1792
1792
  """
1793
1793
  await self.load_markets()
1794
1794
  await self.load_accounts()
@@ -2047,7 +2047,7 @@ class ascendex(Exchange, ImplicitAPI):
2047
2047
  cancel all open orders
2048
2048
  :param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
2049
2049
  :param dict params: extra parameters specific to the ascendex api endpoint
2050
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
2050
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
2051
2051
  """
2052
2052
  await self.load_markets()
2053
2053
  await self.load_accounts()
@@ -2235,7 +2235,7 @@ class ascendex(Exchange, ImplicitAPI):
2235
2235
  :param int|None since: the earliest time in ms to fetch deposits for
2236
2236
  :param int|None limit: the maximum number of deposits structures to retrieve
2237
2237
  :param dict params: extra parameters specific to the ascendex api endpoint
2238
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2238
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2239
2239
  """
2240
2240
  request = {
2241
2241
  'txType': 'deposit',
@@ -2249,7 +2249,7 @@ class ascendex(Exchange, ImplicitAPI):
2249
2249
  :param int|None since: the earliest time in ms to fetch withdrawals for
2250
2250
  :param int|None limit: the maximum number of withdrawals structures to retrieve
2251
2251
  :param dict params: extra parameters specific to the ascendex api endpoint
2252
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2252
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
2253
2253
  """
2254
2254
  request = {
2255
2255
  'txType': 'withdrawal',
@@ -2378,9 +2378,9 @@ class ascendex(Exchange, ImplicitAPI):
2378
2378
  async def fetch_positions(self, symbols: Optional[List[str]] = None, params={}):
2379
2379
  """
2380
2380
  fetch all open positions
2381
- :param [str]|None symbols: list of unified market symbols
2381
+ :param str[]|None symbols: list of unified market symbols
2382
2382
  :param dict params: extra parameters specific to the ascendex api endpoint
2383
- :returns [dict]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
2383
+ :returns dict[]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
2384
2384
  """
2385
2385
  await self.load_markets()
2386
2386
  await self.load_accounts()
@@ -2537,7 +2537,7 @@ class ascendex(Exchange, ImplicitAPI):
2537
2537
  async def fetch_funding_rates(self, symbols: Optional[List[str]] = None, params={}):
2538
2538
  """
2539
2539
  fetch the funding rate for multiple markets
2540
- :param [str]|None symbols: list of unified market symbols
2540
+ :param str[]|None symbols: list of unified market symbols
2541
2541
  :param dict params: extra parameters specific to the ascendex api endpoint
2542
2542
  :returns dict: a dictionary of `funding rates structures <https://docs.ccxt.com/#/?id=funding-rates-structure>`, indexe by market symbols
2543
2543
  """
@@ -2688,7 +2688,7 @@ class ascendex(Exchange, ImplicitAPI):
2688
2688
  async def fetch_leverage_tiers(self, symbols: Optional[List[str]] = None, params={}):
2689
2689
  """
2690
2690
  retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
2691
- :param [str]|None symbols: list of unified market symbols
2691
+ :param str[]|None symbols: list of unified market symbols
2692
2692
  :param dict params: extra parameters specific to the ascendex api endpoint
2693
2693
  :returns dict: a dictionary of `leverage tiers structures <https://docs.ccxt.com/#/?id=leverage-tiers-structure>`, indexed by market symbols
2694
2694
  """
@@ -2824,7 +2824,7 @@ class ascendex(Exchange, ImplicitAPI):
2824
2824
  """
2825
2825
  fetch deposit and withdraw fees
2826
2826
  see https://ascendex.github.io/ascendex-pro-api/#list-all-assets
2827
- :param [str]|None codes: list of unified currency codes
2827
+ :param str[]|None codes: list of unified currency codes
2828
2828
  :param dict params: extra parameters specific to the ascendex api endpoint
2829
2829
  :returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
2830
2830
  """
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------
4
4
 
5
- __version__ = '3.1.59'
5
+ __version__ = '4.0.3'
6
6
 
7
7
  # -----------------------------------------------------------------------------
8
8
 
@@ -1560,7 +1560,7 @@ class Exchange(BaseExchange):
1560
1560
  tries to convert the provided networkCode(which is expected to be an unified network code) to a network id. In order to achieve self, derived class needs to have 'options->networks' defined.
1561
1561
  :param str networkCode: unified network code
1562
1562
  :param str|None currencyCode: unified currency code, but self argument is not required by default, unless there is an exchange(like huobi) that needs an override of the method to be able to pass currencyCode argument additionally
1563
- :returns [str|None]: exchange-specific network id
1563
+ :returns str|None: exchange-specific network id
1564
1564
  """
1565
1565
  networkIdsByCodes = self.safe_value(self.options, 'networks', {})
1566
1566
  networkId = self.safe_string(networkIdsByCodes, networkCode)
@@ -1594,7 +1594,7 @@ class Exchange(BaseExchange):
1594
1594
  tries to convert the provided exchange-specific networkId to an unified network Code. In order to achieve self, derived class needs to have 'options->networksById' defined.
1595
1595
  :param str networkId: unified network code
1596
1596
  :param str|None currencyCode: unified currency code, but self argument is not required by default, unless there is an exchange(like huobi) that needs an override of the method to be able to pass currencyCode argument additionally
1597
- :returns [str|None]: unified network code
1597
+ :returns str|None: unified network code
1598
1598
  """
1599
1599
  networkCodesByIds = self.safe_value(self.options, 'networksById', {})
1600
1600
  networkCode = self.safe_string(networkCodesByIds, networkId, networkId)
@@ -2166,7 +2166,7 @@ class Exchange(BaseExchange):
2166
2166
  """
2167
2167
  * @ignore
2168
2168
  :param dict params: extra parameters specific to the exchange api endpoint
2169
- :returns [str|None, dict]: the marginMode in lowercase by params["marginMode"], params["defaultMarginMode"] self.options["marginMode"] or self.options["defaultMarginMode"]
2169
+ :returns Array: the marginMode in lowercase by params["marginMode"], params["defaultMarginMode"] self.options["marginMode"] or self.options["defaultMarginMode"]
2170
2170
  """
2171
2171
  return self.handleOptionAndParams(params, methodName, 'marginMode', defaultValue)
2172
2172
 
@@ -2644,7 +2644,7 @@ class Exchange(BaseExchange):
2644
2644
  :param str type: Order type
2645
2645
  :param boolean exchangeSpecificBoolean: exchange specific postOnly
2646
2646
  :param dict params: exchange specific params
2647
- :returns [boolean, params]:
2647
+ :returns Array:
2648
2648
  """
2649
2649
  timeInForce = self.safe_string_upper(params, 'timeInForce')
2650
2650
  postOnly = self.safe_value(params, 'postOnly', False)
@@ -2712,7 +2712,7 @@ class Exchange(BaseExchange):
2712
2712
  :param int|None since: timestamp in ms of the earliest candle to fetch
2713
2713
  :param int|None limit: the maximum amount of candles to fetch
2714
2714
  :param dict params: extra parameters specific to the exchange api endpoint
2715
- :returns [[int|float]]: A list of candles ordered, open, high, low, close, None
2715
+ :returns float[][]: A list of candles ordered, open, high, low, close, None
2716
2716
  """
2717
2717
  if self.has['fetchMarkOHLCV']:
2718
2718
  request = {
@@ -2730,7 +2730,7 @@ class Exchange(BaseExchange):
2730
2730
  :param int|None since: timestamp in ms of the earliest candle to fetch
2731
2731
  :param int|None limit: the maximum amount of candles to fetch
2732
2732
  :param dict params: extra parameters specific to the exchange api endpoint
2733
- :returns [[int|float]]: A list of candles ordered, open, high, low, close, None
2733
+ * @returns {} A list of candles ordered, open, high, low, close, None
2734
2734
  """
2735
2735
  if self.has['fetchIndexOHLCV']:
2736
2736
  request = {
@@ -2748,7 +2748,7 @@ class Exchange(BaseExchange):
2748
2748
  :param int|None since: timestamp in ms of the earliest candle to fetch
2749
2749
  :param int|None limit: the maximum amount of candles to fetch
2750
2750
  :param dict params: extra parameters specific to the exchange api endpoint
2751
- :returns [[int|float]]: A list of candles ordered, open, high, low, close, None
2751
+ :returns float[][]: A list of candles ordered, open, high, low, close, None
2752
2752
  """
2753
2753
  if self.has['fetchPremiumIndexOHLCV']:
2754
2754
  request = {
@@ -2795,7 +2795,7 @@ class Exchange(BaseExchange):
2795
2795
  :param str argument: the argument to check
2796
2796
  :param str argumentName: the name of the argument to check
2797
2797
  :param str methodName: the name of the method that the argument is being checked for
2798
- :param [str] options: a list of options that the argument can be
2798
+ :param str[] options: a list of options that the argument can be
2799
2799
  :returns None:
2800
2800
  """
2801
2801
  optionsLength = len(options)
@@ -2829,8 +2829,8 @@ class Exchange(BaseExchange):
2829
2829
  def parse_deposit_withdraw_fees(self, response, codes: Optional[List[str]] = None, currencyIdKey=None):
2830
2830
  """
2831
2831
  * @ignore
2832
- :param [object]|dict response: unparsed response from the exchange
2833
- :param [str]|None codes: the unified currency codes to fetch transactions fees for, returns all currencies when None
2832
+ :param object[]|dict response: unparsed response from the exchange
2833
+ :param str[]|None codes: the unified currency codes to fetch transactions fees for, returns all currencies when None
2834
2834
  :param str|None currencyIdKey: *should only be None when response is a dictionary* the object key that corresponds to the currency id
2835
2835
  :returns dict: objects with withdraw and deposit fees, indexed by currency codes
2836
2836
  """
@@ -2896,11 +2896,11 @@ class Exchange(BaseExchange):
2896
2896
  """
2897
2897
  * @ignore
2898
2898
  parses funding fee info from exchange response
2899
- :param [dict] incomes: each item describes once instance of currency being received or paid
2899
+ :param dict[] incomes: each item describes once instance of currency being received or paid
2900
2900
  :param dict|None market: ccxt market
2901
2901
  :param int|None since: when defined, the response items are filtered to only include items after self timestamp
2902
2902
  :param int|None limit: limits the number of items in the response
2903
- :returns [dict]: an array of `funding history structures <https://docs.ccxt.com/#/?id=funding-history-structure>`
2903
+ :returns dict[]: an array of `funding history structures <https://docs.ccxt.com/#/?id=funding-history-structure>`
2904
2904
  """
2905
2905
  result = []
2906
2906
  for i in range(0, len(incomes)):
@@ -188,7 +188,7 @@ class bigone(Exchange, ImplicitAPI):
188
188
  """
189
189
  retrieves data on all markets for bigone
190
190
  :param dict params: extra parameters specific to the exchange api endpoint
191
- :returns [dict]: an array of objects representing market data
191
+ :returns dict[]: an array of objects representing market data
192
192
  """
193
193
  response = await self.publicGetAssetPairs(params)
194
194
  #
@@ -371,7 +371,7 @@ class bigone(Exchange, ImplicitAPI):
371
371
  async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
372
372
  """
373
373
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
374
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
374
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
375
375
  :param dict params: extra parameters specific to the bigone api endpoint
376
376
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
377
377
  """
@@ -603,7 +603,7 @@ class bigone(Exchange, ImplicitAPI):
603
603
  :param int|None since: timestamp in ms of the earliest trade to fetch
604
604
  :param int|None limit: the maximum amount of trades to fetch
605
605
  :param dict params: extra parameters specific to the bigone api endpoint
606
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
606
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
607
607
  """
608
608
  await self.load_markets()
609
609
  market = self.market(symbol)
@@ -663,7 +663,7 @@ class bigone(Exchange, ImplicitAPI):
663
663
  :param int|None since: timestamp in ms of the earliest candle to fetch
664
664
  :param int|None limit: the maximum amount of candles to fetch
665
665
  :param dict params: extra parameters specific to the bigone api endpoint
666
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
666
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
667
667
  """
668
668
  await self.load_markets()
669
669
  market = self.market(symbol)
@@ -891,7 +891,7 @@ class bigone(Exchange, ImplicitAPI):
891
891
  cancel all open orders
892
892
  :param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
893
893
  :param dict params: extra parameters specific to the bigone api endpoint
894
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
894
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
895
895
  """
896
896
  await self.load_markets()
897
897
  market = self.market(symbol)
@@ -933,7 +933,7 @@ class bigone(Exchange, ImplicitAPI):
933
933
  :param int|None since: the earliest time in ms to fetch orders for
934
934
  :param int|None limit: the maximum number of orde structures to retrieve
935
935
  :param dict params: extra parameters specific to the bigone api endpoint
936
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
936
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
937
937
  """
938
938
  if symbol is None:
939
939
  raise ArgumentsRequired(self.id + ' fetchOrders() requires a symbol argument')
@@ -979,7 +979,7 @@ class bigone(Exchange, ImplicitAPI):
979
979
  :param int|None since: the earliest time in ms to fetch trades for
980
980
  :param int|None limit: the maximum number of trades structures to retrieve
981
981
  :param dict params: extra parameters specific to the bigone api endpoint
982
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
982
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
983
983
  """
984
984
  await self.load_markets()
985
985
  if symbol is None:
@@ -1044,7 +1044,7 @@ class bigone(Exchange, ImplicitAPI):
1044
1044
  :param int|None since: the earliest time in ms to fetch open orders for
1045
1045
  :param int|None limit: the maximum number of open orders structures to retrieve
1046
1046
  :param dict params: extra parameters specific to the bigone api endpoint
1047
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1047
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1048
1048
  """
1049
1049
  request = {
1050
1050
  'state': 'PENDING',
@@ -1058,7 +1058,7 @@ class bigone(Exchange, ImplicitAPI):
1058
1058
  :param int|None since: the earliest time in ms to fetch orders for
1059
1059
  :param int|None limit: the maximum number of orde structures to retrieve
1060
1060
  :param dict params: extra parameters specific to the bigone api endpoint
1061
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1061
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1062
1062
  """
1063
1063
  request = {
1064
1064
  'state': 'FILLED',
@@ -1245,7 +1245,7 @@ class bigone(Exchange, ImplicitAPI):
1245
1245
  :param int|None since: the earliest time in ms to fetch deposits for
1246
1246
  :param int|None limit: the maximum number of deposits structures to retrieve
1247
1247
  :param dict params: extra parameters specific to the bigone api endpoint
1248
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1248
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1249
1249
  """
1250
1250
  await self.load_markets()
1251
1251
  request = {
@@ -1292,7 +1292,7 @@ class bigone(Exchange, ImplicitAPI):
1292
1292
  :param int|None since: the earliest time in ms to fetch withdrawals for
1293
1293
  :param int|None limit: the maximum number of withdrawals structures to retrieve
1294
1294
  :param dict params: extra parameters specific to the bigone api endpoint
1295
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1295
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1296
1296
  """
1297
1297
  await self.load_markets()
1298
1298
  request = {