Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get full book? #580

Open
iccicci opened this issue Apr 1, 2022 · 0 comments
Open

How to get full book? #580

iccicci opened this issue Apr 1, 2022 · 0 comments

Comments

@iccicci
Copy link

iccicci commented Apr 1, 2022

Hi all,

I'm trying to analyze how data from this page changes:
https://www.bitfinex.com/funding-book/?pair=ETH

The most close API call I found is:

  await ws.subscribeOrderBook("fETH", "P0", "250");

but being the full book longer than 250 entries I get only a partial result; while if I try to request more than 250 lines I immediately get an "length: invalid" error.

So, which is the right call to get the full book?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant