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
@@ -302,7 +302,7 @@ class bittrex(Exchange, ImplicitAPI):
302
302
  """
303
303
  retrieves data on all markets for bittrex
304
304
  :param dict params: extra parameters specific to the exchange api endpoint
305
- :returns [dict]: an array of objects representing market data
305
+ :returns dict[]: an array of objects representing market data
306
306
  """
307
307
  response = await self.publicGetMarkets(params)
308
308
  #
@@ -558,7 +558,7 @@ class bittrex(Exchange, ImplicitAPI):
558
558
  async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
559
559
  """
560
560
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
561
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
561
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
562
562
  :param dict params: extra parameters specific to the bittrex api endpoint
563
563
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
564
564
  """
@@ -646,7 +646,7 @@ class bittrex(Exchange, ImplicitAPI):
646
646
  async def fetch_bids_asks(self, symbols: Optional[List[str]] = None, params={}):
647
647
  """
648
648
  fetches the bid and ask price and volume for multiple markets
649
- :param [str]|None symbols: unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
649
+ :param str[]|None symbols: unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
650
650
  :param dict params: extra parameters specific to the binance api endpoint
651
651
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
652
652
  """
@@ -762,7 +762,7 @@ class bittrex(Exchange, ImplicitAPI):
762
762
  :param int|None since: timestamp in ms of the earliest trade to fetch
763
763
  :param int|None limit: the maximum amount of trades to fetch
764
764
  :param dict params: extra parameters specific to the bittrex api endpoint
765
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
765
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
766
766
  """
767
767
  await self.load_markets()
768
768
  market = self.market(symbol)
@@ -874,7 +874,7 @@ class bittrex(Exchange, ImplicitAPI):
874
874
  :param int|None since: timestamp in ms of the earliest candle to fetch
875
875
  :param int|None limit: the maximum amount of candles to fetch
876
876
  :param dict params: extra parameters specific to the bittrex api endpoint
877
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
877
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
878
878
  """
879
879
  await self.load_markets()
880
880
  market = self.market(symbol)
@@ -928,7 +928,7 @@ class bittrex(Exchange, ImplicitAPI):
928
928
  :param int|None since: the earliest time in ms to fetch open orders for
929
929
  :param int|None limit: the maximum number of open orders structures to retrieve
930
930
  :param dict params: extra parameters specific to the bittrex api endpoint
931
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
931
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
932
932
  """
933
933
  await self.load_markets()
934
934
  request = {}
@@ -995,7 +995,7 @@ class bittrex(Exchange, ImplicitAPI):
995
995
  :param int|None since: the earliest time in ms to fetch trades for
996
996
  :param int|None limit: the maximum number of trades to retrieve
997
997
  :param dict params: extra parameters specific to the bittrex api endpoint
998
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
998
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
999
999
  """
1000
1000
  await self.load_markets()
