lordkebab / gemini-python-unoffc

Python library for the Gemini Exchange API
MIT License
16 stars 11 forks source link

the api does not seem to be working #2

Open TheLegendAli opened 7 years ago

TheLegendAli commented 7 years ago

either I'm doing something stupid or the API doesnt have the latest results. im trying to get the latest public results and I get old data. I use the following command:

c.get_ticker('btcusd')

RobRoyce commented 6 years ago

Are you using sandbox or normal url?

lordkebab commented 6 years ago

When you create the client the default is sandbox=False (meaning it's live by default). Are you passing a True, perhaps?