ericsomdahl/python-bittrex

get_markets for V2 API in master branch

luisomar3 opened this issue · 3 comments

The get_markets function for V2 API is only available on the support branch of V2. If you install python-bittrex from PIP you have to manually add the code yourself.

last I checked the get_markets call was not available against the 2.0 API endpoints. What is the correct 2.0 URL to hit for that?

I lifted this URL from the golang connector wiki:

https://bittrex.com/api/v2.0/pub/markets/GetMarkets?_=1500913483670

But it 404s. Is there a new one you know about?

Yes you're right. I was confusing the methods name that I call in my script.