-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
This issue was brought up a while ago but closed with no followup.
I'm using this to get the balance after creating an authenticated object:
balance = bittrex.get_balance(currency='BTC')['result']['Balance']
When I make the call, I occasionally get the response
{'result': None, 'message': 'NO_API_RESPONSE', 'success': False}
This happens about 5% of the time. It successfully returns the balance most of the time. First I thought it was a rate limit issue, so I tried waiting about 15 seconds before making each call, but it still runs into the error. This also happens sometimes (though less often) when I try other calls, like getting ask price for a market.
Can anybody provide some insight?
Metadata
Metadata
Assignees
Labels
No labels