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

Problem with latest version #1366

Closed tbrbde closed 2 months ago

tbrbde commented 2 months ago

I just updated to the latest version, but now I get this error: 'The given key 'sapi/v1/capital/withdraw/historyGETGET sapi/v1/capital/withdraw/history authenticated' was not present in the dictionary' calling

Binance.Net.Clients.SpotApi.BinanceRestClientSpotApiAccount.GetWithdrawalHistoryAsync()

So I downgraded the library and it is working as before. There seems to be problem with the latest version.

JKorf commented 2 months ago

Thanks for the report, I just pushed a fix for this. Version 9.9.2 should work correctly

tbrbde commented 2 months ago

Ok, it seems to work now. Thanks!