binance / binance-connector-dotnet

Lightweight connector for integration with Binance API
MIT License
211 stars 72 forks source link

Missing permissions parameter in ExchangeInformation method #50

Open Pazout opened 8 months ago

Pazout commented 8 months ago

Reproduction steps

permissions | curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=SPOT"orcurl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=%5B%22MARGIN%22%2C%22LEVERAGED%22%5D"orcurl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?permissions=["MARGIN","LEVERAGED"]'

Expected behavior

https://binance-docs.github.io/apidocs/spot/en/#exchange-information

Actual Behavior

-

.NET version

Other (specify in environment)

Operating system

Linux

Environment

No response

dotnet --info

No response

chaoyebugao commented 6 months ago

+1