def pyhodl.updater.markets.bitfinex.BitfinexUpdater.fetch |
( |
|
self, |
|
|
|
data |
|
) |
| |
:param data: {}
Raw request
:return: response
Fetch with client
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_all_movements |
( |
|
self, |
|
|
|
symbol |
|
) |
| |
:param symbol: str
Symbol to fetch
:return: [] of {}
List of deposits/withdrawals with symbol
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_all_transactions |
( |
|
self, |
|
|
|
symbol |
|
) |
| |
:param symbol: str
Symbol to fetch
:return: [] of {}
List of transactions with symbol
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_currencies_list |
( |
|
self | ) |
|
:return: [] of str
List of currencies in exchange
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_movements |
( |
|
self | ) |
|
:return: [] of {}
List of deposits and withdrawals
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_symbols_list |
( |
|
self | ) |
|
:return: [] of str
List of symbols (markets) in exchange
def pyhodl.updater.markets.bitfinex.BitfinexUpdater.get_transactions |
( |
|
self | ) |
|
pyhodl.updater.markets.bitfinex.BitfinexUpdater.transactions |
The documentation for this class was generated from the following file:
- /home/stefano/Coding/Python/projects/pyhodl/pyhodl/updater/markets/bitfinex.py