Hemis Public API
A listing of public API endpoints for retrieving Hemis coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.hemis.tech/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.hemis.tech/api/getconnectioncount
- getblockcountReturns the current block index.explorer.hemis.tech/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.hemis.tech/api/getblockhash?index=1000
- getblock [hash]Returns information about the block with the given hash.explorer.hemis.tech/api/getblock?hash=27313ea11b07743384d3b6df2d946e6c7685b664423fc84c497d0e2204409187
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getvotelistReturns the current vote list.explorer.hemis.tech/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.hemis.tech/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.hemis.tech/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.hemis.tech/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.hemis.tech/ext/getaddress/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.hemis.tech/ext/getaddresstxs/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.hemis.tech/ext/gettx/ed36caa75b195b7ecbef51fc3577ea55bf9e3483416c7e4b66d851b5778e9902
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.hemis.tech/ext/getbalance/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceexplorer.hemis.tech/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.hemis.tech/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.hemis.tech/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.hemis.tech/ext/getsummary
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.hemis.tech/ext/getmasternoderewardstotal/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5/1000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.hemis.tech/tx/ed36caa75b195b7ecbef51fc3577ea55bf9e3483416c7e4b66d851b5778e9902
- block (/block/hash)explorer.hemis.tech/block/27313ea11b07743384d3b6df2d946e6c7685b664423fc84c497d0e2204409187
- address (/address/hash)explorer.hemis.tech/address/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5
- qrcode (/qr/hash)explorer.hemis.tech/qr/HN5iXF96mHVpxMwdkyoSygYy5EZTPcErU5