ccxt 4.3.10__tar.gz → 4.3.12__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 (543) hide show
  1. {ccxt-4.3.10/ccxt.egg-info → ccxt-4.3.12}/PKG-INFO +4 -4
  2. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/__init__.py +1 -1
  3. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/blofin.py +2 -0
  4. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/__init__.py +1 -1
  5. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/exchange.py +1 -1
  6. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bigone.py +22 -22
  7. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/binance.py +7 -7
  8. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bingx.py +2 -2
  9. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitget.py +10 -8
  10. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitmart.py +7 -11
  11. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitmex.py +2 -2
  12. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/blofin.py +2 -0
  13. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bybit.py +75 -65
  14. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinbase.py +8 -8
  15. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinbaseinternational.py +2 -2
  16. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinex.py +501 -445
  17. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinlist.py +12 -12
  18. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinmetro.py +2 -2
  19. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/cryptocom.py +16 -16
  20. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/digifinex.py +3 -3
  21. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/gate.py +2 -2
  22. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/hitbtc.py +3 -3
  23. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/htx.py +6 -9
  24. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/indodax.py +2 -2
  25. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/kraken.py +3 -1
  26. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/kucoin.py +4 -4
  27. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/kucoinfutures.py +6 -6
  28. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/mexc.py +5 -5
  29. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/okx.py +9 -9
  30. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/poloniexfutures.py +4 -4
  31. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/probit.py +2 -2
  32. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/whitebit.py +72 -1
  33. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/woo.py +2 -2
  34. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/exchange.py +14 -2
  35. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/types.py +25 -0
  36. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bigone.py +22 -22
  37. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/binance.py +7 -7
  38. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bingx.py +2 -2
  39. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitget.py +10 -8
  40. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitmart.py +7 -11
  41. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitmex.py +2 -2
  42. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/blofin.py +2 -0
  43. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bybit.py +75 -65
  44. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinbase.py +8 -8
  45. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinbaseinternational.py +2 -2
  46. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinex.py +501 -445
  47. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinlist.py +12 -12
  48. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinmetro.py +2 -2
  49. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/cryptocom.py +16 -16
  50. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/digifinex.py +3 -3
  51. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/gate.py +2 -2
  52. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/hitbtc.py +3 -3
  53. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/htx.py +6 -9
  54. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/indodax.py +2 -2
  55. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/kraken.py +3 -1
  56. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/kucoin.py +4 -4
  57. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/kucoinfutures.py +6 -6
  58. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/mexc.py +5 -5
  59. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/okx.py +9 -9
  60. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/poloniexfutures.py +4 -4
  61. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/__init__.py +1 -1
  62. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitget.py +139 -87
  63. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bybit.py +192 -12
  64. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coinbase.py +90 -20
  65. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/mexc.py +21 -1
  66. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/probit.py +2 -2
  67. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_datetime.py +6 -0
  68. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_ledger_entry.py +2 -2
  69. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/whitebit.py +72 -1
  70. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/woo.py +2 -2
  71. {ccxt-4.3.10 → ccxt-4.3.12/ccxt.egg-info}/PKG-INFO +4 -4
  72. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt.egg-info/SOURCES.txt +0 -2
  73. {ccxt-4.3.10 → ccxt-4.3.12}/package.json +6 -5
  74. ccxt-4.3.10/ccxt/async_support/flowbtc.py +0 -34
  75. ccxt-4.3.10/ccxt/flowbtc.py +0 -34
  76. {ccxt-4.3.10 → ccxt-4.3.12}/LICENSE.txt +0 -0
  77. {ccxt-4.3.10 → ccxt-4.3.12}/MANIFEST.in +0 -0
  78. {ccxt-4.3.10 → ccxt-4.3.12}/README.rst +0 -0
  79. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/__init__.py +0 -0
  80. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/ace.py +0 -0
  81. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/alpaca.py +0 -0
  82. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/ascendex.py +0 -0
  83. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bequant.py +0 -0
  84. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bigone.py +0 -0
  85. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/binance.py +0 -0
  86. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/binancecoinm.py +0 -0
  87. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/binanceus.py +0 -0
  88. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/binanceusdm.py +0 -0
  89. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bingx.py +0 -0
  90. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bit2c.py +0 -0
  91. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitbank.py +0 -0
  92. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitbay.py +0 -0
  93. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitbns.py +0 -0
  94. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitcoincom.py +0 -0
  95. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitfinex.py +0 -0
  96. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitfinex2.py +0 -0
  97. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitflyer.py +0 -0
  98. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitget.py +0 -0
  99. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bithumb.py +0 -0
  100. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitmart.py +0 -0
  101. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitmex.py +0 -0
  102. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitopro.py +0 -0
  103. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitpanda.py +0 -0
  104. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitrue.py +0 -0
  105. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitso.py +0 -0
  106. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitstamp.py +0 -0
  107. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitteam.py +0 -0
  108. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bitvavo.py +0 -0
  109. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bl3p.py +0 -0
  110. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/blockchaincom.py +0 -0
  111. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/btcalpha.py +0 -0
  112. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/btcbox.py +0 -0
  113. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/btcmarkets.py +0 -0
  114. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/btcturk.py +0 -0
  115. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/bybit.py +0 -0
  116. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/cex.py +0 -0
  117. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinbase.py +0 -0
  118. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinbaseinternational.py +0 -0
  119. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinbasepro.py +0 -0
  120. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coincheck.py +0 -0
  121. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinex.py +0 -0
  122. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinlist.py +0 -0
  123. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinmate.py +0 -0
  124. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinmetro.py +0 -0
  125. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinone.py +0 -0
  126. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinsph.py +0 -0
  127. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/coinspot.py +0 -0
  128. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/cryptocom.py +0 -0
  129. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/currencycom.py +0 -0
  130. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/delta.py +0 -0
  131. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/deribit.py +0 -0
  132. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/digifinex.py +0 -0
  133. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/exmo.py +0 -0
  134. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/fmfwio.py +0 -0
  135. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/gate.py +0 -0
  136. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/gateio.py +0 -0
  137. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/gemini.py +0 -0
  138. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/hitbtc.py +0 -0
  139. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/hitbtc3.py +0 -0
  140. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/hollaex.py +0 -0
  141. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/htx.py +0 -0
  142. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/huobi.py +0 -0
  143. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/huobijp.py +0 -0
  144. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/hyperliquid.py +0 -0
  145. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/idex.py +0 -0
  146. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/independentreserve.py +0 -0
  147. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/indodax.py +0 -0
  148. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/kraken.py +0 -0
  149. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/krakenfutures.py +0 -0
  150. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/kucoin.py +0 -0
  151. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/kucoinfutures.py +0 -0
  152. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/kuna.py +0 -0
  153. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/latoken.py +0 -0
  154. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/lbank.py +0 -0
  155. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/luno.py +0 -0
  156. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/lykke.py +0 -0
  157. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/mercado.py +0 -0
  158. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/mexc.py +0 -0
  159. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/ndax.py +0 -0
  160. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/novadax.py +0 -0
  161. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/oceanex.py +0 -0
  162. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/okcoin.py +0 -0
  163. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/okx.py +0 -0
  164. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/onetrading.py +0 -0
  165. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/p2b.py +0 -0
  166. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/paymium.py +0 -0
  167. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/phemex.py +0 -0
  168. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/poloniex.py +0 -0
  169. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/poloniexfutures.py +0 -0
  170. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/probit.py +0 -0
  171. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/timex.py +0 -0
  172. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/tokocrypto.py +0 -0
  173. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/tradeogre.py +0 -0
  174. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/upbit.py +0 -0
  175. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/wavesexchange.py +0 -0
  176. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/wazirx.py +0 -0
  177. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/whitebit.py +0 -0
  178. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/woo.py +0 -0
  179. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/yobit.py +0 -0
  180. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/zaif.py +0 -0
  181. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/abstract/zonda.py +0 -0
  182. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/ace.py +0 -0
  183. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/alpaca.py +0 -0
  184. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/ascendex.py +0 -0
  185. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/ace.py +0 -0
  186. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/alpaca.py +0 -0
  187. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/ascendex.py +0 -0
  188. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/__init__.py +0 -0
  189. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/throttler.py +0 -0
  190. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/__init__.py +0 -0
  191. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
  192. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/cache.py +0 -0
  193. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/client.py +0 -0
  194. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/fast_client.py +0 -0
  195. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/functions.py +0 -0
  196. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/future.py +0 -0
  197. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/order_book.py +0 -0
  198. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/base/ws/order_book_side.py +0 -0
  199. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bequant.py +0 -0
  200. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/binancecoinm.py +0 -0
  201. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/binanceus.py +0 -0
  202. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/binanceusdm.py +0 -0
  203. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bit2c.py +0 -0
  204. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitbank.py +0 -0
  205. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitbay.py +0 -0
  206. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitbns.py +0 -0
  207. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitcoincom.py +0 -0
  208. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitfinex.py +0 -0
  209. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitfinex2.py +0 -0
  210. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitflyer.py +0 -0
  211. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bithumb.py +0 -0
  212. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitopro.py +0 -0
  213. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitpanda.py +0 -0
  214. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitrue.py +0 -0
  215. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitso.py +0 -0
  216. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitstamp.py +0 -0
  217. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitteam.py +0 -0
  218. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bitvavo.py +0 -0
  219. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/bl3p.py +0 -0
  220. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/blockchaincom.py +0 -0
  221. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/btcalpha.py +0 -0
  222. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/btcbox.py +0 -0
  223. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/btcmarkets.py +0 -0
  224. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/btcturk.py +0 -0
  225. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/cex.py +0 -0
  226. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinbasepro.py +0 -0
  227. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coincheck.py +0 -0
  228. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinmate.py +0 -0
  229. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinone.py +0 -0
  230. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinsph.py +0 -0
  231. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/coinspot.py +0 -0
  232. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/currencycom.py +0 -0
  233. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/delta.py +0 -0
  234. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/deribit.py +0 -0
  235. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/exmo.py +0 -0
  236. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/fmfwio.py +0 -0
  237. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/gateio.py +0 -0
  238. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/gemini.py +0 -0
  239. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/hitbtc3.py +0 -0
  240. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/hollaex.py +0 -0
  241. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/huobi.py +0 -0
  242. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/huobijp.py +0 -0
  243. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/hyperliquid.py +0 -0
  244. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/idex.py +0 -0
  245. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/independentreserve.py +0 -0
  246. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/krakenfutures.py +0 -0
  247. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/kuna.py +0 -0
  248. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/latoken.py +0 -0
  249. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/lbank.py +0 -0
  250. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/luno.py +0 -0
  251. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/lykke.py +0 -0
  252. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/mercado.py +0 -0
  253. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/ndax.py +0 -0
  254. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/novadax.py +0 -0
  255. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/oceanex.py +0 -0
  256. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/okcoin.py +0 -0
  257. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/onetrading.py +0 -0
  258. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/p2b.py +0 -0
  259. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/paymium.py +0 -0
  260. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/phemex.py +0 -0
  261. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/poloniex.py +0 -0
  262. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/timex.py +0 -0
  263. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/tokocrypto.py +0 -0
  264. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/tradeogre.py +0 -0
  265. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/upbit.py +0 -0
  266. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/wavesexchange.py +0 -0
  267. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/wazirx.py +0 -0
  268. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/yobit.py +0 -0
  269. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/zaif.py +0 -0
  270. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/async_support/zonda.py +0 -0
  271. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/__init__.py +0 -0
  272. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/decimal_to_precision.py +0 -0
  273. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/errors.py +0 -0
  274. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/base/precise.py +0 -0
  275. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bequant.py +0 -0
  276. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/binancecoinm.py +0 -0
  277. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/binanceus.py +0 -0
  278. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/binanceusdm.py +0 -0
  279. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bit2c.py +0 -0
  280. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitbank.py +0 -0
  281. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitbay.py +0 -0
  282. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitbns.py +0 -0
  283. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitcoincom.py +0 -0
  284. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitfinex.py +0 -0
  285. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitfinex2.py +0 -0
  286. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitflyer.py +0 -0
  287. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bithumb.py +0 -0
  288. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitopro.py +0 -0
  289. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitpanda.py +0 -0
  290. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitrue.py +0 -0
  291. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitso.py +0 -0
  292. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitstamp.py +0 -0
  293. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitteam.py +0 -0
  294. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bitvavo.py +0 -0
  295. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/bl3p.py +0 -0
  296. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/blockchaincom.py +0 -0
  297. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/btcalpha.py +0 -0
  298. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/btcbox.py +0 -0
  299. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/btcmarkets.py +0 -0
  300. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/btcturk.py +0 -0
  301. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/cex.py +0 -0
  302. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinbasepro.py +0 -0
  303. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coincheck.py +0 -0
  304. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinmate.py +0 -0
  305. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinone.py +0 -0
  306. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinsph.py +0 -0
  307. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/coinspot.py +0 -0
  308. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/currencycom.py +0 -0
  309. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/delta.py +0 -0
  310. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/deribit.py +0 -0
  311. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/exmo.py +0 -0
  312. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/fmfwio.py +0 -0
  313. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/gateio.py +0 -0
  314. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/gemini.py +0 -0
  315. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/hitbtc3.py +0 -0
  316. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/hollaex.py +0 -0
  317. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/huobi.py +0 -0
  318. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/huobijp.py +0 -0
  319. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/hyperliquid.py +0 -0
  320. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/idex.py +0 -0
  321. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/independentreserve.py +0 -0
  322. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/krakenfutures.py +0 -0
  323. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/kuna.py +0 -0
  324. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/latoken.py +0 -0
  325. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/lbank.py +0 -0
  326. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/luno.py +0 -0
  327. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/lykke.py +0 -0
  328. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/mercado.py +0 -0
  329. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/ndax.py +0 -0
  330. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/novadax.py +0 -0
  331. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/oceanex.py +0 -0
  332. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/okcoin.py +0 -0
  333. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/onetrading.py +0 -0
  334. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/p2b.py +0 -0
  335. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/paymium.py +0 -0
  336. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/phemex.py +0 -0
  337. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/poloniex.py +0 -0
  338. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/alpaca.py +0 -0
  339. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/ascendex.py +0 -0
  340. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bequant.py +0 -0
  341. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/binance.py +0 -0
  342. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/binancecoinm.py +0 -0
  343. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/binanceus.py +0 -0
  344. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/binanceusdm.py +0 -0
  345. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bingx.py +0 -0
  346. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitcoincom.py +0 -0
  347. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitfinex.py +0 -0
  348. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitfinex2.py +0 -0
  349. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bithumb.py +0 -0
  350. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitmart.py +0 -0
  351. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitmex.py +0 -0
  352. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitopro.py +0 -0
  353. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitpanda.py +0 -0
  354. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitrue.py +0 -0
  355. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitstamp.py +0 -0
  356. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/bitvavo.py +0 -0
  357. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/blockchaincom.py +0 -0
  358. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/cex.py +0 -0
  359. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coinbaseinternational.py +0 -0
  360. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coinbasepro.py +0 -0
  361. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coincheck.py +0 -0
  362. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coinex.py +0 -0
  363. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/coinone.py +0 -0
  364. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/cryptocom.py +0 -0
  365. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/currencycom.py +0 -0
  366. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/deribit.py +0 -0
  367. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/exmo.py +0 -0
  368. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/gate.py +0 -0
  369. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/gateio.py +0 -0
  370. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/gemini.py +0 -0
  371. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/hitbtc.py +0 -0
  372. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/hollaex.py +0 -0
  373. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/htx.py +0 -0
  374. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/huobi.py +0 -0
  375. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/huobijp.py +0 -0
  376. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/hyperliquid.py +0 -0
  377. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/idex.py +0 -0
  378. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/independentreserve.py +0 -0
  379. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/kraken.py +0 -0
  380. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/krakenfutures.py +0 -0
  381. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/kucoin.py +0 -0
  382. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/kucoinfutures.py +0 -0
  383. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/lbank.py +0 -0
  384. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/luno.py +0 -0
  385. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/ndax.py +0 -0
  386. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/okcoin.py +0 -0
  387. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/okx.py +0 -0
  388. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/onetrading.py +0 -0
  389. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/p2b.py +0 -0
  390. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/phemex.py +0 -0
  391. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/poloniex.py +0 -0
  392. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/poloniexfutures.py +0 -0
  393. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/probit.py +0 -0
  394. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/upbit.py +0 -0
  395. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/wazirx.py +0 -0
  396. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/whitebit.py +0 -0
  397. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/pro/woo.py +0 -0
  398. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/__init__.py +0 -0
  399. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
  400. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
  401. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
  402. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/der.py +0 -0
  403. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
  404. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
  405. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
  406. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
  407. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
  408. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ecdsa/util.py +0 -0
  409. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
  410. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
  411. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
  412. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
  413. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
  414. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
  415. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
  416. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
  417. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
  418. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
  419. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
  420. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
  421. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
  422. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
  423. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
  424. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
  425. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
  426. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
  427. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
  428. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
  429. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
  430. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
  431. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
  432. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
  433. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
  434. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
  435. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
  436. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
  437. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
  438. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
  439. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
  440. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
  441. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
  442. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
  443. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
  444. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
  445. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
  446. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
  447. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
  448. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
  449. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
  450. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
  451. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
  452. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
  453. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
  454. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
  455. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
  456. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
  457. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
  458. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
  459. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
  460. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
  461. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
  462. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
  463. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
  464. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
  465. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
  466. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
  467. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
  468. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
  469. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
  470. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
  471. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/keccak/__init__.py +0 -0
  472. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/keccak/keccak.py +0 -0
  473. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
  474. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
  475. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/msgpack/ext.py +0 -0
  476. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
  477. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
  478. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
  479. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
  480. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
  481. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
  482. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
  483. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/__init__.py +0 -0
  484. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
  485. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/_version.py +0 -0
  486. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
  487. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
  488. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
  489. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
  490. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
  491. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
  492. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
  493. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/recipes.py +0 -0
  494. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/static_dependencies/toolz/utils.py +0 -0
  495. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/__init__.py +0 -0
  496. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/__init__.py +0 -0
  497. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_account.py +0 -0
  498. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_balance.py +0 -0
  499. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_borrow_interest.py +0 -0
  500. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_borrow_rate.py +0 -0
  501. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_calculate_fee.py +0 -0
  502. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_crypto.py +0 -0
  503. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_currency.py +0 -0
  504. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_decimal_to_precision.py +0 -0
  505. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_deep_extend.py +0 -0
  506. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
  507. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
  508. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_funding_rate_history.py +0 -0
  509. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_last_price.py +0 -0
  510. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_ledger_item.py +0 -0
  511. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_leverage_tier.py +0 -0
  512. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_margin_mode.py +0 -0
  513. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_margin_modification.py +0 -0
  514. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_market.py +0 -0
  515. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_number.py +0 -0
  516. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_ohlcv.py +0 -0
  517. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_open_interest.py +0 -0
  518. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_order.py +0 -0
  519. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_order_book.py +0 -0
  520. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_position.py +0 -0
  521. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_shared_methods.py +0 -0
  522. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_status.py +0 -0
  523. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_throttle.py +0 -0
  524. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_ticker.py +0 -0
  525. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_trade.py +0 -0
  526. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_trading_fee.py +0 -0
  527. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/base/test_transaction.py +0 -0
  528. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/test_async.py +0 -0
  529. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/test/test_sync.py +0 -0
  530. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/timex.py +0 -0
  531. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/tokocrypto.py +0 -0
  532. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/tradeogre.py +0 -0
  533. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/upbit.py +0 -0
  534. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/wavesexchange.py +0 -0
  535. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/wazirx.py +0 -0
  536. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/yobit.py +0 -0
  537. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/zaif.py +0 -0
  538. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt/zonda.py +0 -0
  539. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt.egg-info/dependency_links.txt +0 -0
  540. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt.egg-info/requires.txt +0 -0
  541. {ccxt-4.3.10 → ccxt-4.3.12}/ccxt.egg-info/top_level.txt +0 -0
  542. {ccxt-4.3.10 → ccxt-4.3.12}/setup.cfg +0 -0
  543. {ccxt-4.3.10 → ccxt-4.3.12}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ccxt
