|
PyHodl
0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|


Public Member Functions | |
| def | __init__ (self, api_client, data_folder) |
| def | get_account_transactions (self, account) |
| def | get_transactions (self) |
Public Member Functions inherited from pyhodl.updater.models.ExchangeUpdater | |
| def | __init__ (self, api_client, data_folder, rate_limit=1, rate_limit_wait=60) |
| def | get_transactions (self) |
| def | save_data (self) |
| def | update (self, verbose) |
Public Member Functions inherited from pyhodl.logs.Logger | |
| def | __init__ (self) |
| def | log (self, content) |
Public Attributes | |
| accounts | |
| transactions | |
Public Attributes inherited from pyhodl.updater.models.ExchangeUpdater | |
| client | |
| folder | |
| output_file | |
| transactions | |
| rate | |
| rate_wait | |
| page_limit | |
Public Attributes inherited from pyhodl.logs.Logger | |
| class_name | |
Updates Gdax data
| def pyhodl.updater.markets.gdax.GdaxUpdater.__init__ | ( | self, | |
| api_client, | |||
| data_folder | |||
| ) |
| def pyhodl.updater.markets.gdax.GdaxUpdater.get_account_transactions | ( | self, | |
| account | |||
| ) |
:param account: {}
Account to fetch
:return: [] of {}
List of transactions of account
| def pyhodl.updater.markets.gdax.GdaxUpdater.get_transactions | ( | self | ) |
| pyhodl.updater.markets.gdax.GdaxUpdater.accounts |
| pyhodl.updater.markets.gdax.GdaxUpdater.transactions |