def pyhodl.updater.markets.binance.BinanceUpdater.get_all_transactions |
( |
|
self, |
|
|
|
symbol, |
|
|
|
from_id = 0 , |
|
|
|
page_size = 500 |
|
) |
| |
:return: [] of {}
List of exchange transactions
def pyhodl.updater.markets.binance.BinanceUpdater.get_deposits |
( |
|
self | ) |
|
:return: [] of {}
List of exchange deposits
def pyhodl.updater.markets.binance.BinanceUpdater.get_symbols_list |
( |
|
self | ) |
|
:return: [] of str
List of symbols (currencies)
def pyhodl.updater.markets.binance.BinanceUpdater.get_transactions |
( |
|
self | ) |
|
:return: [] of {}
List of all exchange movements (transactions + deposits +
withdrawals)
def pyhodl.updater.markets.binance.BinanceUpdater.get_withdraw |
( |
|
self | ) |
|
:return: [] of {}
List of exchange withdrawals
pyhodl.updater.markets.binance.BinanceUpdater.transactions |
The documentation for this class was generated from the following file:
- /home/stefano/Coding/Python/projects/pyhodl/pyhodl/updater/markets/binance.py