
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=441234
- getblock [hash]Returns information about the block with the given hash.explorer.hemis.tech/api/getblock?hash=d50002e08270995451eb1f175ed7a46eb132c11167905820604d7483d22ccd38
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.hemis.tech/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.hemis.tech/api/getvotelist
- getgamemastercountReturns the total number of gamemasters on the network.explorer.hemis.tech/api/getgamemastercount
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/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.hemis.tech/ext/getaddresstxs/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.hemis.tech/ext/gettx/67639ce25faab00358a92b9822e47926ab4a097da081bd95b502a5bbad7d992d
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.hemis.tech/ext/getbalance/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG
- 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, USDT price, # of gamemastersexplorer.hemis.tech/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online gamemasters, count of offline gamemastersexplorer.hemis.tech/ext/getsummary
- getgamemasterlistReturns the complete list of gamemasters on the network.explorer.hemis.tech/ext/getgamemasterlist
- getgamemasterrewards (/ext/getgamemasterrewards/hash/since)Returns a list of gamemaster reward transactions for address [hash] that arrived after block height [since]explorer.hemis.tech/ext/getgamemasterrewards/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG/441234
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.hemis.tech/tx/67639ce25faab00358a92b9822e47926ab4a097da081bd95b502a5bbad7d992d
- block (/block/hash)explorer.hemis.tech/block/d50002e08270995451eb1f175ed7a46eb132c11167905820604d7483d22ccd38
- address (/address/hash)explorer.hemis.tech/address/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG
- qrcode (/qr/hash)explorer.hemis.tech/qr/HRXcJLW4nW4Kc9rjiyGzDdC9iUdJFkZEaG