These params are available in some transaction list queries.
These params are available in some transaction list queries, records are picked only when
fromBlock <= blockHeight <= toBlock, fromTime <= blockTimestamp <= toTime
Name | Type | Description |
fromBlock |
Number (optional) |
Search blocks from height |
toBlock |
Number (optional) |
Search blocks until height |
fromTime |
ISO 8601 Date String (optional) |
Search blocks from timestamp |
toTime |
ISO 8601 Date String (optional) |
Search blocks until timestamp |