ccxt 4.4.43__py2.py3-none-any.whl → 4.4.45__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ccxt/__init__.py +1 -1
- ccxt/abstract/binance.py +1 -0
- ccxt/abstract/binancecoinm.py +1 -0
- ccxt/abstract/binanceus.py +1 -0
- ccxt/abstract/binanceusdm.py +1 -0
- ccxt/abstract/blofin.py +22 -0
- ccxt/async_support/__init__.py +1 -1
- ccxt/async_support/base/exchange.py +1 -1
- ccxt/async_support/binance.py +235 -107
- ccxt/async_support/bingx.py +20 -9
- ccxt/async_support/bitfinex.py +7 -3
- ccxt/async_support/bitget.py +6 -4
- ccxt/async_support/bitmart.py +7 -10
- ccxt/async_support/bitmex.py +4 -6
- ccxt/async_support/bitstamp.py +5 -0
- ccxt/async_support/blofin.py +22 -0
- ccxt/async_support/bybit.py +12 -27
- ccxt/async_support/coinbase.py +14 -10
- ccxt/async_support/coinbaseinternational.py +13 -9
- ccxt/async_support/coincatch.py +2 -2
- ccxt/async_support/coinex.py +6 -6
- ccxt/async_support/cryptocom.py +5 -3
- ccxt/async_support/defx.py +2 -2
- ccxt/async_support/delta.py +1 -1
- ccxt/async_support/exmo.py +16 -8
- ccxt/async_support/gate.py +10 -5
- ccxt/async_support/gemini.py +5 -0
- ccxt/async_support/hashkey.py +15 -10
- ccxt/async_support/htx.py +103 -5
- ccxt/async_support/hyperliquid.py +6 -1
- ccxt/async_support/kraken.py +10 -3
- ccxt/async_support/krakenfutures.py +6 -1
- ccxt/async_support/kucoin.py +10 -8
- ccxt/async_support/kucoinfutures.py +7 -8
- ccxt/async_support/lykke.py +1 -1
- ccxt/async_support/mexc.py +20 -14
- ccxt/async_support/myokx.py +8 -0
- ccxt/async_support/ndax.py +1 -1
- ccxt/async_support/oceanex.py +1 -1
- ccxt/async_support/okx.py +9 -10
- ccxt/async_support/onetrading.py +2 -1
- ccxt/async_support/whitebit.py +35 -10
- ccxt/async_support/woo.py +6 -4
- ccxt/async_support/woofipro.py +7 -4
- ccxt/base/exchange.py +1 -1
- ccxt/binance.py +235 -107
- ccxt/bingx.py +20 -9
- ccxt/bitfinex.py +7 -3
- ccxt/bitget.py +6 -4
- ccxt/bitmart.py +7 -10
- ccxt/bitmex.py +4 -6
- ccxt/bitstamp.py +5 -0
- ccxt/blofin.py +22 -0
- ccxt/bybit.py +12 -27
- ccxt/coinbase.py +14 -10
- ccxt/coinbaseinternational.py +13 -9
- ccxt/coincatch.py +2 -2
- ccxt/coinex.py +6 -6
- ccxt/cryptocom.py +5 -3
- ccxt/defx.py +2 -2
- ccxt/delta.py +1 -1
- ccxt/exmo.py +16 -8
- ccxt/gate.py +10 -5
- ccxt/gemini.py +5 -0
- ccxt/hashkey.py +15 -10
- ccxt/htx.py +103 -5
- ccxt/hyperliquid.py +6 -1
- ccxt/kraken.py +10 -3
- ccxt/krakenfutures.py +6 -1
- ccxt/kucoin.py +10 -8
- ccxt/kucoinfutures.py +7 -8
- ccxt/lykke.py +1 -1
- ccxt/mexc.py +20 -14
- ccxt/myokx.py +8 -0
- ccxt/ndax.py +1 -1
- ccxt/oceanex.py +1 -1
- ccxt/okx.py +9 -10
- ccxt/onetrading.py +2 -1
- ccxt/pro/__init__.py +1 -1
- ccxt/pro/binance.py +2 -1
- ccxt/pro/bitcoincom.py +4 -1
- ccxt/pro/bitopro.py +1 -1
- ccxt/pro/myokx.py +5 -0
- ccxt/whitebit.py +35 -10
- ccxt/woo.py +6 -4
- ccxt/woofipro.py +7 -4
- {ccxt-4.4.43.dist-info → ccxt-4.4.45.dist-info}/METADATA +4 -4
- {ccxt-4.4.43.dist-info → ccxt-4.4.45.dist-info}/RECORD +91 -91
- {ccxt-4.4.43.dist-info → ccxt-4.4.45.dist-info}/LICENSE.txt +0 -0
- {ccxt-4.4.43.dist-info → ccxt-4.4.45.dist-info}/WHEEL +0 -0
- {ccxt-4.4.43.dist-info → ccxt-4.4.45.dist-info}/top_level.txt +0 -0
ccxt/__init__.py
CHANGED
ccxt/abstract/binance.py
CHANGED
@@ -762,3 +762,4 @@ class ImplicitAPI:
|
|
762
762
|
papi_delete_margin_allopenorders = papiDeleteMarginAllOpenOrders = Entry('margin/allOpenOrders', 'papi', 'DELETE', {'cost': 5})
|
763
763
|
papi_delete_margin_orderlist = papiDeleteMarginOrderList = Entry('margin/orderList', 'papi', 'DELETE', {'cost': 2})
|
764
764
|
papi_delete_listenkey = papiDeleteListenKey = Entry('listenKey', 'papi', 'DELETE', {'cost': 0.2})
|
765
|
+
papiv2_get_um_account = papiV2GetUmAccount = Entry('um/account', 'papiV2', 'GET', {'cost': 1})
|
ccxt/abstract/binancecoinm.py
CHANGED
@@ -762,3 +762,4 @@ class ImplicitAPI:
|
|
762
762
|
papi_delete_margin_allopenorders = papiDeleteMarginAllOpenOrders = Entry('margin/allOpenOrders', 'papi', 'DELETE', {'cost': 5})
|
763
763
|
papi_delete_margin_orderlist = papiDeleteMarginOrderList = Entry('margin/orderList', 'papi', 'DELETE', {'cost': 2})
|
764
764
|
papi_delete_listenkey = papiDeleteListenKey = Entry('listenKey', 'papi', 'DELETE', {'cost': 0.2})
|
765
|
+
papiv2_get_um_account = papiV2GetUmAccount = Entry('um/account', 'papiV2', 'GET', {'cost': 1})
|
ccxt/abstract/binanceus.py
CHANGED
@@ -814,3 +814,4 @@ class ImplicitAPI:
|
|
814
814
|
papi_delete_margin_allopenorders = papiDeleteMarginAllOpenOrders = Entry('margin/allOpenOrders', 'papi', 'DELETE', {'cost': 5})
|
815
815
|
papi_delete_margin_orderlist = papiDeleteMarginOrderList = Entry('margin/orderList', 'papi', 'DELETE', {'cost': 2})
|
816
816
|
papi_delete_listenkey = papiDeleteListenKey = Entry('listenKey', 'papi', 'DELETE', {'cost': 0.2})
|
817
|
+
papiv2_get_um_account = papiV2GetUmAccount = Entry('um/account', 'papiV2', 'GET', {'cost': 1})
|
ccxt/abstract/binanceusdm.py
CHANGED
@@ -762,3 +762,4 @@ class ImplicitAPI:
|
|
762
762
|
papi_delete_margin_allopenorders = papiDeleteMarginAllOpenOrders = Entry('margin/allOpenOrders', 'papi', 'DELETE', {'cost': 5})
|
763
763
|
papi_delete_margin_orderlist = papiDeleteMarginOrderList = Entry('margin/orderList', 'papi', 'DELETE', {'cost': 2})
|
764
764
|
papi_delete_listenkey = papiDeleteListenKey = Entry('listenKey', 'papi', 'DELETE', {'cost': 0.2})
|
765
|
+
papiv2_get_um_account = papiV2GetUmAccount = Entry('um/account', 'papiV2', 'GET', {'cost': 1})
|
ccxt/abstract/blofin.py
CHANGED
@@ -26,6 +26,18 @@ class ImplicitAPI:
|
|
26
26
|
private_get_trade_orders_tpsl_history = privateGetTradeOrdersTpslHistory = Entry('trade/orders-tpsl-history', 'private', 'GET', {'cost': 1})
|
27
27
|
private_get_user_query_apikey = privateGetUserQueryApikey = Entry('user/query-apikey', 'private', 'GET', {'cost': 1})
|
28
28
|
private_get_affiliate_basic = privateGetAffiliateBasic = Entry('affiliate/basic', 'private', 'GET', {'cost': 1})
|
29
|
+
private_get_copytrading_instruments = privateGetCopytradingInstruments = Entry('copytrading/instruments', 'private', 'GET', {'cost': 1})
|
30
|
+
private_get_copytrading_account_balance = privateGetCopytradingAccountBalance = Entry('copytrading/account/balance', 'private', 'GET', {'cost': 1})
|
31
|
+
private_get_copytrading_account_positions_by_order = privateGetCopytradingAccountPositionsByOrder = Entry('copytrading/account/positions-by-order', 'private', 'GET', {'cost': 1})
|
32
|
+
private_get_copytrading_account_positions_details_by_order = privateGetCopytradingAccountPositionsDetailsByOrder = Entry('copytrading/account/positions-details-by-order', 'private', 'GET', {'cost': 1})
|
33
|
+
private_get_copytrading_account_positions_by_contract = privateGetCopytradingAccountPositionsByContract = Entry('copytrading/account/positions-by-contract', 'private', 'GET', {'cost': 1})
|
34
|
+
private_get_copytrading_account_position_mode = privateGetCopytradingAccountPositionMode = Entry('copytrading/account/position-mode', 'private', 'GET', {'cost': 1})
|
35
|
+
private_get_copytrading_account_leverage_info = privateGetCopytradingAccountLeverageInfo = Entry('copytrading/account/leverage-info', 'private', 'GET', {'cost': 1})
|
36
|
+
private_get_copytrading_trade_orders_pending = privateGetCopytradingTradeOrdersPending = Entry('copytrading/trade/orders-pending', 'private', 'GET', {'cost': 1})
|
37
|
+
private_get_copytrading_trade_pending_tpsl_by_contract = privateGetCopytradingTradePendingTpslByContract = Entry('copytrading/trade/pending-tpsl-by-contract', 'private', 'GET', {'cost': 1})
|
38
|
+
private_get_copytrading_trade_position_history_by_order = privateGetCopytradingTradePositionHistoryByOrder = Entry('copytrading/trade/position-history-by-order', 'private', 'GET', {'cost': 1})
|
39
|
+
private_get_copytrading_trade_orders_history = privateGetCopytradingTradeOrdersHistory = Entry('copytrading/trade/orders-history', 'private', 'GET', {'cost': 1})
|
40
|
+
private_get_copytrading_trade_pending_tpsl_by_order = privateGetCopytradingTradePendingTpslByOrder = Entry('copytrading/trade/pending-tpsl-by-order', 'private', 'GET', {'cost': 1})
|
29
41
|
private_post_trade_order = privatePostTradeOrder = Entry('trade/order', 'private', 'POST', {'cost': 1})
|
30
42
|
private_post_trade_cancel_order = privatePostTradeCancelOrder = Entry('trade/cancel-order', 'private', 'POST', {'cost': 1})
|
31
43
|
private_post_account_set_leverage = privatePostAccountSetLeverage = Entry('account/set-leverage', 'private', 'POST', {'cost': 1})
|
@@ -35,3 +47,13 @@ class ImplicitAPI:
|
|
35
47
|
private_post_trade_cancel_tpsl = privatePostTradeCancelTpsl = Entry('trade/cancel-tpsl', 'private', 'POST', {'cost': 1})
|
36
48
|
private_post_trade_close_position = privatePostTradeClosePosition = Entry('trade/close-position', 'private', 'POST', {'cost': 1})
|
37
49
|
private_post_asset_transfer = privatePostAssetTransfer = Entry('asset/transfer', 'private', 'POST', {'cost': 1})
|
50
|
+
private_post_copytrading_account_set_position_mode = privatePostCopytradingAccountSetPositionMode = Entry('copytrading/account/set-position-mode', 'private', 'POST', {'cost': 1})
|
51
|
+
private_post_copytrading_account_set_leverage = privatePostCopytradingAccountSetLeverage = Entry('copytrading/account/set-leverage', 'private', 'POST', {'cost': 1})
|
52
|
+
private_post_copytrading_trade_place_order = privatePostCopytradingTradePlaceOrder = Entry('copytrading/trade/place-order', 'private', 'POST', {'cost': 1})
|
53
|
+
private_post_copytrading_trade_cancel_order = privatePostCopytradingTradeCancelOrder = Entry('copytrading/trade/cancel-order', 'private', 'POST', {'cost': 1})
|
54
|
+
private_post_copytrading_trade_place_tpsl_by_contract = privatePostCopytradingTradePlaceTpslByContract = Entry('copytrading/trade/place-tpsl-by-contract', 'private', 'POST', {'cost': 1})
|
55
|
+
private_post_copytrading_trade_cancel_tpsl_by_contract = privatePostCopytradingTradeCancelTpslByContract = Entry('copytrading/trade/cancel-tpsl-by-contract', 'private', 'POST', {'cost': 1})
|
56
|
+
private_post_copytrading_trade_place_tpsl_by_order = privatePostCopytradingTradePlaceTpslByOrder = Entry('copytrading/trade/place-tpsl-by-order', 'private', 'POST', {'cost': 1})
|
57
|
+
private_post_copytrading_trade_cancel_tpsl_by_order = privatePostCopytradingTradeCancelTpslByOrder = Entry('copytrading/trade/cancel-tpsl-by-order', 'private', 'POST', {'cost': 1})
|
58
|
+
private_post_copytrading_trade_close_position_by_order = privatePostCopytradingTradeClosePositionByOrder = Entry('copytrading/trade/close-position-by-order', 'private', 'POST', {'cost': 1})
|
59
|
+
private_post_copytrading_trade_close_position_by_contract = privatePostCopytradingTradeClosePositionByContract = Entry('copytrading/trade/close-position-by-contract', 'private', 'POST', {'cost': 1})
|
ccxt/async_support/__init__.py
CHANGED