ohenrik / bitfinex

A Python client for the Bitfinex API
MIT License
58 stars 32 forks source link

Full orderbook data #22

Closed koholintian closed 6 years ago

koholintian commented 6 years ago

Is there a way to get full orderbook data using the websocket or REST api? I only see ways to get the top 25/100 entires on the orderbook.

dantimofte commented 6 years ago

I managed to get 800 bids and 800 asks, try experimenting with the limits.

https://github.com/dantimofte/bfxtelegram/blob/0b26f072f48bb226b90671ff5287fcaac308625c/bfxtelegram/btfxbot.py#L221-L224

koholintian commented 6 years ago

That worked! thanks a lot.