Binance.Net icon indicating copy to clipboard operation
Binance.Net copied to clipboard

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models

Results 83 Binance.Net issues
Sort by recently updated
recently updated
newest added

Sometimes I detect high fluctuations in the orderbook. In my case I am subscribed to SOL/USDT. What happens is that sometimes asks/bids gets returned from the API with values that...

Binance API was modified recently to provide for market data and trading of vanilla options (on futures BTC, ETH, XRP, and others). documentation for api is here: https://developers.binance.com/docs/binance-trading-api/voption GET /vapi/v1/optionInfo...

WebSockets ListenKey does not exist in objects, it is helpfull to have it, I parsed it from OriginalData JSON. Now I'd like to added it, to BinanceStreamEvent ? Will make...

After making a candlestick REST call, Socket data is no longer received consistently. Even making the call to UnsubscribeAllAsync, it is intermittent, sometimes it receives and sometimes it doesn't.

Sokcet options: LogLevel = Microsoft.Extensions.Logging.LogLevel.Trace i just wanna ask about message processed. I not sure but it seems to me that 3 ms for parse response is a lot. This...

Hi, is this endpoint missing? https://binance-docs.github.io/apidocs/spot/en/#query-isolated-margin-tier-data-user_data I want to get Effective Multiple of a symbol. Searched documentation and "Issues" here and didn't find anything. Can someone, please, help me to...

Hi, i'm trying to use this library to integrate with a trading software, which accept only Net Framework 4.8 libraries. when trying to use any client Task (lets say GetKlinesAsync...

Binance has a limit about the number of streams will it support on a socket. Right now, it stands at 128. I'm grabbing the candles of the 139 futures with...

All orders in Binance are reduced to two types: BinanceOrderBase and BinanceStreamOrderUpdate. Is it possible to bring their matching properties types to the same denominator? If in one int bool?,...

Is anyone aware of the spot streams not working? I stopped receiving updates sometime earlier today...