0.0.2 • Published 2 years ago

htmlcoininfo-api v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
2 years ago

htmlcoininfo API Documentation

API Endpoint

  • https://info.htmlcoin.com/api/ for mainnet
  • https://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.