Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

HistoryRequest.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

HistoryRequest

Properties

Name Type Description Notes
wallet_id str The walletId to get a history for.
unit str Unit of account for running balance. [optional] [default to 'sat']
from_height float optional, if set, history will be limited. Default 0 [optional] [default to 0]
to_height float optional, if set, history will be limited. Default -1, meaning that all history items will be returned, including mempool [optional] [default to -1]
start float optional, if set, the result set will be paginated with offset `start`. Default 0 [optional] [default to 0]
count float optional, if set, the result set will be paginated with `count`. Default -1, meaning that all history items will be returned [optional]

[Back to Model list] [Back to API list] [Back to README]