Get Wallet Balance using API in C#

Hi all,
I still haven’t found a simple ancd funciontal example about how to just get my Wallet Balance using rest API.
I’ve found a lotta code but none of them seems useful…
Does anyone can help me, please?
Thanks!

Fabio

Hey,
Have you looked at the Binance dotnet connector?

1 Like

Thanks Albin!
I’ve added the NuGet Package Binance.Spot, and now using Binance.Spot.Wallet object and his DailyAccountSnapshot function I’ve achieved my needs!
THANK YOU !!!

Fabio