privex.steemengine.SteemEngineHistory.SteemEngineHistory.get_history

SteemEngineHistory.get_history(account, symbol=None, limit=100, offset=0, h_type='user') list[source]

Get the Steem Engine transaction history for a given account :param account: Account name to filter by :param symbol: Symbol to filter by, e.g. ENG :param limit: Return this many transactions :param offset: Skip this many transactions (for pagination) :param h_type: ‘user’ or ‘contract’ (default: user) :return: list of dict(block, txid, timestamp, symbol, from, from_type, to, to_type, memo, quantity)