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] |