mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
docs: re-generate
This commit is contained in:
committed by
Jacob Plaster
parent
b392520d77
commit
089169b7c4
@@ -9,14 +9,14 @@ a websocket client and a rest interface client
|
|||||||
|
|
||||||
## Client
|
## Client
|
||||||
```python
|
```python
|
||||||
Client(self, API_KEY=None, API_SECRET=None, rest_host='https://api-pub.bitfinex.com/v2', ws_host='wss://api-pub.bitfinex.com/ws/2', create_event_emitter=None, logLevel='INFO', dead_man_switch=False, ws_capacity=25, *args, **kwargs)
|
Client(self, API_KEY=None, API_SECRET=None, rest_host='https://test.bitfinex.com/v2', ws_host='wss://test.bitfinex.com/ws/2', create_event_emitter=None, logLevel='INFO', dead_man_switch=False, ws_capacity=25, *args, **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
The bfx client exposes rest and websocket objects
|
The bfx client exposes rest and websocket objects
|
||||||
|
|
||||||
# BfxRest
|
# BfxRest
|
||||||
```python
|
```python
|
||||||
BfxRest(self, API_KEY, API_SECRET, host='https://api-pub.bitfinex.com/v2', loop=None, logLevel='INFO', parse_float=<class 'float'>, *args, **kwargs)
|
BfxRest(self, API_KEY, API_SECRET, host='https://test.bitfinex.com/v2', loop=None, logLevel='INFO', parse_float=<class 'float'>, *args, **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
BFX rest interface contains functions which are used to interact with both the public
|
BFX rest interface contains functions which are used to interact with both the public
|
||||||
|
|||||||
@@ -9,14 +9,14 @@ a websocket client and a rest interface client
|
|||||||
|
|
||||||
## Client
|
## Client
|
||||||
```python
|
```python
|
||||||
Client(self, API_KEY=None, API_SECRET=None, rest_host='https://api-pub.bitfinex.com/v2', ws_host='wss://api-pub.bitfinex.com/ws/2', create_event_emitter=None, logLevel='INFO', dead_man_switch=False, ws_capacity=25, *args, **kwargs)
|
Client(self, API_KEY=None, API_SECRET=None, rest_host='https://test.bitfinex.com/v2', ws_host='wss://test.bitfinex.com/ws/2', create_event_emitter=None, logLevel='INFO', dead_man_switch=False, ws_capacity=25, *args, **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
The bfx client exposes rest and websocket objects
|
The bfx client exposes rest and websocket objects
|
||||||
|
|
||||||
# BfxWebsocket
|
# BfxWebsocket
|
||||||
```python
|
```python
|
||||||
BfxWebsocket(self, API_KEY=None, API_SECRET=None, host='wss://api-pub.bitfinex.com/ws/2', manageOrderBooks=False, dead_man_switch=False, ws_capacity=25, logLevel='INFO', parse_float=<class 'float'>, *args, **kwargs)
|
BfxWebsocket(self, API_KEY=None, API_SECRET=None, host='wss://test.bitfinex.com/ws/2', manageOrderBooks=False, dead_man_switch=False, ws_capacity=25, logLevel='INFO', parse_float=<class 'float'>, *args, **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
More complex websocket that heavily relies on the btfxwss module.
|
More complex websocket that heavily relies on the btfxwss module.
|
||||||
|
|||||||
Reference in New Issue
Block a user