sammchardy / python-idex

IDEX v3 Exchange REST API python implementation

Home Page:https://python-idex.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key Error?

dipeshsoni005 opened this issue · comments

Traceback (most recent call last):
File "idexV2.py", line 6, in
client = Client(address, private_key)
File "/usr/local/lib/python3.6/dist-packages/idex/client.py", line 53, in init
self.set_wallet_address(address, private_key)
File "/usr/local/lib/python3.6/dist-packages/idex/client.py", line 170, in set_wallet_address
self._start_nonce = nonce_res['nonce']
KeyError: 'nonce'

Hi @dipeshsoni005 I think IDEX has been down for a little bit recently. That's the most likely reason.