scottjbarr / bitfinex-py

A Python client for the Bitfinex API
MIT License
134 stars 131 forks source link

Change /ticker to /pubticker endpoint (and add volume). Do not convert response values to float. #17

Open Sajam opened 7 years ago

Sajam commented 7 years ago

There's no /ticker endpoint in the docs.

https://docs.bitfinex.com/v1/reference#rest-public-ticker

About floats -- please see the issue here: https://github.com/scottjbarr/bitfinex/issues/18