glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 138 forks source link

OrderBook Limit #181

Open XeroDays opened 3 years ago

XeroDays commented 3 years ago

Issue Overview

Binance is giving Order book limit upto 5000 but your code : IBinanceClient.GetOrderBook(string symbol, bool useCache = false, int limit = 100) Cannot be exceeded from 100.

Package Version: ?.?.?

Latest Version : 4.12.0

Other Information

image