JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

Binance changes since 2024-04-10 #1373

Open YohEgorKrivtsov opened 2 months ago

YohEgorKrivtsov commented 2 months ago

The Binance announced changes:

2024-04-10

The following changes have been postponed to take effect on April 25, 05:00 UTC

So, right now the field permissions is empty:

"permissions": [], "permissionSets": [ [ "SPOT", "MARGIN" ]],

So, @JKorf, can make such changes and add this field to the BinanceSymbol model?

Thank you in advance!