hist
Display history for given ethereum blockchain balance. e.g. 0x3cD751E6b0078Be393132286c442345e5DC49699 [Source: Ethplorer]
Usage
hist [-l LIMIT] [-s {timestamp,transactionHash,token,value}] [-r]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
limit | -l --limit | display N number records | 10 | True | None |
sortby | -s --sort | Sort by given column. Default: timestamp | timestamp | True | timestamp, transactionHash, token, value |
reverse | -r --reverse | Data is sorted in descending order by default. Reverse flag will sort it in an ascending way. Only works when raw data is displayed. | False | True | None |