gferrin / bitfinex

node.js wrapper for bitfinex cryptocurrency exchange
25 stars 20 forks source link

Incorrect URL for `ticker` method #9

Closed dutu closed 9 years ago

dutu commented 9 years ago

Incorrect URL for ticker method. As per official Bitfinex API documentation the correct URL is pubticker/, rather than ticker/. Currently the ticker method does not return high and low parameters

Now: https://api.bitfinex.com/v1/ticker/btcusd

With correct URL: https://api.bitfinex.com/v1/pubticker/btcusd

dutu commented 9 years ago

any chance to merge this PR for the fix? thanks in advance!

gferrin commented 9 years ago

Merged