Skip to content

BitShares.history

Nikolay Nozdrin-Plotnitsky edited this page May 10, 2018 · 2 revisions

To access the Account History API, you can use the BitShares.history object.

get_account_history()

Signature:

get_account_history(account_id_type account, operation_history_id_type stop = operation_history_id_type (), unsigned limit = 100, operation_history_id_type start = operation_history_id_type ())

Example

let ops = await BitShares.history.get_account_history("1.2.849826", "1.11.0", 10, "1.11.0")