glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints

Home Page:https://www.nuget.org/packages/BinanceDotNet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrderBook Limit

XeroDays opened this issue · comments

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