Skip to content

Authenticated calls occasionally return "NO_API_RESPONSE" #151

@yidkato

Description

@yidkato

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions