FFT.Binance is a .Net client for the Binance
api
Use the latest version 3.x.x package to connect to the Binance V3 api. When Binance releases new api versions, this package will adjust new major versions to match the Binance api version. For example, when Binance releases their V4 version, you can use the latest 4.x.x package to connect to it.
The basic idea is to create a long-lived singleton instance of the api client which you reuse throughout your application. It is threadsafe.
// TODO: basic code sample;See complete documentation including the list of BinanceApiClient methods.