History classes :

class ucoinpy.api.bma.tx.history.__init__.Blocks(conn_handler, pubkey, from_, to_, module='tx')

Get the wallet transaction history : /tx/history/[PUBKEY]/blocks/[from]/[to]

__get__(**kwargs)

Get the wallet transaction history : /tx/history/[PUBKEY]/blocks/[from]/[to]

Parameters:kwargs
__init__(conn_handler, pubkey, from_, to_, module='tx')

Constructor

Parameters:
  • conn_handler
  • pubkey (str) – The wallet public key.
  • from – The starting block or the starting timestamp limit (optionnal).
  • to – The ending block or the ending timestamp (optionnal).
  • module (str) – (Default value = tx)