3
- Version: 4.3.10
3
+ Version: 4.3.12
4
4
  Summary: A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges
5
5
  Home-page: https://ccxt.com
6
6
  Author: Igor Kroitor
@@ -226,13 +226,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
226
226
 
227
227
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
228
228
 
229
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.10/dist/ccxt.browser.js
230
- * unpkg: https://unpkg.com/ccxt@4.3.10/dist/ccxt.browser.js
229
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.12/dist/ccxt.browser.js
230
+ * unpkg: https://unpkg.com/ccxt@4.3.12/dist/ccxt.browser.js
231
231
 
232
232
  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.
233
233
 
234
234
  ```HTML
235
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.10/dist/ccxt.browser.js"></script>
235
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.12/dist/ccxt.browser.js"></script>
236
236
  ```
237
237
 
238
238
  Creates a global `ccxt` object:
@@ -22,7 +22,7 @@
22
22
 
23
23
  # ----------------------------------------------------------------------------
24
24
 
25
- __version__ = '4.3.10'
25
+ __version__ = '4.3.12'
26
26
 
27
27
  # ----------------------------------------------------------------------------
28
28
 
@@ -24,6 +24,8 @@ class ImplicitAPI:
24
24
  private_get_trade_orders_tpsl_pending = privateGetTradeOrdersTpslPending = Entry('trade/orders-tpsl-pending', 'private', 'GET', {'cost': 1})
