Python-binance: method get_withdraw_fee returns an error

Created on 28 Aug 2018  路  1Comment  路  Source: sammchardy/python-binance

I am getting an error when I call this method get_withdraw_fee(asset='ETH')

binance_client.get_withdraw_fee(asset='ETH')
Traceback (most recent call last):
File "", line 1, in
File "/Data/Dev/venv/lombard36/lib/python3.6/site-packages/binance/client.py", line 1760, in get_withdraw_fee
return self._request_withdraw_api('get', 'withdrawFee.html', True, data=params)
File "/Data/Dev/venv/lombard36/lib/python3.6/site-packages/binance/client.py", line 185, in _request_withdraw_api
return self._request(method, uri, signed, True, **kwargs)
File "/Data/Dev/venv/lombard36/lib/python3.6/site-packages/binance/client.py", line 175, in _request
return self._handle_response(response)
File "/Data/Dev/venv/lombard36/lib/python3.6/site-packages/binance/client.py", line 199, in _handle_response
raise BinanceAPIException(response)
binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance: Apache Tomcat/7.0.64 - Error report

HTTP Status 404 -


type Status report

message

description The requested resource is not available.


Apache Tomcat/7.0.64

Most helpful comment

The endpoint has been removed by Binance, use get_asset_details() instead.

>All comments

The endpoint has been removed by Binance, use get_asset_details() instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DaniZz picture DaniZz  路  3Comments

homeless-computing picture homeless-computing  路  4Comments

terenceljz picture terenceljz  路  3Comments

delware1 picture delware1  路  4Comments

fj317 picture fj317  路  6Comments