ivancomp0000

Results 3 issues of ivancomp0000

continue https://github.com/ccxt/ccxt/issues/14681 - OS: macOS Monterey 12.4 - Programming Language version: Python 3.10.4 - CCXT version: 1.2.14 ``` import ccxtpro from asyncio import run async def main(): exchange3 = ccxtpro.idex({'newUpdates':...

bug

this code from Contract function client = Client(api_key, address, private_key) tx_options = TransactionOptions(gas=150000, gas_price=20000000000) client.deposit_funds( asset="USD", quantity=1123, tx_options=tx_options, ) error File "/Users/PycharmProjects/pythonProject/pythonProject2/test_del_deposits.py", line 20, in client.deposit_funds( File "/opt/homebrew/lib/python3.9/site-packages/idex/client.py", line 1219,...

i making deposit matic from example here, but taking error File "/Users/PycharmProjects/pythonProject/pythonProject2/svalka/test_del_deposits.py", line 16, in client.associate_wallet(wallet_address=wallet_address) File "/opt/homebrew/lib/python3.9/site-packages/idex/client.py", line 840, in associate_wallet return self._post("wallets", sign_type=SignType.TRADE, data={"wallet": wallet_address}) File "/opt/homebrew/lib/python3.9/site-packages/idex/client.py", line...