1
- # bitfinex-api-py (v3-beta)
1
+ # bitfinex-api-py
2
2
3
3
Official implementation of the [ Bitfinex APIs (V2)] ( https://docs.bitfinex.com/docs ) for ` Python 3.8+ ` .
4
4
5
- > ** DISCLAIMER:** \
6
- Production use of v3.0.0b1 (and all future beta versions) is HIGHLY discouraged. \
7
- Beta versions should not be used in applications which require user authentication. \
8
- Provide your API-KEY/API-SECRET, and manage your account and funds at your own risk.
9
-
10
5
### Features
11
6
12
7
* Support for 75+ REST endpoints (a list of available endpoints can be found [ here] ( https://docs.bitfinex.com/reference ) )
@@ -20,13 +15,6 @@ Provide your API-KEY/API-SECRET, and manage your account and funds at your own r
20
15
python3 -m pip install --pre bitfinex-api-py
21
16
```
22
17
23
- ### Selecting and installing a specific beta version
24
-
25
- It's also possible to select and install a specific beta version:
26
- ``` console
27
- python3 -m pip install bitfinex-api-py==3.0.0b1
28
- ```
29
-
30
18
---
31
19
32
20
# Quickstart
@@ -305,7 +293,7 @@ All contributions are welcome! :D
305
293
306
294
A guide on how to install and set up ` bitfinex-api-py ` 's source code can be found [ here] ( #installation-and-setup ) . \
307
295
Before opening any pull requests, please have a look at [ Before Opening a PR] ( #before-opening-a-pr ) . \
308
- Contributors must uphold the [ Contributor Covenant code of conduct] ( https://github.com/bitfinexcom/bitfinex-api-py/blob/v3-beta /CODE_OF_CONDUCT.md ) .
296
+ Contributors must uphold the [ Contributor Covenant code of conduct] ( https://github.com/bitfinexcom/bitfinex-api-py/blob/master /CODE_OF_CONDUCT.md ) .
309
297
310
298
### Index
311
299
@@ -323,10 +311,8 @@ A brief guide on how to install and set up the project in your Python 3.8+ envir
323
311
324
312
### Cloning the repository
325
313
326
- The following command will only clone the ` v3-beta ` branch (excluding all others):
327
-
328
314
``` console
329
- git clone --branch v3-beta --single-branch https://github.com/bitfinexcom/bitfinex-api-py.git
315
+ git clone https://github.com/bitfinexcom/bitfinex-api-py.git
330
316
```
331
317
332
318
### Installing the dependencies
0 commit comments