-
Notifications
You must be signed in to change notification settings - Fork 28
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.
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 ())
let ops = await BitShares.history.get_account_history("1.2.849826", "1.11.0", 10, "1.11.0")