- Pagination Parameters
- Block / Timestamp Filter Parameters
- Blockchain
- Block
- Transaction
- Address
- Contract
- QRC20
https://qtum.info/api/
for mainnethttps://testnet.qtum.info/api/
for testnet
You may use one of 3 forms below, all indices count from 0, maximum 100 records per page:
limit=20&offset=40
from=40&to=59
pageSize=20&page=2
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 |