25
25
  private_get_trade_orders_history = privateGetTradeOrdersHistory = Entry('trade/orders-history', 'private', 'GET', {'cost': 1})
26
26
  private_get_trade_orders_tpsl_history = privateGetTradeOrdersTpslHistory = Entry('trade/orders-tpsl-history', 'private', 'GET', {'cost': 1})
27
+ private_get_user_query_apikey = privateGetUserQueryApikey = Entry('user/query-apikey', 'private', 'GET', {'cost': 1})
28
+ private_get_affiliate_basic = privateGetAffiliateBasic = Entry('affiliate/basic', 'private', 'GET', {'cost': 1})
27
29
  private_post_trade_order = privatePostTradeOrder = Entry('trade/order', 'private', 'POST', {'cost': 1})
28
30
  private_post_trade_cancel_order = privatePostTradeCancelOrder = Entry('trade/cancel-order', 'private', 'POST', {'cost': 1})
29
31
  private_post_account_set_leverage = privatePostAccountSetLeverage = Entry('account/set-leverage', 'private', 'POST', {'cost': 1})
@@ -4,7 +4,7 @@
4
4
 
5
5
  # -----------------------------------------------------------------------------
6
6
 
7
- __version__ = '4.3.10'
7
+ __version__ = '4.3.12'
8
8
 
