Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.42 KB

File metadata and controls

26 lines (20 loc) · 1.42 KB

FFT.Binance

Source code NuGet package - FFT.Binance NuGet package - FFT.Binance.BinanceTickProviders Full documentation

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.

Usage

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.