Skip to content

Releases: bitfinexcom/bitfinex-api-py

v3.0.0b1

26 Apr 15:02

Choose a tag to compare

v3.0.0b1 Pre-release
Pre-release
## bitfinex-api-py v3.0.0b1 release notes (April 26, 2023)
_Author of these release notes: Davi0k (https://github.com/Davi0k)_

**v3.0.0b1 documentation can be found [here](https://github.com/bitfinexcom/bitfinex-api-py/blob/v3-beta/README.md).**

bitfinex-api-py v3-beta launches today with v3.0.0b1! \
v3-beta simplify the integration of the Bitfinex API in Python 3.8+ applications. \
v3.0.0b1 introduces multiple new features, improvements and bug fixes such as:
* full type hinting and type checking support with mypy;
* lots of bug fixes (including critical bugs) and performance boosts;
* a new WebSocket client to ensure fast, secure and persistent connections;
* support for all 75+ REST endpoints available (including merchant endpoints);

> DISCLAIMER: \
Production use of v3.0.0b1 (and all future beta versions) is HIGHLY discouraged. \
Beta versions should not be used in applications which require user authentication. \
Provide your API-KEY/API-SECRET, and manage your account and funds at your own risk.

v2.0.6

17 Feb 18:19
0079580

Choose a tag to compare

2.0.6
-) Added id field to _parse_trade

v2.0.5

17 Feb 18:14
a5bdcc1

Choose a tag to compare

2.0.5
-) Show correct fees for withdraws

v2.0.4

19 Oct 15:01
fd5484c

Choose a tag to compare

2.0.4
-) Added missing ID to ledgers.py

v2.0.3

04 Oct 14:33
1c289d7

Choose a tag to compare

2.0.3
-) Implemented Liquidations endpoint (REST)

v2.0.2

27 Aug 19:01
757cb4a

Choose a tag to compare

-) Use private host for auth-based requests

v2.0.1

31 Jan 13:52
1ca0d87

Choose a tag to compare

-) Added User Settings Write/Read/Delete endpoints (REST)
-) Added Balance Available for Orders/Offers endpoint (REST)
-) Fixed trades error handling (WS)

v2.0.0

21 Jan 16:51
a9a38b3

Choose a tag to compare

- Implemented Movement endpoints (REST)
- Fixed unawaited stop
- Changed account's trade execution (te) and trade update (tu) handling

v1.2.1

12 Aug 16:24
09a9b8f

Choose a tag to compare

- added ws full orderbook example

v1.2.0

12 Aug 14:38
ab166f7

Choose a tag to compare

- if max_retries == 0 continue forever