python-idex
python-idex copied to clipboard
Can't put requests_params as argument
Hello
The documentation says that you can add custom parameters to the POST requests like so: "client.get_ticker('ETH_SAN', requests_params={'timeout': 5})" but this results in the TypeError "got an unexpected keyword argument 'requests_params'"
Thanks