Bitfinex.Net
- Bitfinex.Net is a strongly typed client library for accessing the Bitfinex REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.
+ Bitfinex.Net is a strongly typed client library for accessing the Bitfinex REST and Websocket API.
+ Features
+
+ - Response data is mapped to descriptive models
+ - Input parameters and response values are mapped to discriptive enum values where possible
+ - Automatic websocket (re)connection management
+ - Cient side order book implementation
+ - Extensive logging
+ - Support for different environments
+ - Easy integration with other exchange client based on the CryptoExchange.Net base library
+
This library is based on the
CryptoExchange.Net base package and can be used in combination with other exchange packages!
Supported Frameworks