9
9
  # -----------------------------------------------------------------------------
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------
4
4
 
5
- __version__ = '4.3.10'
5
+ __version__ = '4.3.12'
6
6
 
7
7
  # -----------------------------------------------------------------------------
8
8
 
@@ -445,16 +445,16 @@ class bigone(Exchange, ImplicitAPI):
445
445
  # ],
446
446
  # }
447
447
  #
448
- currenciesData = self.safe_value(data, 'data', [])
448
+ currenciesData = self.safe_list(data, 'data', [])
449
449
  result = {}
450
450
  for i in range(0, len(currenciesData)):
451
451
  currency = currenciesData[i]
452
452
  id = self.safe_string(currency, 'symbol')
453
453
  code = self.safe_currency_code(id)
454
454
  name = self.safe_string(currency, 'name')
455
- type = 'fiat' if self.safe_value(currency, 'is_fiat') else 'crypto'
455
+ type = 'fiat' if self.safe_bool(currency, 'is_fiat') else 'crypto'
456
456
  networks = {}
457
- chains = self.safe_value(currency, 'binding_gateways', [])
457
+ chains = self.safe_list(currency, 'binding_gateways', [])
458
458
  currencyMaxPrecision = self.parse_precision(self.safe_string_2(currency, 'withdrawal_scale', 'scale'))
