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.
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.