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

BinanceSocketClient Orderbook explained #1348

Open
dungtrandk opened this issue Feb 27, 2024 · 0 comments
Open

BinanceSocketClient Orderbook explained #1348

dungtrandk opened this issue Feb 27, 2024 · 0 comments

Comments

@dungtrandk
Copy link

I am using the class BinanceSocketClient and IBinanceSocketClientUsdFuturesApi to get the orderbook updates on for instance btcusdt. I call the method SubscribeToOrderBookUpdatesAsync with the pair and 500 update interval.

Then in the handling of the data I get the Asks and Bids by: data.Data.Asks and data.Data.Bids.
In these lists I get bids/asks with price and quantities.

My question is, what do those price and quantities represent?

Is it the actual limit orders on the orderbook at that specific time?
Or is it limit orders added to the orderbook so its an accumulated value?
Or is it something else?

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