459
459
  currencyDepositEnabled: Bool = None
460
460
  currencyWithdrawEnabled: Bool = None
@@ -462,8 +462,8 @@ class bigone(Exchange, ImplicitAPI):
462
462
  chain = chains[j]
463
463
  networkId = self.safe_string(chain, 'gateway_name')
464
464
  networkCode = self.network_id_to_code(networkId)
465
- deposit = self.safe_value(chain, 'is_deposit_enabled')
466
- withdraw = self.safe_value(chain, 'is_withdrawal_enabled')
465
+ deposit = self.safe_bool(chain, 'is_deposit_enabled')
466
+ withdraw = self.safe_bool(chain, 'is_withdrawal_enabled')
467
467
  isActive = (deposit and withdraw)
468
468
  minDepositAmount = self.safe_string(chain, 'min_deposit_amount')
469
469
  minWithdrawalAmount = self.safe_string(chain, 'min_withdrawal_amount')
@@ -582,12 +582,12 @@ class bigone(Exchange, ImplicitAPI):
582
582
  # ...
583
583
  # ]
584
584
  #
585
- markets = self.safe_value(response, 'data', [])
585
+ markets = self.safe_list(response, 'data', [])
586
586
  result = []
587
587
  for i in range(0, len(markets)):
588
588
  market = markets[i]
589
- baseAsset = self.safe_value(market, 'base_asset', {})
590
- quoteAsset = self.safe_value(market, 'quote_asset', {})
589
+ baseAsset = self.safe_dict(market, 'base_asset', {})
590
+ quoteAsset = self.safe_dict(market, 'quote_asset', {})
591
591
  baseId = self.safe_string(baseAsset, 'symbol')
592
592
  quoteId = self.safe_string(quoteAsset, 'symbol')
593
593
  base = self.safe_currency_code(baseId)
@@ -651,7 +651,7 @@ class bigone(Exchange, ImplicitAPI):
651
651
  base = self.safe_currency_code(baseId)
652
652
  quote = self.safe_currency_code(quoteId)
653
653
  settle = self.safe_currency_code(settleId)
