bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
309 stars 220 forks source link

response not matching the api documentation #107

Open KaiserKarel opened 6 years ago

KaiserKarel commented 6 years ago

According to the v1.1 docs, my response for the ticker websocket should look like:

[ 3, 8606.1, 45.3786527, 8607, 27.6446367, -426, -0.0472, 8606.1, 54199.00831008, 9095.92211691, 8450 ]

however, my responses look like this:

[2.16389896e+08 1.521767351e+09 8609.4 -0.002]

Using the examples for v1 websockets.

jvatianou-connamara commented 6 years ago

Adding the label 'help wanted' and moving this to 'in progress' pipeline. Will try to get an answer on this.