FFT.BTCMarkets

Source code NuGet
package Full documentation

FFT.BTCMarkets is a .Net client for the BTCMarkets api

[Under construction] Features are being added as needed.

Use the latest version 3.x.x package to connect to the BTCMarkets V3 api. When BTCMarkets releases new api versions, this package will adjust new major versions to match the BTCMarkets 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 BTCApiClient methods.

  • Improve this Doc
In This Article
Back to top Generated by DocFX