ccxt 3.1.59__tar.gz → 4.0.3__tar.gz

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 (474) hide show
  1. {ccxt-3.1.59/ccxt.egg-info → ccxt-4.0.3}/PKG-INFO +4 -4
  2. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/__init__.py +1 -1
  3. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ace.py +6 -6
  4. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/alpaca.py +4 -4
  5. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ascendex.py +14 -14
  6. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/__init__.py +1 -1
  7. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ace.py +6 -6
  8. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/alpaca.py +4 -4
  9. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ascendex.py +14 -14
  10. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/exchange.py +13 -13
  11. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bigone.py +11 -11
  12. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binance.py +34 -34
  13. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bit2c.py +3 -3
  14. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbank.py +5 -5
  15. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbns.py +7 -7
  16. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitfinex.py +13 -13
  17. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitfinex2.py +11 -11
  18. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitflyer.py +10 -10
  19. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitforex.py +6 -6
  20. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitget.py +18 -18
  21. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bithumb.py +5 -5
  22. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitmart.py +13 -13
  23. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitmex.py +15 -15
  24. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitopro.py +12 -12
  25. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitpanda.py +12 -12
  26. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitrue.py +11 -11
  27. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitso.py +13 -13
  28. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitstamp.py +12 -12
  29. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitstamp1.py +2 -2
  30. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bittrex.py +15 -15
  31. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitvavo.py +11 -11
  32. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bkex.py +12 -12
  33. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bl3p.py +1 -1
  34. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/blockchaincom.py +7 -7
  35. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcalpha.py +10 -10
  36. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcbox.py +3 -3
  37. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcmarkets.py +10 -10
  38. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btctradeua.py +2 -2
  39. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcturk.py +7 -7
  40. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bybit.py +19 -19
  41. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/cex.py +7 -7
  42. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbase.py +11 -11
  43. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbasepro.py +12 -12
  44. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coincheck.py +5 -5
  45. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinex.py +19 -19
  46. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinfalcon.py +7 -7
  47. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinmate.py +5 -5
  48. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinone.py +6 -6
  49. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinsph.py +11 -11
  50. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinspot.py +2 -2
  51. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/cryptocom.py +19 -18
  52. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/currencycom.py +10 -10
  53. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/delta.py +10 -10
  54. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/deribit.py +14 -14
  55. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/digifinex.py +17 -17
  56. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/exmo.py +12 -12
  57. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gate.py +19 -19
  58. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gemini.py +6 -6
  59. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hitbtc.py +8 -8
  60. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hitbtc3.py +18 -18
  61. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hollaex.py +13 -13
  62. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobi.py +21 -21
  63. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobijp.py +13 -13
  64. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/idex.py +10 -10
  65. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/independentreserve.py +5 -5
  66. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/indodax.py +5 -5
  67. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kraken.py +14 -14
  68. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/krakenfutures.py +3 -3
  69. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kucoin.py +13 -13
  70. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kucoinfutures.py +10 -10
  71. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kuna.py +6 -6
  72. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/latoken.py +8 -8
  73. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lbank.py +6 -6
  74. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lbank2.py +12 -12
  75. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/luno.py +7 -7
  76. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lykke.py +7 -7
  77. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mercado.py +6 -6
  78. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mexc.py +26 -61
  79. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ndax.py +10 -10
  80. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/novadax.py +11 -11
  81. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/oceanex.py +10 -10
  82. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okcoin.py +12 -12
  83. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okx.py +23 -23
  84. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/paymium.py +2 -2
  85. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/phemex.py +16 -16
  86. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/poloniex.py +12 -12
  87. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/poloniexfutures.py +10 -10
  88. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/probit.py +14 -14
  89. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/tidex.py +6 -6
  90. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/timex.py +10 -10
  91. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/tokocrypto.py +12 -12
  92. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/upbit.py +10 -10
  93. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/wavesexchange.py +9 -9
  94. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/wazirx.py +7 -7
  95. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/whitebit.py +12 -12
  96. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/woo.py +9 -9
  97. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/yobit.py +6 -6
  98. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/zaif.py +4 -4
  99. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/zonda.py +7 -7
  100. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/exchange.py +13 -13
  101. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bigone.py +11 -11
  102. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binance.py +34 -34
  103. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bit2c.py +3 -3
  104. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbank.py +5 -5
  105. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbns.py +7 -7
  106. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitfinex.py +13 -13
  107. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitfinex2.py +11 -11
  108. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitflyer.py +10 -10
  109. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitforex.py +6 -6
  110. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitget.py +18 -18
  111. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bithumb.py +5 -5
  112. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitmart.py +13 -13
  113. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitmex.py +15 -15
  114. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitopro.py +12 -12
  115. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitpanda.py +12 -12
  116. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitrue.py +11 -11
  117. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitso.py +13 -13
  118. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitstamp.py +12 -12
  119. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitstamp1.py +2 -2
  120. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bittrex.py +15 -15
  121. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitvavo.py +11 -11
  122. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bkex.py +12 -12
  123. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bl3p.py +1 -1
  124. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/blockchaincom.py +7 -7
  125. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcalpha.py +10 -10
  126. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcbox.py +3 -3
  127. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcmarkets.py +10 -10
  128. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btctradeua.py +2 -2
  129. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcturk.py +7 -7
  130. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bybit.py +19 -19
  131. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/cex.py +7 -7
  132. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbase.py +11 -11
  133. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbasepro.py +12 -12
  134. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coincheck.py +5 -5
  135. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinex.py +19 -19
  136. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinfalcon.py +7 -7
  137. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinmate.py +5 -5
  138. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinone.py +6 -6
  139. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinsph.py +11 -11
  140. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinspot.py +2 -2
  141. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/cryptocom.py +19 -18
  142. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/currencycom.py +10 -10
  143. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/delta.py +10 -10
  144. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/deribit.py +14 -14
  145. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/digifinex.py +17 -17
  146. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/exmo.py +12 -12
  147. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gate.py +19 -19
  148. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gemini.py +6 -6
  149. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hitbtc.py +8 -8
  150. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hitbtc3.py +18 -18
  151. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hollaex.py +13 -13
  152. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobi.py +21 -21
  153. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobijp.py +13 -13
  154. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/idex.py +10 -10
  155. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/independentreserve.py +5 -5
  156. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/indodax.py +5 -5
  157. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kraken.py +14 -14
  158. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/krakenfutures.py +3 -3
  159. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kucoin.py +13 -13
  160. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kucoinfutures.py +10 -10
  161. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kuna.py +6 -6
  162. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/latoken.py +8 -8
  163. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lbank.py +6 -6
  164. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lbank2.py +12 -12
  165. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/luno.py +7 -7
  166. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lykke.py +7 -7
  167. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mercado.py +6 -6
  168. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mexc.py +26 -61
  169. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ndax.py +10 -10
  170. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/novadax.py +11 -11
  171. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/oceanex.py +10 -10
  172. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okcoin.py +12 -12
  173. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okx.py +23 -23
  174. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/paymium.py +2 -2
  175. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/phemex.py +16 -16
  176. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/poloniex.py +12 -12
  177. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/poloniexfutures.py +10 -10
  178. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/__init__.py +1 -1
  179. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/alpaca.py +4 -4
  180. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ascendex.py +3 -3
  181. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binance.py +5 -5
  182. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitfinex.py +2 -2
  183. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitfinex2.py +4 -4
  184. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitget.py +4 -4
  185. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitmart.py +3 -3
  186. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitmex.py +4 -4
  187. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitopro.py +1 -1
  188. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitpanda.py +3 -3
  189. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitrue.py +1 -1
  190. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitstamp.py +2 -2
  191. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bittrex.py +4 -4
  192. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitvavo.py +4 -4
  193. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/blockchaincom.py +3 -3
  194. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bybit.py +4 -4
  195. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/cex.py +5 -5
  196. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinbasepro.py +3 -3
  197. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinex.py +3 -3
  198. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/cryptocom.py +4 -4
  199. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/currencycom.py +2 -2
  200. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/deribit.py +4 -4
  201. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/exmo.py +2 -2
  202. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gate.py +5 -5
  203. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gemini.py +3 -3
  204. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/hitbtc.py +2 -2
  205. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/hollaex.py +3 -3
  206. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobi.py +4 -4
  207. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobijp.py +2 -2
  208. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/idex.py +3 -3
  209. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/independentreserve.py +1 -1
  210. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kraken.py +4 -4
  211. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/krakenfutures.py +6 -6
  212. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kucoin.py +4 -4
  213. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kucoinfutures.py +2 -2
  214. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/luno.py +1 -1
  215. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/mexc.py +4 -4
  216. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ndax.py +2 -2
  217. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okcoin.py +3 -3
  218. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okx.py +3 -3
  219. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/phemex.py +4 -4
  220. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/poloniexfutures.py +3 -3
  221. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/probit.py +2 -2
  222. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/upbit.py +1 -1
  223. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/wazirx.py +4 -4
  224. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/whitebit.py +4 -4
  225. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/probit.py +14 -14
  226. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/tidex.py +6 -6
  227. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/timex.py +10 -10
  228. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/tokocrypto.py +12 -12
  229. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/upbit.py +10 -10
  230. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/wavesexchange.py +9 -9
  231. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/wazirx.py +7 -7
  232. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/whitebit.py +12 -12
  233. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/woo.py +9 -9
  234. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/yobit.py +6 -6
  235. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/zaif.py +4 -4
  236. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/zonda.py +7 -7
  237. {ccxt-3.1.59 → ccxt-4.0.3/ccxt.egg-info}/PKG-INFO +4 -4
  238. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/SOURCES.txt +0 -14
  239. {ccxt-3.1.59 → ccxt-4.0.3}/package.json +3 -1
  240. ccxt-3.1.59/ccxt/async_support/btcex.py +0 -2519
  241. ccxt-3.1.59/ccxt/async_support/buda.py +0 -1063
  242. ccxt-3.1.59/ccxt/async_support/itbit.py +0 -771
  243. ccxt-3.1.59/ccxt/async_support/ripio.py +0 -1102
  244. ccxt-3.1.59/ccxt/async_support/stex.py +0 -2508
  245. ccxt-3.1.59/ccxt/async_support/xt.py +0 -4420
  246. ccxt-3.1.59/ccxt/async_support/zb.py +0 -4127
  247. ccxt-3.1.59/ccxt/btcex.py +0 -2519
  248. ccxt-3.1.59/ccxt/buda.py +0 -1063
  249. ccxt-3.1.59/ccxt/itbit.py +0 -771
  250. ccxt-3.1.59/ccxt/ripio.py +0 -1102
  251. ccxt-3.1.59/ccxt/stex.py +0 -2508
  252. ccxt-3.1.59/ccxt/xt.py +0 -4419
  253. ccxt-3.1.59/ccxt/zb.py +0 -4126
  254. {ccxt-3.1.59 → ccxt-4.0.3}/LICENSE.txt +0 -0
  255. {ccxt-3.1.59 → ccxt-4.0.3}/MANIFEST.in +0 -0
  256. {ccxt-3.1.59 → ccxt-4.0.3}/README.rst +0 -0
  257. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/__init__.py +0 -0
  258. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ace.py +0 -0
  259. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/alpaca.py +0 -0
  260. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ascendex.py +0 -0
  261. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bequant.py +0 -0
  262. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bigone.py +0 -0
  263. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binance.py +0 -0
  264. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binancecoinm.py +0 -0
  265. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binanceus.py +0 -0
  266. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binanceusdm.py +0 -0
  267. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bit2c.py +0 -0
  268. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbank.py +0 -0
  269. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbay.py +0 -0
  270. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbns.py +0 -0
  271. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitcoincom.py +0 -0
  272. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitfinex.py +0 -0
  273. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitfinex2.py +0 -0
  274. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitflyer.py +0 -0
  275. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitforex.py +0 -0
  276. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitget.py +0 -0
  277. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bithumb.py +0 -0
  278. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitmart.py +0 -0
  279. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitmex.py +0 -0
  280. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitopro.py +0 -0
  281. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitpanda.py +0 -0
  282. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitrue.py +0 -0
  283. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitso.py +0 -0
  284. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitstamp.py +0 -0
  285. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitstamp1.py +0 -0
  286. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bittrex.py +0 -0
  287. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitvavo.py +0 -0
  288. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bkex.py +0 -0
  289. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bl3p.py +0 -0
  290. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/blockchaincom.py +0 -0
  291. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcalpha.py +0 -0
  292. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcbox.py +0 -0
  293. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcmarkets.py +0 -0
  294. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btctradeua.py +0 -0
  295. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcturk.py +0 -0
  296. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bybit.py +0 -0
  297. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/cex.py +0 -0
  298. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbase.py +0 -0
  299. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbaseprime.py +0 -0
  300. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbasepro.py +0 -0
  301. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coincheck.py +0 -0
  302. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinex.py +0 -0
  303. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinfalcon.py +0 -0
  304. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinmate.py +0 -0
  305. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinone.py +0 -0
  306. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinsph.py +0 -0
  307. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinspot.py +0 -0
  308. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/cryptocom.py +0 -0
  309. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/currencycom.py +0 -0
  310. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/delta.py +0 -0
  311. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/deribit.py +0 -0
  312. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/digifinex.py +0 -0
  313. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/exmo.py +0 -0
  314. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/fmfwio.py +0 -0
  315. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gate.py +0 -0
  316. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gateio.py +0 -0
  317. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gemini.py +0 -0
  318. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hitbtc.py +0 -0
  319. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hitbtc3.py +0 -0
  320. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hollaex.py +0 -0
  321. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobi.py +0 -0
  322. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobijp.py +0 -0
  323. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobipro.py +0 -0
  324. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/idex.py +0 -0
  325. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/independentreserve.py +0 -0
  326. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/indodax.py +0 -0
  327. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kraken.py +0 -0
  328. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/krakenfutures.py +0 -0
  329. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kucoin.py +0 -0
  330. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kucoinfutures.py +0 -0
  331. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kuna.py +0 -0
  332. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/latoken.py +0 -0
  333. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lbank.py +0 -0
  334. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lbank2.py +0 -0
  335. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/luno.py +0 -0
  336. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lykke.py +0 -0
  337. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mercado.py +0 -0
  338. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mexc.py +0 -0
  339. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mexc3.py +0 -0
  340. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ndax.py +0 -0
  341. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/novadax.py +0 -0
  342. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/oceanex.py +0 -0
  343. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okcoin.py +0 -0
  344. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okex.py +0 -0
  345. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okex5.py +0 -0
  346. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okx.py +0 -0
  347. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/paymium.py +0 -0
  348. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/phemex.py +0 -0
  349. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/poloniex.py +0 -0
  350. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/poloniexfutures.py +0 -0
  351. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/probit.py +0 -0
  352. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/tidex.py +0 -0
  353. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/timex.py +0 -0
  354. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/tokocrypto.py +0 -0
  355. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/upbit.py +0 -0
  356. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/wavesexchange.py +0 -0
  357. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/wazirx.py +0 -0
  358. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/whitebit.py +0 -0
  359. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/woo.py +0 -0
  360. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/yobit.py +0 -0
  361. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/zaif.py +0 -0
  362. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/zonda.py +0 -0
  363. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/__init__.py +0 -0
  364. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/throttler.py +0 -0
  365. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/__init__.py +0 -0
  366. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
  367. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/cache.py +0 -0
  368. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/client.py +0 -0
  369. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/fast_client.py +0 -0
  370. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/functions.py +0 -0
  371. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/future.py +0 -0
  372. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/order_book.py +0 -0
  373. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/order_book_side.py +0 -0
  374. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bequant.py +0 -0
  375. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binancecoinm.py +0 -0
  376. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binanceus.py +0 -0
  377. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binanceusdm.py +0 -0
  378. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbay.py +0 -0
  379. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitcoincom.py +0 -0
  380. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbaseprime.py +0 -0
  381. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/flowbtc.py +0 -0
  382. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/fmfwio.py +0 -0
  383. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gateio.py +0 -0
  384. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobipro.py +0 -0
  385. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mexc3.py +0 -0
  386. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okex.py +0 -0
  387. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okex5.py +0 -0
  388. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/__init__.py +0 -0
  389. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/decimal_to_precision.py +0 -0
  390. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/errors.py +0 -0
  391. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/precise.py +0 -0
  392. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/types.py +0 -0
  393. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bequant.py +0 -0
  394. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binancecoinm.py +0 -0
  395. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binanceus.py +0 -0
  396. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binanceusdm.py +0 -0
  397. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbay.py +0 -0
  398. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitcoincom.py +0 -0
  399. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbaseprime.py +0 -0
  400. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/flowbtc.py +0 -0
  401. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/fmfwio.py +0 -0
  402. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gateio.py +0 -0
  403. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobipro.py +0 -0
  404. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mexc3.py +0 -0
  405. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okex.py +0 -0
  406. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okex5.py +0 -0
  407. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bequant.py +0 -0
  408. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binancecoinm.py +0 -0
  409. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binanceus.py +0 -0
  410. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binanceusdm.py +0 -0
  411. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitcoincom.py +0 -0
  412. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/btcex.py +0 -0
  413. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinbaseprime.py +0 -0
  414. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gateio.py +0 -0
  415. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobipro.py +0 -0
  416. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/mexc3.py +0 -0
  417. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okex.py +0 -0
  418. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/poloniex.py +0 -0
  419. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ripio.py +0 -0
  420. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/woo.py +0 -0
  421. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/zb.py +0 -0
  422. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/__init__.py +0 -0
  423. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
  424. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
  425. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
  426. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/der.py +0 -0
  427. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
  428. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
  429. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
  430. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
  431. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
  432. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/util.py +0 -0
  433. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/keccak/__init__.py +0 -0
  434. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/keccak/keccak.py +0 -0
  435. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/__init__.py +0 -0
  436. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/__init__.py +0 -0
  437. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_account.py +0 -0
  438. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_balance.py +0 -0
  439. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_borrow_interest.py +0 -0
  440. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_borrow_rate.py +0 -0
  441. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_calculate_fee.py +0 -0
  442. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_crypto.py +0 -0
  443. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_currency.py +0 -0
  444. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_datetime.py +0 -0
  445. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_decimal_to_precision.py +0 -0
  446. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_deep_extend.py +0 -0
  447. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
  448. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
  449. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_funding_rate_history.py +0 -0
  450. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ledger_entry.py +0 -0
  451. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ledger_item.py +0 -0
  452. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_leverage_tier.py +0 -0
  453. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_margin_modification.py +0 -0
  454. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_market.py +0 -0
  455. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_number.py +0 -0
  456. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ohlcv.py +0 -0
  457. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_open_interest.py +0 -0
  458. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_order.py +0 -0
  459. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_order_book.py +0 -0
  460. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_position.py +0 -0
  461. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_shared_methods.py +0 -0
  462. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_status.py +0 -0
  463. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_throttle.py +0 -0
  464. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ticker.py +0 -0
  465. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_trade.py +0 -0
  466. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_trading_fee.py +0 -0
  467. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_transaction.py +0 -0
  468. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/test_async.py +0 -0
  469. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/test_sync.py +0 -0
  470. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/dependency_links.txt +0 -0
  471. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/requires.txt +0 -0
  472. {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/top_level.txt +0 -0
  473. {ccxt-3.1.59 → ccxt-4.0.3}/setup.cfg +0 -0
  474. {ccxt-3.1.59 → ccxt-4.0.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ccxt
3
- Version: 3.1.59
3
+ Version: 4.0.3
4
4
  Summary: A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges
5
5
  Home-page: https://ccxt.com
6
6
  Author: Igor Kroitor
@@ -223,13 +223,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
223
223
 
224
224
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
225
225
 
226
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@3.1.59/dist/ccxt.browser.js
227
- * unpkg: https://unpkg.com/ccxt@3.1.59/dist/ccxt.browser.js
226
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.0.3/dist/ccxt.browser.js
227
+ * unpkg: https://unpkg.com/ccxt@4.0.3/dist/ccxt.browser.js
228
228
 
229
229
  CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
230
230
 
231
231
  ```HTML
232
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@3.1.59/dist/ccxt.browser.js"></script>
232
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.0.3/dist/ccxt.browser.js"></script>
233
233
  ```
234
234
 
235
235
  Creates a global `ccxt` object:
@@ -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
 
@@ -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)
@@ -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
@@ -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
 
@@ -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)):