def pyhodl.updater.markets.coinbase.CoinbaseUpdater.__init__ |
( |
|
self, |
|
|
|
api_client, |
|
|
|
data_folder |
|
) |
| |
def pyhodl.updater.markets.coinbase.CoinbaseUpdater.get_account_transactions |
( |
|
self, |
|
|
|
account_id |
|
) |
| |
:param account_id: str
Account to fetch
:return: [] of {}
List of transactions of account
def pyhodl.updater.markets.coinbase.CoinbaseUpdater.get_transactions |
( |
|
self | ) |
|
pyhodl.updater.markets.coinbase.CoinbaseUpdater.accounts |
pyhodl.updater.markets.coinbase.CoinbaseUpdater.page_limit |
pyhodl.updater.markets.coinbase.CoinbaseUpdater.transactions |
The documentation for this class was generated from the following file:
- /home/stefano/Coding/Python/projects/pyhodl/pyhodl/updater/markets/coinbase.py