654
- inverse = self.safe_value(market, 'isInverse')
654
+ inverse = self.safe_bool(market, 'isInverse')
655
655
  result.append(self.safe_market_structure({
656
656
  'id': marketId,
657
657
  'symbol': base + '/' + quote + ':' + settle,
@@ -667,7 +667,7 @@ class bigone(Exchange, ImplicitAPI):
667
667
  'swap': True,
668
668
  'future': False,
669
669
  'option': False,
670
- 'active': self.safe_value(market, 'enable'),
670
+ 'active': self.safe_bool(market, 'enable'),
671
671
  'contract': True,
672
672
  'linear': not inverse,
673
673
  'inverse': inverse,
@@ -753,8 +753,8 @@ class bigone(Exchange, ImplicitAPI):
753
753
  marketId = self.safe_string_2(ticker, 'asset_pair_name', 'symbol')
754
754
  symbol = self.safe_symbol(marketId, market, '-', marketType)
755
755
  close = self.safe_string_2(ticker, 'close', 'latestPrice')
756
- bid = self.safe_value(ticker, 'bid', {})
757
- ask = self.safe_value(ticker, 'ask', {})
756
+ bid = self.safe_dict(ticker, 'bid', {})
757
+ ask = self.safe_dict(ticker, 'ask', {})
758
758
  return self.safe_ticker({
759
759
  'symbol': symbol,
760
760
  'timestamp': None,
@@ -868,7 +868,7 @@ class bigone(Exchange, ImplicitAPI):
868
868
  # ]
869
869
  # }
870
870
  #
871
- data = self.safe_value(response, 'data', [])
871
+ data = self.safe_list(response, 'data', [])
872
872
  else:
873
873
  data = await self.contractPublicGetInstruments(params)
874
874
  #
@@ -914,7 +914,7 @@ class bigone(Exchange, ImplicitAPI):
914
914
  # }
915
915
  # }
916
916
  #
917
- data = self.safe_value(response, 'data', {})
917
+ data = self.safe_dict(response, 'data', {})
918
918
  timestamp = self.safe_integer(data, 'Timestamp')
919
919
  return self.parse_to_int(timestamp / 1000000)
920
920
 
@@ -1255,7 +1255,7 @@ class bigone(Exchange, ImplicitAPI):
1255
1255
  'timestamp': None,
1256
1256
  'datetime': None,
1257
1257
  }
1258
- balances = self.safe_value(response, 'data', [])
1258
+ balances = self.safe_list(response, 'data', [])
1259
1259
  for i in range(0, len(balances)):
1260
1260
  balance = balances[i]
1261
1261
  symbol = self.safe_string(balance, 'asset_symbol')
@@ -1335,7 +1335,7 @@ class bigone(Exchange, ImplicitAPI):
1335
1335
  triggerPrice = self.safe_string(order, 'stop_price')
1336
1336
  if Precise.string_eq(triggerPrice, '0'):
1337
1337
  triggerPrice = None
1338
- immediateOrCancel = self.safe_value(order, 'immediate_or_cancel')
1338
+ immediateOrCancel = self.safe_bool(order, 'immediate_or_cancel')
1339
1339
  timeInForce = None
1340
1340
  if immediateOrCancel:
1341
1341
  timeInForce = 'IOC'
@@ -1359,7 +1359,7 @@ class bigone(Exchange, ImplicitAPI):
1359
1359
  'symbol': symbol,
1360
1360
  'type': type,
1361
1361
  'timeInForce': timeInForce,
1362
- 'postOnly': self.safe_value(order, 'post_only'),
1362
+ 'postOnly': self.safe_bool(order, 'post_only'),
1363
1363
  'side': side,
1364
1364
  'price': price,
1365
1365
  'stopPrice': triggerPrice,
@@ -1763,13 +1763,13 @@ class bigone(Exchange, ImplicitAPI):
1763
1763
  # ]
1764
1764
  # }
1765
1765
  #
1766
- data = self.safe_value(response, 'data', [])
1766
+ data = self.safe_list(response, 'data', [])
1767
1767
  dataLength = len(data)
1768
1768
  if dataLength < 1:
1769
1769
  raise ExchangeError(self.id + ' fetchDepositAddress() returned empty address response')
1770
1770
  chainsIndexedById = self.index_by(data, 'chain')
1771
1771
  selectedNetworkId = self.select_network_id_from_raw_networks(code, networkCode, chainsIndexedById)
1772
- addressObject = self.safe_value(chainsIndexedById, selectedNetworkId, {})
1772
+ addressObject = self.safe_dict(chainsIndexedById, selectedNetworkId, {})
1773
1773
  address = self.safe_string(addressObject, 'value')
1774
1774
  tag = self.safe_string(addressObject, 'memo')
1775
1775
  self.check_address(address)
@@ -1855,7 +1855,7 @@ class bigone(Exchange, ImplicitAPI):
1855
1855
  address = self.safe_string(transaction, 'target_address')
1856
1856
  tag = self.safe_string(transaction, 'memo')
1857
1857
  type = 'withdrawal' if ('customer_id' in transaction) else 'deposit'
1858
- internal = self.safe_value(transaction, 'is_internal')
1858
+ internal = self.safe_bool(transaction, 'is_internal')
1859
1859
  return {
1860
1860
  'info': transaction,
1861
1861
  'id': id,
@@ -1988,7 +1988,7 @@ class bigone(Exchange, ImplicitAPI):
1988
1988
  """
1989
1989
  await self.load_markets()
1990
1990
  currency = self.currency(code)
1991
- accountsByType = self.safe_value(self.options, 'accountsByType', {})
1991
+ accountsByType = self.safe_dict(self.options, 'accountsByType', {})
1992
1992
  fromId = self.safe_string(accountsByType, fromAccount, fromAccount)
1993
1993
  toId = self.safe_string(accountsByType, toAccount, toAccount)
1994
1994
  guid = self.safe_string(params, 'guid', self.uuid())
@@ -2009,7 +2009,7 @@ class bigone(Exchange, ImplicitAPI):
2009
2009
  # }
2010
2010
  #
2011
2011
  transfer = self.parse_transfer(response, currency)
2012
- transferOptions = self.safe_value(self.options, 'transfer', {})
2012
+ transferOptions = self.safe_dict(self.options, 'transfer', {})
2013
2013
  fillResponseFromRequest = self.safe_bool(transferOptions, 'fillResponseFromRequest', True)
2014
2014
  if fillResponseFromRequest:
2015
2015
  transfer['fromAccount'] = fromAccount
@@ -8,7 +8,7 @@ from ccxt.abstract.binance import ImplicitAPI
8
8
  import asyncio
9
9
  import hashlib
10
10
  import json
11
- from ccxt.base.types import Balances, Conversion, Currencies, Currency, Greeks, Int, Leverage, Leverages, MarginMode, MarginModes, MarginModification, Market, MarketInterface, Num, Option, Order, OrderBook, OrderRequest, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, TradingFees, Transaction, TransferEntry
11
+ from ccxt.base.types import Balances, Conversion, CrossBorrowRate, Currencies, Currency, Greeks, Int, Leverage, Leverages, MarginMode, MarginModes, MarginModification, Market, MarketInterface, Num, Option, Order, OrderBook, OrderRequest, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, TradingFees, Transaction, TransferEntry
12
12
  from typing import List
13
13
  from ccxt.base.errors import ExchangeError
14
14
  from ccxt.base.errors import AuthenticationError
@@ -1122,7 +1122,7 @@ class binance(Exchange, ImplicitAPI):
1122
1122
  'feeSide': 'quote',
1123
1123
  'tierBased': True,
1124
1124
  'percentage': True,
1125
- 'taker': self.parse_number('0.000400'),
1125
+ 'taker': self.parse_number('0.000500'),
1126
1126
  'maker': self.parse_number('0.000200'),
1127
1127
  'tiers': {
1128
1128
  'taker': [
@@ -8412,9 +8412,9 @@ class binance(Exchange, ImplicitAPI):
8412
8412
  params = self.omit(params, 'type')
8413
8413
  if since is not None:
8414
8414
  request['startTime'] = since
8415
- until = self.safe_integer_2(params, 'until', 'till') # unified in milliseconds
8415
+ until = self.safe_integer(params, 'until') # unified in milliseconds
8416
8416
  endTime = self.safe_integer(params, 'endTime', until) # exchange-specific in milliseconds
8417
- params = self.omit(params, ['endTime', 'till', 'until'])
8417
+ params = self.omit(params, ['endTime', 'until'])
8418
8418
  if endTime is not None:
8419
8419
  request['endTime'] = endTime
8420
8420
  if limit is not None:
@@ -10406,7 +10406,7 @@ class binance(Exchange, ImplicitAPI):
10406
10406
  """
10407
10407
  return await self.modify_margin_helper(symbol, amount, 1, params)
10408
10408
 
10409
- async def fetch_cross_borrow_rate(self, code: str, params={}):
10409
+ async def fetch_cross_borrow_rate(self, code: str, params={}) -> CrossBorrowRate:
10410
10410
  """
10411
10411
  fetch the rate of interest to borrow a currency for margin trading
10412
10412
  :see: https://binance-docs.github.io/apidocs/spot/en/#query-margin-interest-rate-history-user_data
@@ -10852,9 +10852,9 @@ class binance(Exchange, ImplicitAPI):
10852
10852
  request['contractType'] = self.safe_string(params, 'contractType', 'CURRENT_QUARTER')
10853
10853
  if since is not None:
10854
10854
  request['startTime'] = since
10855
- until = self.safe_integer_2(params, 'until', 'till') # unified in milliseconds
10855
+ until = self.safe_integer(params, 'until') # unified in milliseconds
10856
10856
  endTime = self.safe_integer(params, 'endTime', until) # exchange-specific in milliseconds
10857
- params = self.omit(params, ['endTime', 'until', 'till'])
10857
+ params = self.omit(params, ['endTime', 'until'])
10858
10858
  if endTime:
10859
10859
  request['endTime'] = endTime
10860
10860
  elif since:
@@ -2735,9 +2735,9 @@ class bingx(Exchange, ImplicitAPI):
2735
2735
  request['limit'] = limit
2736
2736
  if since is not None:
2737
2737
  request['startTime'] = since
2738
- until = self.safe_integer_2(params, 'until', 'till') # unified in milliseconds
2738
+ until = self.safe_integer(params, 'until') # unified in milliseconds
2739
2739
  endTime = self.safe_integer(params, 'endTime', until) # exchange-specific in milliseconds
2740
- params = self.omit(params, ['endTime', 'till', 'until'])
2740
+ params = self.omit(params, ['endTime', 'until'])
2741
2741
  if endTime is not None:
2742
2742
  request['endTime'] = endTime
2743
2743
  response = await self.swapV1PrivateGetTradeFullOrder(self.extend(request, params))
@@ -8,7 +8,7 @@ from ccxt.abstract.bitget import ImplicitAPI
8
8
  import asyncio
9
9
  import hashlib
10
10
  import json
11
- from ccxt.base.types import Balances, Conversion, Currencies, Currency, FundingHistory, Int, Liquidation, Leverage, MarginMode, MarginModification, Market, Num, Order, OrderBook, OrderRequest, OrderSide, OrderType, Position, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, TradingFees, Transaction, TransferEntry
11
+ from ccxt.base.types import Balances, Conversion, CrossBorrowRate, Currencies, Currency, FundingHistory, Int, IsolatedBorrowRate, Leverage, Liquidation, MarginMode, MarginModification, Market, Num, Order, OrderBook, OrderRequest, OrderSide, OrderType, Position, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, TradingFees, Transaction, TransferEntry
12
12
  from typing import List
13
13
  from ccxt.base.errors import ExchangeError
14
14
  from ccxt.base.errors import AuthenticationError
@@ -3241,11 +3241,11 @@ class bitget(Exchange, ImplicitAPI):
3241
3241
  'symbol': market['id'],
3242
3242
  'granularity': self.safe_string(timeframes, timeframe, timeframe),
3243
3243
  }
3244
- until = self.safe_integer_2(params, 'until', 'till')
3244
+ until = self.safe_integer(params, 'until')
3245
3245
  limitDefined = limit is not None
3246
3246
  sinceDefined = since is not None
3247
3247
  untilDefined = until is not None
3248
- params = self.omit(params, ['until', 'till'])
3248
+ params = self.omit(params, ['until'])
3249
3249
  response = None
3250
3250
  now = self.milliseconds()
3251
3251
  # retrievable periods listed here:
@@ -4358,6 +4358,8 @@ class bitget(Exchange, ImplicitAPI):
4358
4358
  params = self.omit(params, ['stopPrice', 'triggerType', 'stopLossPrice', 'takeProfitPrice', 'stopLoss', 'takeProfit', 'clientOrderId', 'trailingTriggerPrice', 'trailingPercent'])
4359
4359
  response = None
4360
4360
  if market['spot']:
4361
+ if triggerPrice is None:
4362
+ raise NotSupported(self.id + 'editOrder() only supports plan/trigger spot orders')
4361
4363
  editMarketBuyOrderRequiresPrice = self.safe_bool(self.options, 'editMarketBuyOrderRequiresPrice', True)
4362
4364
  if editMarketBuyOrderRequiresPrice and isMarketOrder and (side == 'buy'):
4363
4365
  if price is None:
@@ -5255,8 +5257,8 @@ class bitget(Exchange, ImplicitAPI):
5255
5257
  if stop:
5256
5258
  if symbol is None:
5257
5259
  raise ArgumentsRequired(self.id + ' fetchCanceledAndClosedOrders() requires a symbol argument')
5258
- endTime = self.safe_integer_n(params, ['endTime', 'until', 'till'])
5259
- params = self.omit(params, ['until', 'till'])
5260
+ endTime = self.safe_integer_n(params, ['endTime', 'until'])
5261
+ params = self.omit(params, ['until'])
5260
5262
  if since is None:
5261
5263
  since = now - 7776000000
5262
5264
  request['startTime'] = since
@@ -7380,7 +7382,7 @@ class bitget(Exchange, ImplicitAPI):
7380
7382
  'datetime': self.iso8601(timestamp),
7381
7383
  })
7382
7384
 
7383
- async def fetch_isolated_borrow_rate(self, symbol: str, params={}):
7385
+ async def fetch_isolated_borrow_rate(self, symbol: str, params={}) -> IsolatedBorrowRate:
7384
7386
  """
7385
7387
  fetch the rate of interest to borrow a currency for margin trading
7386
7388
  :see: https://www.bitget.com/api-doc/margin/isolated/account/Isolated-Margin-Interest-Rate-And-Max-Borrowable-Amount
@@ -7441,7 +7443,7 @@ class bitget(Exchange, ImplicitAPI):
7441
7443
  first['timestamp'] = timestamp
7442
7444
  return self.parse_isolated_borrow_rate(first, market)
7443
7445
 
7444
- def parse_isolated_borrow_rate(self, info, market: Market = None):
7446
+ def parse_isolated_borrow_rate(self, info, market: Market = None) -> IsolatedBorrowRate:
7445
7447
  #
7446
7448
  # {
7447
7449
  # "symbol": "BTCUSDT",
@@ -7493,7 +7495,7 @@ class bitget(Exchange, ImplicitAPI):
7493
7495
  'info': info,
7494
7496
  }
7495
7497
 
7496
- async def fetch_cross_borrow_rate(self, code: str, params={}):
7498
+ async def fetch_cross_borrow_rate(self, code: str, params={}) -> CrossBorrowRate:
7497
7499
  """
7498
7500
  fetch the rate of interest to borrow a currency for margin trading
7499
7501
  :see: https://www.bitget.com/api-doc/margin/cross/account/Get-Cross-Margin-Interest-Rate-And-Borrowable
@@ -6,7 +6,7 @@
6
6
  from ccxt.async_support.base.exchange import Exchange
7
7
  from ccxt.abstract.bitmart import ImplicitAPI
8
8
  import hashlib
9
- from ccxt.base.types import Balances, Currencies, Currency, Int, Market, Num, Order, OrderBook, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, Transaction, TransferEntry
9
+ from ccxt.base.types import Balances, Currencies, Currency, Int, IsolatedBorrowRate, IsolatedBorrowRates, Market, Num, Order, OrderBook, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, Transaction, TransferEntry
10
10
  from typing import List
11
11
  from ccxt.base.errors import ExchangeError
12
12
  from ccxt.base.errors import AuthenticationError
@@ -3342,7 +3342,7 @@ class bitmart(Exchange, ImplicitAPI):
3342
3342
  'info': info,
3343
3343
  }
3344
3344
 
3345
- async def fetch_isolated_borrow_rate(self, symbol: str, params={}):
3345
+ async def fetch_isolated_borrow_rate(self, symbol: str, params={}) -> IsolatedBorrowRate:
3346
3346
  """
3347
3347
  fetch the rate of interest to borrow a currency for margin trading
3348
3348
  :see: https://developer-pro.bitmart.com/en/spot/#get-trading-pair-borrowing-rate-and-amount-keyed
@@ -3393,7 +3393,7 @@ class bitmart(Exchange, ImplicitAPI):
3393
3393
  borrowRate = self.safe_value(symbols, 0)
3394
3394
  return self.parse_isolated_borrow_rate(borrowRate, market)
3395
3395
 
3396
- def parse_isolated_borrow_rate(self, info, market: Market = None):
3396
+ def parse_isolated_borrow_rate(self, info, market: Market = None) -> IsolatedBorrowRate:
3397
3397
  #
3398
3398
  # {
3399
3399
  # "symbol": "BTC_USDT",
@@ -3435,7 +3435,7 @@ class bitmart(Exchange, ImplicitAPI):
3435
3435
  'info': info,
3436
3436
  }
3437
3437
 
3438
- async def fetch_isolated_borrow_rates(self, params={}):
3438
+ async def fetch_isolated_borrow_rates(self, params={}) -> IsolatedBorrowRates:
3439
3439
  """
3440
3440
  fetch the borrow interest rates of all currencies, currently only works for isolated margin
3441
3441
  :see: https://developer-pro.bitmart.com/en/spot/#get-trading-pair-borrowing-rate-and-amount-keyed
@@ -3478,11 +3478,7 @@ class bitmart(Exchange, ImplicitAPI):
3478
3478
  #
3479
3479
  data = self.safe_value(response, 'data', {})
3480
3480
  symbols = self.safe_value(data, 'symbols', [])
3481
- result = []
3482
- for i in range(0, len(symbols)):
3483
- symbol = self.safe_value(symbols, i)
3484
- result.append(self.parse_isolated_borrow_rate(symbol))
3485
- return result
3481
+ return self.parse_isolated_borrow_rates(symbols)
3486
3482
 
3487
3483
  async def transfer(self, code: str, amount: float, fromAccount: str, toAccount: str, params={}) -> TransferEntry:
3488
3484
  """
@@ -3641,9 +3637,9 @@ class bitmart(Exchange, ImplicitAPI):
3641
3637
  request['time_start'] = since
3642
3638
  if limit is not None:
3643
3639
  request['limit'] = limit
3644
- until = self.safe_integer_2(params, 'until', 'till') # unified in milliseconds
3640
+ until = self.safe_integer(params, 'until') # unified in milliseconds
3645
3641
  endTime = self.safe_integer(params, 'time_end', until) # exchange-specific in milliseconds
3646
- params = self.omit(params, ['till', 'until'])
3642
+ params = self.omit(params, ['until'])
3647
3643
  if endTime is not None:
3648
3644
  request['time_end'] = endTime
3649
3645
  response = await self.privatePostAccountV1TransferContractList(self.extend(request, params))
@@ -2409,8 +2409,8 @@ class bitmex(Exchange, ImplicitAPI):
2409
2409
  request['startTime'] = self.iso8601(since)
2410
2410
  if limit is not None:
2411
2411
  request['count'] = limit
2412
- until = self.safe_integer_2(params, 'until', 'till')
2413
- params = self.omit(params, ['until', 'till'])
2412
+ until = self.safe_integer(params, 'until')
2413
+ params = self.omit(params, ['until'])
2414
2414
  if until is not None:
2415
2415
  request['endTime'] = self.iso8601(until)
2416
2416
  if (since is None) and (until is None):
@@ -201,6 +201,8 @@ class blofin(Exchange, ImplicitAPI):
201
201
  'trade/orders-tpsl-pending': 1,
202
202
  'trade/orders-history': 1,
203
203
  'trade/orders-tpsl-history': 1,
204
+ 'user/query-apikey': 1,
205
+ 'affiliate/basic': 1,
204
206
  },
205
207
  'post': {
206
208
  'trade/order': 1,