py_bittrex_api icon indicating copy to clipboard operation
py_bittrex_api copied to clipboard

Results 6 py_bittrex_api issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Im not getting much luck getting historical candle. Can I get some help how to fix my call? ym = int(time.strftime("%Y")) - 1 [2021] x = {'market': symbol} [BTC-BAT] y...

How do I get status messages from orders when they are posted? This method below only returns None. I am expecting to get some kind of status that says "order...

In the API reference, the POST /withdrawals is defined, but it is not implemented on V3

help wanted

Hi, I can't get to make a withdraw, should it work fine? ![image](https://user-images.githubusercontent.com/3165052/110183114-730ff680-7e0e-11eb-82ec-1555792ab5a6.png)

You can reproduce with the following code in a terminal: ```python >>> import bittrex_api.bittrex >>> bittrex = bittrex_api.bittrex.Bittrex('key', 'secret', debug_level=3).v3 >>> bittrex.get_candles('USD-BTC', date=(2018, 12, 15)) https://api.bittrex.com/v3/markets/BTC-USD/candles/MINUTE_1/EndPoints.HISTORICAL/2018/12/15 404 {"code":"NOT_FOUND"} https://api.bittrex.com/v3/markets/BTC-USD/candles/MINUTE_1/EndPoints.HISTORICAL/2018/12/15 404...