PyHodl  0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.updater.markets.bitfinex.BitfinexUpdater Class Reference
Inheritance diagram for pyhodl.updater.markets.bitfinex.BitfinexUpdater:
Collaboration diagram for pyhodl.updater.markets.bitfinex.BitfinexUpdater:

Public Member Functions

def get_symbols_list (self)
 
def get_currencies_list (self)
 
def fetch (self, data)
 
def get_all_movements (self, symbol)
 
def get_movements (self)
 
def get_all_transactions (self, symbol)
 
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

 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
 

Detailed Description

Updates Bitfinex data 

Member Function Documentation

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)

Member Data Documentation

pyhodl.updater.markets.bitfinex.BitfinexUpdater.transactions

The documentation for this class was generated from the following file: