htmlcoininfo-api
v0.0.2
Published
* [Pagination Parameters](#pagination-parameters) * [Block / Timestamp Filter Parameters](#block--timestamp-filter-parameters) * [Blockchain](https://github.com/denuoweb/htmlcoininfo-api/blob/master/doc/blockchain.md) * [Blockchain Information](https://
Downloads
1
Readme
htmlcoininfo API Documentation
- Pagination Parameters
- Block / Timestamp Filter Parameters
- Blockchain
- Block
- Transaction
- Address
- Contract
- HRC20
API Endpoint
https://info.htmlcoin.com/api/
for mainnethttps://testnetinfo.htmlcoin.com/api/
for testnet
Pagination Parameters
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
Block / Timestamp Filter Parameters
These params are available in some transaction list queries,
records are picked only when fromBlock <= blockHeight <= toBlock
, fromTime <= blockTimestamp <= toTime
.