Bitfinex.Net 7.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bitfinex.Net --version 7.0.4
NuGet\Install-Package Bitfinex.Net -Version 7.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitfinex.Net" Version="7.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bitfinex.Net --version 7.0.4
#r "nuget: Bitfinex.Net, 7.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bitfinex.Net as a Cake Addin
#addin nuget:?package=Bitfinex.Net&version=7.0.4

// Install Bitfinex.Net as a Cake Tool
#tool nuget:?package=Bitfinex.Net&version=7.0.4

Bitfinex.Net

.NET Nuget version Nuget downloads

Bitfinex.Net is a wrapper around the Bitfinex API as described on Bitfinex, including all features the API provides using clear and readable objects, both for the REST as the websocket API's.

If you think something is broken, something is missing or have any questions, please open an Issue

Documentation

Installation

dotnet add package Bitfinex.Net

Support the project

I develop and maintain this package on my own for free in my spare time, any support is greatly appreciated.

Sign up using the following referral link to pay a small percentage of the trading fees you pay to support the project instead of paying them straight to Bitfinex. This doesn't cost you a thing! Link

Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

Btc: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh
Eth: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504

Alternatively, sponsor me on Github using Github Sponsors.

Discord

A Discord server is available here. Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

Release notes

  • Version 7.0.4 - 24 Oct 2023

    • Updated CryptoExchange.Net
  • Version 7.0.3 - 09 Oct 2023

    • Updated CryptoExchange.Net version
  • Version 7.0.2 - 21 Sep 2023

    • Fixed incorrect url SpotApi.Account.WalletTransferAsync
  • Version 7.0.1 - 19 Sep 2023

    • Fixed socket ticker stream model
  • Version 7.0.0 - 17 Sep 2023

    • Updated all endpoints to V2 API (expect for Account.WithdrawAsync)
    • Updated all parameters and response models
    • Created endpoints for all possible requests for the Configs and Stats endpoints
    • Split the endpoints and subscriptions for trading symbols and funding symbols where necesarry
    • Added Account.GetMovementsDetailsAsync endpoint
    • Added Account.GetLoginHistoryAsync endpoint
    • Added Account.GetApiKeyPermissionsAsync endpoint
    • Added Account.GetAccountChangeLogAsync endpoint
    • Added ExchangeData.GetDerivativesStatusAsync endpoint
    • Added ExchangeData.GetLiquidationsAsync endpoint
    • Added ExchangeData.GetFundingStatisticsAsync endpoint
    • Added Trading.IncreasePositionAsync endpoint
    • Added Trading.GetIncreasePositionInfoAsync endpoint
    • Added Trading.GetPositionSnapshotsAsync endpoint
    • Added SubscribeToLiquidationUpdatesAsync stream
    • Added SubscribeToDerivativesUpdatesAsync stream
    • Added SubmitFundingOfferAsync socket request
    • Added CancelFundingOfferAsync socket request
  • Version 6.0.1 - 25 Aug 2023

    • Updated CryptoExchange.Net
  • Version 6.0.0 - 25 Jun 2023

    • Updated CryptoExchange.Net to version 6.0.0
    • Renamed BitfinexClient to BitfinexRestClient
    • Renamed SpotStreams to SpotApi on the BitfinexSocketClient
    • Updated endpoints to consistently use a base url without any path as basis to make switching environments/base urls clearer
    • Added IBitfinexOrderBookFactory and implementation for creating order books
    • Updated dependency injection register method (AddBitfinex)
  • Version 5.2.0 - 16 Apr 2023

    • Added GetTickerHistoryAsync endpoint
    • Updated socket PlaceOrderAsync parameters
    • Added missing order flag values
  • Version 5.1.2 - 18 Mar 2023

    • Updated CryptoExchange.Net
  • Version 5.1.1 - 14 Feb 2023

    • Updated CryptoExchange.Net
  • Version 5.1.0 - 17 Nov 2022

    • Updated CryptoExchange.Net
  • Version 5.0.16 - 25 Sep 2022

    • Fixed SpotApi.ExchangeData.GetOrderBookAsync() endpoint Bids/Asks being reversed
  • Version 5.0.15 - 18 Jul 2022

    • Updated CryptoExchange.Net
  • Version 5.0.14 - 16 Jul 2022

    • Updated CryptoExchange.Net
  • Version 5.0.13 - 10 Jul 2022

    • Fixed WalletTransferAsync success checking
    • Updated CryptoExchange.Net
  • Version 5.0.12 - 12 Jun 2022

    • Updated CryptoExchange.Net
  • Version 5.0.11 - 24 May 2022

    • Updated CryptoExchange.Net
  • Version 5.0.10 - 22 May 2022

    • Updated CryptoExchange.Net
  • Version 5.0.9 - 08 May 2022

    • Updated CryptoExchange.Net
  • Version 5.0.8 - 01 May 2022

    • Updated CryptoExchange.Net which fixed an timing related issue in the websocket reconnection logic
    • Added seconds representation to KlineInterval enum
    • Added allowed order book levels 1 and 250
  • Version 5.0.7 - 14 Apr 2022

    • Fixed deserialization error in ClosePositionAsync
    • Fixed WalletTransferAsync serialization issue
    • Updated CryptoExchange.Net
  • Version 5.0.6 - 14 Mar 2022

    • Added SubmitFundingAutoRenewAsync endpoint
    • Added GetFundingAutoRenewStatusAsync endpoint
  • Version 5.0.5 - 10 Mar 2022

    • Updated CryptoExchange.Net
  • Version 5.0.4 - 08 Mar 2022

    • Updated CryptoExchange.Net
  • Version 5.0.3 - 01 Mar 2022

    • Updated CryptoExchange.Net improving the websocket reconnection robustness
  • Version 5.0.2 - 27 Feb 2022

    • Updated CryptoExchange.Net
  • Version 5.0.1 - 24 Feb 2022

    • Updated CryptoExchange.Net
  • Version 5.0.0 - 18 Feb 2022

  • Version 4.2.4 - 03 Nov 2021

    • Fixed raw order book stream not accounting for checksum updates
  • Version 4.2.3 - 08 Oct 2021

    • Updated CryptoExchange.Net to fix some socket issues
  • Version 4.2.2 - 06 Oct 2021

    • Updated CryptoExchange.Net, fixing socket issue when calling from .Net Framework
  • Version 4.2.1 - 05 Oct 2021

    • Updated CryptoExchange.Net
  • Version 4.2.0 - 29 Sep 2021

    • Split GetTickerAsync in GetTickerAsync and GetTickersAsync, changed params to IEnumerable
    • Updated CryptoExchange.Net
  • Version 4.1.2 - 22 Sep 2021

    • Fixed nonce provider when running multiple program instances
  • Version 4.1.1 - 21 Sep 2021

    • Fix for nonce provider not working correctly in combination with other exchanges
  • Version 4.1.0 - 20 Sep 2021

    • Added custom nonce provider support
  • Version 4.0.5 - 15 Sep 2021

    • Updated CryptoExchange.Net
  • Version 4.0.4 - 02 Sep 2021

    • Fix for disposing order book closing socket even if there are other connections
  • Version 4.0.3 - 26 Aug 2021

    • Updated CryptoExchange.Net
  • Version 4.0.2 - 24 Aug 2021

    • Updated CryptoExchange.Net, improving websocket and SymbolOrderBook performance
    • Fixes for checksum validation BitfinexSymbolOrderBook
  • Version 4.0.1 - 13 Aug 2021

    • Fix for OperationCancelledException being thrown when closing a socket from a .net framework project
  • Version 4.0.0 - 12 Aug 2021

  • Version 4.0.0-beta3 - 09 Aug 2021

    • Renamed GetTradesForOrderAsync to GetOrderTradesAsync
    • Renamed GetTradesAsync to GetTradeHistoryAsync
    • Renamed GetTradeHistoryAsync to GetUserTradesAsync
    • Renamed GetOrderHistoryAsync to GetOrdersAsync
  • Version 4.0.0-beta2 - 26 Jul 2021

    • Updated CryptoExchange.Net
  • Version 4.0.0-beta1 - 09 Jul 2021

    • Added Async postfix for async methods
    • Updated CryptoExchange.Net
  • Version 3.5.0-beta4 - 07 Jun 2021

    • Fixed IExchangeClient PlaceOrder OrderType
    • Fixed WalletTransferAsync amount parameter serialization
    • Updated CryptoExchange.Net
  • Version 3.5.0-beta3 - 26 May 2021

    • Removed non-async calls
    • Updated to CryptoExchange.Net changes
  • Version 3.5.0-beta2 - 06 mei 2021

    • Updated CryptoExchange.Net
  • Version 3.5.0-beta1 - 30 apr 2021

    • Updated to CryptoExchange.Net 4.0.0-beta1, new websocket implementation
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bitfinex.Net:

Package Downloads
exchange-client-1

Exchange client gather all exchanges via jkorf and it uses common client sources

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Bitfinex.Net:

Repository Stars
silahian/VisualHFT
VisualHFT is a cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynamics and execution quality. Its modular design ensures adaptability for developers and traders, enabling tailored analytical solutions.
JKorf/CryptoExchange.Net
Base for exchanges
Version Downloads Last updated
7.2.5 104 4/23/2024
7.2.4 100 4/18/2024
7.2.3 196 4/3/2024
7.2.2 422 3/25/2024
7.2.1 198 3/24/2024
7.2.0 260 3/16/2024
7.1.0 702 2/25/2024
7.1.0-beta2 305 2/17/2024
7.1.0-beta1 383 2/6/2024
7.0.5 1,174 12/3/2023
7.0.4 1,039 10/24/2023
7.0.3 768 10/9/2023
7.0.2 927 9/21/2023
7.0.1 622 9/19/2023
7.0.0 654 9/17/2023
6.0.1 1,206 8/25/2023
6.0.0 1,626 6/25/2023
5.2.0 1,670 4/16/2023
5.1.2 1,480 3/18/2023
5.1.1 1,440 2/14/2023
5.1.0 1,713 11/17/2022
5.0.16 1,696 9/25/2022
5.0.15 2,316 7/18/2022
5.0.14 1,092 7/16/2022
5.0.13 2,085 7/10/2022
5.0.12 1,408 6/12/2022
5.0.11 1,372 5/24/2022
5.0.10 1,112 5/22/2022
5.0.9 1,321 5/8/2022
5.0.8 1,229 5/1/2022
5.0.7 1,742 4/14/2022
5.0.6 1,888 3/14/2022
5.0.5 1,105 3/10/2022
5.0.4 1,096 3/8/2022
5.0.3 2,600 3/1/2022
5.0.2 1,129 2/27/2022
5.0.1 1,176 2/24/2022
5.0.0 1,087 2/18/2022
5.0.0-beta4 803 2/5/2022
5.0.0-beta3 771 1/31/2022
5.0.0-beta2 782 1/24/2022
5.0.0-beta1 839 1/15/2022
5.0.0-alpha6 741 1/7/2022
5.0.0-alpha5 801 1/3/2022
5.0.0-alpha4 773 1/1/2022
5.0.0-alpha3 772 12/27/2021
5.0.0-alpha2 804 12/21/2021
5.0.0-alpha1 831 12/7/2021
4.2.4 4,151 11/3/2021
4.2.3 1,360 10/8/2021
4.2.2 998 10/6/2021
4.2.1 974 10/5/2021
4.2.0 1,172 9/29/2021
4.1.2 1,027 9/22/2021
4.1.1 1,071 9/21/2021
4.1.0 997 9/20/2021
4.0.5 1,034 9/15/2021
4.0.4 1,066 9/2/2021
4.0.3 1,086 8/26/2021
4.0.2 989 8/24/2021
4.0.1 1,230 8/13/2021
4.0.0 955 8/12/2021
4.0.0-beta3 823 8/9/2021
4.0.0-beta2 858 7/26/2021
4.0.0-beta1 872 7/9/2021
3.5.0-beta4 1,005 6/7/2021
3.5.0-beta3 834 5/26/2021
3.5.0-beta2 877 5/6/2021
3.5.0-beta1 865 4/30/2021
3.4.7 2,189 5/4/2021
3.4.6 1,020 4/28/2021
3.4.5 1,108 4/20/2021
3.4.4 1,021 4/19/2021
3.4.3 1,281 4/8/2021
3.4.2 1,209 3/30/2021
3.4.1 1,495 3/1/2021
3.4.0 1,242 3/1/2021
3.3.1 1,214 2/24/2021
3.3.0 1,185,861 2/9/2021
3.2.0 1,088 2/3/2021
3.1.2 1,195 1/22/2021
3.1.1 1,087 1/14/2021
3.1.0 1,269 12/21/2020
3.0.18 1,200 12/11/2020
3.0.17 1,573 11/19/2020
3.0.16 1,923 10/8/2020
3.0.15 1,801 8/28/2020
3.0.14 1,284 8/12/2020
3.0.13 1,414 7/20/2020
3.0.12 1,504 6/21/2020
3.0.11 1,176 6/16/2020
3.0.10 1,298 6/7/2020
3.0.9 8,021 3/3/2020
3.0.8 1,222 3/3/2020
3.0.7 1,537 2/5/2020
3.0.6 1,356 1/27/2020
3.0.5 2,152 11/19/2019
3.0.4 1,272 11/19/2019
3.0.3 1,284 11/15/2019
3.0.2 1,284 11/12/2019
3.0.1 1,447 10/24/2019
3.0.0 1,220 10/23/2019
2.1.6 17,155 8/7/2019
2.1.5 1,240 8/6/2019
2.1.4 1,276 8/5/2019
2.1.3 2,200 7/9/2019
2.1.2 1,333 7/8/2019
2.1.1 1,347 7/1/2019
2.1.0 1,348 6/27/2019
2.0.12 6,110 5/14/2019
2.0.11 1,402 5/1/2019
2.0.10 1,878 3/18/2019
2.0.9 1,451 3/8/2019
2.0.8 1,279 3/7/2019
2.0.7 1,772 2/18/2019
2.0.6 1,873 2/1/2019
2.0.5 1,860 1/9/2019
2.0.4 1,949 12/17/2018
2.0.3 1,459 12/10/2018
2.0.2 1,484 12/6/2018
2.0.1 1,383 12/6/2018
2.0.0 1,393 12/5/2018
1.2.6 1,947 10/30/2018
1.2.5 1,561 10/18/2018
1.2.4 1,801 9/21/2018
1.2.3 1,485 9/19/2018
1.2.2 1,604 9/7/2018
1.2.1 1,890 8/22/2018
1.2.0 3,340 8/21/2018
1.1.8 1,534 8/20/2018
1.1.7 1,608 8/16/2018
1.1.6 1,554 8/15/2018
1.1.5 1,567 8/13/2018
1.1.4 1,736 7/30/2018
1.1.3 1,636 7/24/2018
1.1.2 1,563 7/20/2018
1.1.1 1,688 7/18/2018
1.1.0 1,657 7/16/2018
1.0.19 1,661 7/12/2018
1.0.18 1,925 7/3/2018
1.0.17 3,842 6/28/2018
1.0.16 1,723 6/26/2018
1.0.15 1,704 6/26/2018
1.0.14 1,708 6/25/2018
1.0.13 1,634 6/22/2018
1.0.12 1,859 6/11/2018
1.0.11 1,625 6/6/2018
1.0.10 1,595 6/5/2018
1.0.9 1,670 6/4/2018
1.0.8 4,516 5/12/2018
1.0.7 1,648 5/12/2018
1.0.6 1,690 5/8/2018
1.0.5 1,583 5/7/2018
1.0.4 1,587 5/7/2018
1.0.3 1,699 5/4/2018
1.0.2 1,690 4/20/2018
1.0.1 1,635 4/20/2018
1.0.0 1,662 4/19/2018
0.0.8 2,326 3/23/2018
0.0.7 1,784 3/23/2018
0.0.6 1,635 3/22/2018
0.0.5 1,614 3/21/2018
0.0.4 1,646 3/20/2018
0.0.3 1,810 3/12/2018
0.0.2 1,700 3/9/2018
0.0.1 1,661 3/8/2018

7.0.4 - Updated CryptoExchange.Net