python-okx 0.3.2__tar.gz → 0.3.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.
- {python-okx-0.3.2 → python_okx-0.3.3}/PKG-INFO +1 -1
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Account.py +1 -1
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/__init__.py +1 -1
- {python-okx-0.3.2 → python_okx-0.3.3}/python_okx.egg-info/PKG-INFO +1 -1
- {python-okx-0.3.2 → python_okx-0.3.3}/README.md +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/BlockTrading.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Convert.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/CopyTrading.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Earning.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/FDBroker.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Funding.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Grid.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/MarketData.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/NDBroker.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/PublicData.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/SimpleEarnFixed.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/SpreadTrading.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Status.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/SubAccount.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/Trade.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/TradingData.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/consts.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/exceptions.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/okxclient.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/utils.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/websocket/WebSocketFactory.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/websocket/WsPrivateAsync.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/websocket/WsPublicAsync.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/websocket/WsUtils.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/okx/websocket/__init__.py +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/python_okx.egg-info/SOURCES.txt +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/python_okx.egg-info/dependency_links.txt +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/python_okx.egg-info/requires.txt +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/python_okx.egg-info/top_level.txt +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/setup.cfg +0 -0
- {python-okx-0.3.2 → python_okx-0.3.3}/setup.py +0 -0
|
@@ -98,7 +98,7 @@ class AccountAPI(OkxClient):
|
|
|
98
98
|
return self._request_with_params(GET, GET_INSTRUMENTS, params)
|
|
99
99
|
|
|
100
100
|
# Get the maximum loan of isolated MARGIN
|
|
101
|
-
def get_max_loan(self, instId, mgnMode, mgnCcy):
|
|
101
|
+
def get_max_loan(self, instId, mgnMode, mgnCcy=''):
|
|
102
102
|
params = {'instId': instId, 'mgnMode': mgnMode, 'mgnCcy': mgnCcy}
|
|
103
103
|
return self._request_with_params(GET, MAX_LOAN, params)
|
|
104
104
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|