| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Raised if a non JSON response is returned
On an API call error a binance.exceptions.BinanceAPIException will be raised.
The exception provides access to the
try:
client.get_all_orders()
except BinanceAPIException as e:
print e.status_code
print e.messageRaised if the withdraw fails.
| Back | FazBrowse Home | New Git URL |