1001
1001
  request = {
@@ -1254,7 +1254,7 @@ class bittrex(Exchange, ImplicitAPI):
1254
1254
  cancel all open orders
1255
1255
  :param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
1256
1256
  :param dict params: extra parameters specific to the bittrex api endpoint
1257
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1257
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1258
1258
  """
1259
1259
  await self.load_markets()
1260
1260
  request = {}
@@ -1322,7 +1322,7 @@ class bittrex(Exchange, ImplicitAPI):
1322
1322
  :param int|None params['endDate']: Filters out result after self timestamp. Uses ISO-8602 format.
1323
1323
  :param str|None params['nextPageToken']: The unique identifier of the item that the resulting query result should start after, in the sort order of the given endpoint. Used for traversing a paginated set in the forward direction.
1324
1324
  :param str|None params['previousPageToken']: The unique identifier of the item that the resulting query result should end before, in the sort order of the given endpoint. Used for traversing a paginated set in the reverse direction.
1325
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1325
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1326
1326
  """
1327
1327
  await self.load_markets()
1328
1328
  # https://support.bittrex.com/hc/en-us/articles/115003723911
@@ -1361,7 +1361,7 @@ class bittrex(Exchange, ImplicitAPI):
1361
1361
  :param int|None params['endDate']: Filters out result after self timestamp. Uses ISO-8602 format.
1362
1362
  :param str|None params['nextPageToken']: The unique identifier of the item that the resulting query result should start after, in the sort order of the given endpoint. Used for traversing a paginated set in the forward direction.
1363
1363
  :param str|None params['previousPageToken']: The unique identifier of the item that the resulting query result should end before, in the sort order of the given endpoint. Used for traversing a paginated set in the reverse direction.
1364
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1364
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1365
1365
  """
1366
1366
  await self.load_markets()
1367
1367
  return self.fetch_deposits(code, since, limit, self.extend(params, {'status': 'pending'}))
@@ -1395,7 +1395,7 @@ class bittrex(Exchange, ImplicitAPI):
1395
1395
  :param int|None params['endDate']: Filters out result after self timestamp. Uses ISO-8602 format.
1396
1396
  :param str|None params['nextPageToken']: The unique identifier of the item that the resulting query result should start after, in the sort order of the given endpoint. Used for traversing a paginated set in the forward direction.
1397
1397
  :param str|None params['previousPageToken']: The unique identifier of the item that the resulting query result should end before, in the sort order of the given endpoint. Used for traversing a paginated set in the reverse direction.
1398
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1398
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1399
1399
  """
1400
1400
  await self.load_markets()
1401
1401
  # https://support.bittrex.com/hc/en-us/articles/115003723911
@@ -1431,7 +1431,7 @@ class bittrex(Exchange, ImplicitAPI):
1431
1431
  :param int|None params['endDate']: Filters out result after self timestamp. Uses ISO-8602 format.
1432
1432
  :param str|None params['nextPageToken']: The unique identifier of the item that the resulting query result should start after, in the sort order of the given endpoint. Used for traversing a paginated set in the forward direction.
1433
1433
  :param str|None params['previousPageToken']: The unique identifier of the item that the resulting query result should end before, in the sort order of the given endpoint. Used for traversing a paginated set in the reverse direction.
1434
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1434
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1435
1435
  """
1436
1436
  await self.load_markets()
1437
1437
  return self.fetch_withdrawals(code, since, limit, self.extend(params, {'status': 'pending'}))
@@ -1734,7 +1734,7 @@ class bittrex(Exchange, ImplicitAPI):
1734
1734
  :param int|None since: the earliest time in ms to fetch trades for
1735
1735
  :param int|None limit: the maximum number of trades structures to retrieve
1736
1736
  :param dict params: extra parameters specific to the bittrex api endpoint
1737
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1737
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1738
1738
  """
1739
1739
  await self.load_markets()
1740
1740
  request = {}
@@ -1758,7 +1758,7 @@ class bittrex(Exchange, ImplicitAPI):
1758
1758
  :param int|None since: the earliest time in ms to fetch orders for
1759
1759
  :param int|None limit: the maximum number of orde structures to retrieve
1760
1760
  :param dict params: extra parameters specific to the bittrex api endpoint
1761
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1761
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1762
1762
  """
1763
1763
  await self.load_markets()
1764
1764
  stop = self.safe_value(params, 'stop')
@@ -1933,7 +1933,7 @@ class bittrex(Exchange, ImplicitAPI):
1933
1933
  async def fetch_deposit_withdraw_fees(self, codes: Optional[List[str]] = None, params={}):
1934
1934
  """
1935
1935
  fetch deposit and withdraw fees
1936
- :param [str]|None codes: list of unified currency codes
1936
+ :param str[]|None codes: list of unified currency codes
1937
1937
  :param dict params: extra parameters specific to the bittrex api endpoint
1938
1938
  :returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
1939
1939
  """
@@ -332,7 +332,7 @@ class bitvavo(Exchange, ImplicitAPI):
332
332
  """
333
333
  retrieves data on all markets for bitvavo
334
334
  :param dict params: extra parameters specific to the exchange api endpoint
335
- :returns [dict]: an array of objects representing market data
335
+ :returns dict[]: an array of objects representing market data
336
336
  """
337
337
  response = await self.publicGetMarkets(params)
338
338
  currencies = await self.fetch_currencies_from_cache(params)
@@ -567,7 +567,7 @@ class bitvavo(Exchange, ImplicitAPI):
567
567
  async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
568
568
  """
569
569
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
570
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
570
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
571
571
  :param dict params: extra parameters specific to the bitvavo api endpoint
572
572
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
573
573
  """
@@ -600,7 +600,7 @@ class bitvavo(Exchange, ImplicitAPI):
600
600
  :param int|None since: timestamp in ms of the earliest trade to fetch
601
601
  :param int|None limit: the maximum amount of trades to fetch
602
602
  :param dict params: extra parameters specific to the bitvavo api endpoint
603
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
603
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
604
604
  """
605
605
  await self.load_markets()
606
606
  market = self.market(symbol)
@@ -821,7 +821,7 @@ class bitvavo(Exchange, ImplicitAPI):
821
821
  :param int|None since: timestamp in ms of the earliest candle to fetch
822
822
  :param int|None limit: the maximum amount of candles to fetch
823
823
  :param dict params: extra parameters specific to the bitvavo api endpoint
824
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
824
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
825
825
  """
826
826
  await self.load_markets()
827
827
  market = self.market(symbol)
@@ -1083,7 +1083,7 @@ class bitvavo(Exchange, ImplicitAPI):
1083
1083
  cancel all open orders
1084
1084
  :param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
1085
1085
  :param dict params: extra parameters specific to the bitvavo api endpoint
1086
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1086
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1087
1087
  """
1088
1088
  await self.load_markets()
1089
1089
  request = {}
@@ -1160,7 +1160,7 @@ class bitvavo(Exchange, ImplicitAPI):
1160
1160
  :param int|None since: the earliest time in ms to fetch orders for
1161
1161
  :param int|None limit: the maximum number of orde structures to retrieve
1162
1162
  :param dict params: extra parameters specific to the bitvavo api endpoint
1163
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1163
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1164
1164
  """
1165
1165
  if symbol is None:
1166
1166
  raise ArgumentsRequired(self.id + ' fetchOrders() requires a symbol argument')
@@ -1224,7 +1224,7 @@ class bitvavo(Exchange, ImplicitAPI):
1224
1224
  :param int|None since: the earliest time in ms to fetch open orders for
1225
1225
  :param int|None limit: the maximum number of open orders structures to retrieve
1226
1226
  :param dict params: extra parameters specific to the bitvavo api endpoint
1227
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1227
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1228
1228
  """
1229
1229
  await self.load_markets()
1230
1230
  request = {
@@ -1400,7 +1400,7 @@ class bitvavo(Exchange, ImplicitAPI):
1400
1400
  :param int|None since: the earliest time in ms to fetch trades for
1401
1401
  :param int|None limit: the maximum number of trades structures to retrieve
1402
1402
  :param dict params: extra parameters specific to the bitvavo api endpoint
1403
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1403
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1404
1404
  """
1405
1405
  if symbol is None:
1406
1406
  raise ArgumentsRequired(self.id + ' fetchMyTrades() requires a symbol argument')
@@ -1478,7 +1478,7 @@ class bitvavo(Exchange, ImplicitAPI):
1478
1478
  :param int|None since: the earliest time in ms to fetch withdrawals for
1479
1479
  :param int|None limit: the maximum number of withdrawals structures to retrieve
1480
1480
  :param dict params: extra parameters specific to the bitvavo api endpoint
1481
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1481
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1482
1482
  """
1483
1483
  await self.load_markets()
1484
1484
  request = {
@@ -1519,7 +1519,7 @@ class bitvavo(Exchange, ImplicitAPI):
1519
1519
  :param int|None since: the earliest time in ms to fetch deposits for
1520
1520
  :param int|None limit: the maximum number of deposits structures to retrieve
1521
1521
  :param dict params: extra parameters specific to the bitvavo api endpoint
1522
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1522
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1523
1523
  """
1524
1524
  await self.load_markets()
1525
1525
  request = {
@@ -1686,7 +1686,7 @@ class bitvavo(Exchange, ImplicitAPI):
1686
1686
  """
1687
1687
  fetch deposit and withdraw fees
1688
1688
  see https://docs.bitvavo.com/#tag/General/paths/~1assets/get
1689
- :param [str]|None codes: list of unified currency codes
1689
+ :param str[]|None codes: list of unified currency codes
1690
1690
  :param dict params: extra parameters specific to the bitvavo api endpoint
1691
1691
  :returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
1692
1692
  """
@@ -283,7 +283,7 @@ class bkex(Exchange, ImplicitAPI):
283
283
  see https://bkexapi.github.io/docs/api_en.htm?shell#basicInformation-1
284
284
  see https://bkexapi.github.io/docs/api_en.htm?shell#contract-market-symbols
285
285
  :param dict params: extra parameters specific to the exchange api endpoint
286
- :returns [dict]: an array of objects representing market data
286
+ :returns dict[]: an array of objects representing market data
287
287
  """
288
288
  promises = [
289
289
  self.publicSpotGetCommonSymbols(params),
@@ -506,7 +506,7 @@ class bkex(Exchange, ImplicitAPI):
506
506
  :param int|None since: timestamp in ms of the earliest candle to fetch
507
507
  :param int|None limit: the maximum amount of candles to fetch
508
508
  :param dict params: extra parameters specific to the bkex api endpoint
509
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
509
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
510
510
  """
511
511
  await self.load_markets()
512
512
  market = self.market(symbol)
@@ -665,7 +665,7 @@ class bkex(Exchange, ImplicitAPI):
665
665
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
666
666
  see https://bkexapi.github.io/docs/api_en.htm?shell#quotationData-2
667
667
  see https://bkexapi.github.io/docs/api_en.htm?shell#contract-ticker-data
668
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
668
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
669
669
  :param dict params: extra parameters specific to the bkex api endpoint
670
670
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
671
671
  """
@@ -873,7 +873,7 @@ class bkex(Exchange, ImplicitAPI):
873
873
  :param int|None since: timestamp in ms of the earliest trade to fetch
874
874
  :param int|None limit: the maximum amount of trades to fetch
875
875
  :param dict params: extra parameters specific to the bkex api endpoint
876
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
876
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
877
877
  """
878
878
  await self.load_markets()
879
879
  market = self.market(symbol)
@@ -1076,7 +1076,7 @@ class bkex(Exchange, ImplicitAPI):
1076
1076
  :param int|None since: the earliest time in ms to fetch deposits for
1077
1077
  :param int|None limit: the maximum number of deposits structures to retrieve
1078
1078
  :param dict params: extra parameters specific to the bkex api endpoint
1079
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1079
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1080
1080
  """
1081
1081
  if code is None:
1082
1082
  raise ArgumentsRequired(self.id + ' fetchDeposits() requires code argument')
@@ -1127,7 +1127,7 @@ class bkex(Exchange, ImplicitAPI):
1127
1127
  :param int|None since: the earliest time in ms to fetch withdrawals for
1128
1128
  :param int|None limit: the maximum number of withdrawals structures to retrieve
1129
1129
  :param dict params: extra parameters specific to the bkex api endpoint
1130
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1130
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
1131
1131
  """
1132
1132
  if code is None:
1133
1133
  raise ArgumentsRequired(self.id + ' fetchWithdrawals() requires code argument')
@@ -1281,7 +1281,7 @@ class bkex(Exchange, ImplicitAPI):
1281
1281
  async def cancel_orders(self, ids, symbol: Optional[str] = None, params={}):
1282
1282
  """
1283
1283
  cancel multiple orders
1284
- :param [str] ids: order ids
1284
+ :param str[] ids: order ids
1285
1285
  :param str|None symbol: unified market symbol, default is None
1286
1286
  :param dict params: extra parameters specific to the bkex api endpoint
1287
1287
  :returns dict: an list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
@@ -1314,7 +1314,7 @@ class bkex(Exchange, ImplicitAPI):
1314
1314
  :param int|None since: the earliest time in ms to fetch open orders for
1315
1315
  :param int|None limit: the maximum number of open orders structures to retrieve
1316
1316
  :param dict params: extra parameters specific to the bkex api endpoint
1317
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1317
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1318
1318
  """
1319
1319
  if symbol is None:
1320
1320
  raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires a symbol argument')
@@ -1406,7 +1406,7 @@ class bkex(Exchange, ImplicitAPI):
1406
1406
  :param int|None since: the earliest time in ms to fetch orders for
1407
1407
  :param int|None limit: the maximum number of orde structures to retrieve
1408
1408
  :param dict params: extra parameters specific to the bkex api endpoint
1409
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1409
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1410
1410
  """
1411
1411
  if symbol is None:
1412
1412
  raise ArgumentsRequired(self.id + ' fetchClosedOrders() requires a symbol argument')
@@ -1554,7 +1554,7 @@ class bkex(Exchange, ImplicitAPI):
1554
1554
  """
1555
1555
  *DEPRECATED* please use fetchDepositWithdrawFees instead
1556
1556
  see https://bkexapi.github.io/docs/api_en.htm?shell#basicInformation-2
1557
- :param [str]|None codes: list of unified currency codes
1557
+ :param str[]|None codes: list of unified currency codes
1558
1558
  :param dict params: extra parameters specific to the bkex api endpoint
1559
1559
  :returns dict: a list of `fee structures <https://docs.ccxt.com/#/?id=fee-structure>`
1560
1560
  """
@@ -1625,7 +1625,7 @@ class bkex(Exchange, ImplicitAPI):
1625
1625
  """
1626
1626
  fetch deposit and withdraw fees
1627
1627
  see https://bkexapi.github.io/docs/api_en.htm?shell#basicInformation-2
1628
- :param [str]|None codes: list of unified currency codes
1628
+ :param str[]|None codes: list of unified currency codes
1629
1629
  :param dict params: extra parameters specific to the bkex api endpoint
1630
1630
  :returns dict: a list of `fee structures <https://docs.ccxt.com/#/?id=fee-structure>`
1631
1631
  """
@@ -1687,7 +1687,7 @@ class bkex(Exchange, ImplicitAPI):
1687
1687
  :param int|None since: timestamp in ms of the earliest funding rate to fetch
1688
1688
  :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
1689
1689
  :param dict params: extra parameters specific to the bkex api endpoint
1690
- :returns [dict]: a list of `funding rate structures <https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure>`
1690
+ :returns dict[]: a list of `funding rate structures <https://docs.ccxt.com/en/latest/manual.html?#funding-rate-history-structure>`
1691
1691
  """
1692
1692
  if symbol is None:
1693
1693
  raise ArgumentsRequired(self.id + ' fetchFundingRateHistory() requires a symbol argument')
@@ -263,7 +263,7 @@ class bl3p(Exchange, ImplicitAPI):
263
263
  :param int|None since: timestamp in ms of the earliest trade to fetch
264
264
  :param int|None limit: the maximum amount of trades to fetch
265
265
  :param dict params: extra parameters specific to the bl3p api endpoint
266
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
266
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
267
267
  """
268
268
  market = self.market(symbol)
269
269
  response = await self.publicGetMarketTrades(self.extend({
@@ -190,7 +190,7 @@ class blockchaincom(Exchange, ImplicitAPI):
190
190
  """
191
191
  retrieves data on all markets for blockchaincom
192
192
  :param dict params: extra parameters specific to the exchange api endpoint
193
- :returns [dict]: an array of objects representing market data
193
+ :returns dict[]: an array of objects representing market data
194
194
  """
195
195
  #
196
196
  # "USDC-GBP": {
@@ -402,7 +402,7 @@ class blockchaincom(Exchange, ImplicitAPI):
402
402
  async def fetch_tickers(self, symbols: Optional[List[str]] = None, params={}):
403
403
  """
404
404
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
405
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
405
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
406
406
  :param dict params: extra parameters specific to the blockchaincom api endpoint
407
407
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
408
408
  """
@@ -614,7 +614,7 @@ class blockchaincom(Exchange, ImplicitAPI):
614
614
  :param int|None since: the earliest time in ms to fetch orders for
615
615
  :param int|None limit: the maximum number of orde structures to retrieve
616
616
  :param dict params: extra parameters specific to the blockchaincom api endpoint
617
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
617
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
618
618
  """
619
619
  state = 'FILLED'
620
620
  return await self.fetch_orders_by_state(state, symbol, since, limit, params)
@@ -626,7 +626,7 @@ class blockchaincom(Exchange, ImplicitAPI):
626
626
  :param int|None since: the earliest time in ms to fetch open orders for
627
627
  :param int|None limit: the maximum number of open orders structures to retrieve
628
628
  :param dict params: extra parameters specific to the blockchaincom api endpoint
629
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
629
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
630
630
  """
631
631
  state = 'OPEN'
632
632
  return await self.fetch_orders_by_state(state, symbol, since, limit, params)
@@ -698,7 +698,7 @@ class blockchaincom(Exchange, ImplicitAPI):
698
698
  :param int|None since: the earliest time in ms to fetch trades for
699
699
  :param int|None limit: the maximum number of trades structures to retrieve
700
700
  :param dict params: extra parameters specific to the blockchaincom api endpoint
701
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
701
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
702
702
  """
703
703
  await self.load_markets()
704
704
  request = {}
@@ -891,7 +891,7 @@ class blockchaincom(Exchange, ImplicitAPI):
891
891
  :param int|None since: the earliest time in ms to fetch withdrawals for
892
892
  :param int|None limit: the maximum number of withdrawals structures to retrieve
893
893
  :param dict params: extra parameters specific to the blockchaincom api endpoint
894
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
894
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
895
895
  """
896
896
  await self.load_markets()
897
897
  request = {
@@ -928,7 +928,7 @@ class blockchaincom(Exchange, ImplicitAPI):
928
928
  :param int|None since: the earliest time in ms to fetch deposits for
929
929
  :param int|None limit: the maximum number of deposits structures to retrieve
930
930
  :param dict params: extra parameters specific to the blockchaincom api endpoint
931
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
931
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
932
932
  """
933
933
  await self.load_markets()
934
934
  request = {
@@ -157,7 +157,7 @@ class btcalpha(Exchange, ImplicitAPI):
157
157
  """
158
158
  retrieves data on all markets for btcalpha
159
159
  :param dict params: extra parameters specific to the exchange api endpoint
160
- :returns [dict]: an array of objects representing market data
160
+ :returns dict[]: an array of objects representing market data
161
161
  """
162
162
  response = await self.publicGetPairs(params)
163
163
  #
@@ -240,7 +240,7 @@ class btcalpha(Exchange, ImplicitAPI):
240
240
  """
241
241
  see https://btc-alpha.github.io/api-docs/#tickers
242
242
  fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
243
- :param [str]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
243
+ :param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
244
244
  :param dict params: extra parameters specific to the btcalpha api endpoint
245
245
  :returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
246
246
  """
@@ -417,7 +417,7 @@ class btcalpha(Exchange, ImplicitAPI):
417
417
  :param int|None since: timestamp in ms of the earliest trade to fetch
418
418
  :param int|None limit: the maximum amount of trades to fetch
419
419
  :param dict params: extra parameters specific to the btcalpha api endpoint
420
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
420
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
421
421
  """
422
422
  await self.load_markets()
423
423
  market = None
@@ -437,7 +437,7 @@ class btcalpha(Exchange, ImplicitAPI):
437
437
  :param int|None since: the earliest time in ms to fetch deposits for
438
438
  :param int|None limit: the maximum number of deposits structures to retrieve
439
439
  :param dict params: extra parameters specific to the btcalpha api endpoint
440
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
440
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
441
441
  """
442
442
  await self.load_markets()
443
443
  currency = None
@@ -463,7 +463,7 @@ class btcalpha(Exchange, ImplicitAPI):
463
463
  :param int|None since: the earliest time in ms to fetch withdrawals for
464
464
  :param int|None limit: the maximum number of withdrawals structures to retrieve
465
465
  :param dict params: extra parameters specific to the btcalpha api endpoint
466
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
466
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
467
467
  """
468
468
  await self.load_markets()
469
469
  currency = None
@@ -567,7 +567,7 @@ class btcalpha(Exchange, ImplicitAPI):
567
567
  :param int|None since: timestamp in ms of the earliest candle to fetch
568
568
  :param int|None limit: the maximum amount of candles to fetch
569
569
  :param dict params: extra parameters specific to the btcalpha api endpoint
570
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
570
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
571
571
  """
572
572
  await self.load_markets()
573
573
  market = self.market(symbol)
@@ -754,7 +754,7 @@ class btcalpha(Exchange, ImplicitAPI):
754
754
  :param int|None since: the earliest time in ms to fetch orders for
755
755
  :param int|None limit: the maximum number of orde structures to retrieve
756
756
  :param dict params: extra parameters specific to the btcalpha api endpoint
757
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
757
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
758
758
  """
759
759
  await self.load_markets()
760
760
  request = {}
@@ -774,7 +774,7 @@ class btcalpha(Exchange, ImplicitAPI):
774
774
  :param int|None since: the earliest time in ms to fetch open orders for
775
775
  :param int|None limit: the maximum number of open orders structures to retrieve
776
776
  :param dict params: extra parameters specific to the btcalpha api endpoint
777
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
777
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
778
778
  """
779
779
  request = {
780
780
  'status': '1',
@@ -788,7 +788,7 @@ class btcalpha(Exchange, ImplicitAPI):
788
788
  :param int|None since: the earliest time in ms to fetch orders for
789
789
  :param int|None limit: the maximum number of orde structures to retrieve
790
790
  :param dict params: extra parameters specific to the btcalpha api endpoint
791
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
791
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
792
792
  """
793
793
  request = {
794
794
  'status': '3',
@@ -802,7 +802,7 @@ class btcalpha(Exchange, ImplicitAPI):
802
802
  :param int|None since: the earliest time in ms to fetch trades for
803
803
  :param int|None limit: the maximum number of trades structures to retrieve
804
804
  :param dict params: extra parameters specific to the btcalpha api endpoint
805
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
805
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
806
806
  """
807
807
  await self.load_markets()
808
808
  request = {}
@@ -257,7 +257,7 @@ class btcbox(Exchange, ImplicitAPI):
257
257
  :param int|None since: timestamp in ms of the earliest trade to fetch
258
258
  :param int|None limit: the maximum amount of trades to fetch
259
259
  :param dict params: extra parameters specific to the btcbox api endpoint
260
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
260
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
261
261
  """
262
262
  await self.load_markets()
263
263
  market = self.market(symbol)
@@ -465,7 +465,7 @@ class btcbox(Exchange, ImplicitAPI):
465
465
  :param int|None since: the earliest time in ms to fetch orders for
466
466
  :param int|None limit: the maximum number of orde structures to retrieve
467
467
  :param dict params: extra parameters specific to the btcbox api endpoint
468
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
468
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
469
469
  """
470
470
  return await self.fetch_orders_by_type('all', symbol, since, limit, params)
471
471
 
@@ -476,7 +476,7 @@ class btcbox(Exchange, ImplicitAPI):
476
476
  :param int|None since: the earliest time in ms to fetch open orders for
477
477
  :param int|None limit: the maximum number of open orders structures to retrieve
478
478
  :param dict params: extra parameters specific to the btcbox api endpoint
479
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
479
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
480
480
  """
481
481
  return await self.fetch_orders_by_type('open', symbol, since, limit, params)
482
482
 
@@ -210,7 +210,7 @@ class btcmarkets(Exchange, ImplicitAPI):
210
210
  :param int|None since: the earliest time in ms to fetch deposits for
211
211
  :param int|None limit: the maximum number of deposits structures to retrieve
212
212
  :param dict params: extra parameters specific to the btcmarkets api endpoint
213
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
213
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
214
214
  """
215
215
  return await self.fetch_transactions_with_method('privateGetDeposits', code, since, limit, params)
216
216
 
@@ -221,7 +221,7 @@ class btcmarkets(Exchange, ImplicitAPI):
221
221
  :param int|None since: the earliest time in ms to fetch withdrawals for
222
222
  :param int|None limit: the maximum number of withdrawals structures to retrieve
223
223
  :param dict params: extra parameters specific to the btcmarkets api endpoint
224
- :returns [dict]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
224
+ :returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
225
225
  """
226
226
  return await self.fetch_transactions_with_method('privateGetWithdrawals', code, since, limit, params)
227
227
 
@@ -344,7 +344,7 @@ class btcmarkets(Exchange, ImplicitAPI):
344
344
  """
345
345
  retrieves data on all markets for btcmarkets
346
346
  :param dict params: extra parameters specific to the exchange api endpoint
347
- :returns [dict]: an array of objects representing market data
347
+ :returns dict[]: an array of objects representing market data
348
348
  """
349
349
  response = await self.publicGetMarkets(params)
350
350
  #
@@ -492,7 +492,7 @@ class btcmarkets(Exchange, ImplicitAPI):
492
492
  :param int|None since: timestamp in ms of the earliest candle to fetch
493
493
  :param int|None limit: the maximum amount of candles to fetch
494
494
  :param dict params: extra parameters specific to the btcmarkets api endpoint
495
- :returns [[int]]: A list of candles ordered, open, high, low, close, volume
495
+ :returns int[][]: A list of candles ordered, open, high, low, close, volume
496
496
  """
497
497
  await self.load_markets()
498
498
  market = self.market(symbol)
@@ -714,7 +714,7 @@ class btcmarkets(Exchange, ImplicitAPI):
714
714
  :param int|None since: timestamp in ms of the earliest trade to fetch
715
715
  :param int|None limit: the maximum amount of trades to fetch
716
716
  :param dict params: extra parameters specific to the btcmarkets api endpoint
717
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
717
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
718
718
  """
719
719
  await self.load_markets()
720
720
  market = self.market(symbol)
@@ -822,7 +822,7 @@ class btcmarkets(Exchange, ImplicitAPI):
822
822
  async def cancel_orders(self, ids, symbol: Optional[str] = None, params={}):
823
823
  """
824
824
  cancel multiple orders
825
- :param [str] ids: order ids
825
+ :param str[] ids: order ids
826
826
  :param str|None symbol: not used by btcmarkets cancelOrders()
827
827
  :param dict params: extra parameters specific to the btcmarkets api endpoint
828
828
  :returns dict: an list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
@@ -969,7 +969,7 @@ class btcmarkets(Exchange, ImplicitAPI):
969
969
  :param int|None since: the earliest time in ms to fetch orders for
970
970
  :param int|None limit: the maximum number of orde structures to retrieve
971
971
  :param dict params: extra parameters specific to the btcmarkets api endpoint
972
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
972
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
973
973
  """
974
974
  await self.load_markets()
975
975
  request = {
@@ -993,7 +993,7 @@ class btcmarkets(Exchange, ImplicitAPI):
993
993
  :param int|None since: the earliest time in ms to fetch open orders for
994
994
  :param int|None limit: the maximum number of open orders structures to retrieve
995
995
  :param dict params: extra parameters specific to the btcmarkets api endpoint
996
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
996
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
997
997
  """
998
998
  request = {'status': 'open'}
999
999
  return await self.fetch_orders(symbol, since, limit, self.extend(request, params))
@@ -1005,7 +1005,7 @@ class btcmarkets(Exchange, ImplicitAPI):
1005
1005
  :param int|None since: the earliest time in ms to fetch orders for
1006
1006
  :param int|None limit: the maximum number of orde structures to retrieve
1007
1007
  :param dict params: extra parameters specific to the btcmarkets api endpoint
1008
- :returns [dict]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1008
+ :returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
1009
1009
  """
1010
1010
  orders = await self.fetch_orders(symbol, since, limit, params)
1011
1011
  return self.filter_by(orders, 'status', 'closed')
@@ -1017,7 +1017,7 @@ class btcmarkets(Exchange, ImplicitAPI):
1017
1017
  :param int|None since: the earliest time in ms to fetch trades for
1018
1018
  :param int|None limit: the maximum number of trades structures to retrieve
1019
1019
  :param dict params: extra parameters specific to the btcmarkets api endpoint
1020
- :returns [dict]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1020
+ :returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
1021
1021
  """
1022
1022
  await self.load_markets()
1023
1023
  request = {}