Hellar Public API
A listing of public API endpoints for retrieving Hellar coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.chain.hellar.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.chain.hellar.io/api/getconnectioncount
- getblockcountReturns the current block index.chain.hellar.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.chain.hellar.io/api/getblockhash?index=208489
- getblock [hash]Returns information about the block with the given hash.chain.hellar.io/api/getblock?hash=000000000024248465e227614f743dca4ab564fb84cff510adddbdee8661bcfa
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getmasternodecountReturns the total number of masternodes on the network.chain.hellar.io/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplychain.hellar.io/ext/getmoneysupply
- getaddress (/ext/getaddress/hash)Returns information for given addresschain.hellar.io/ext/getaddress/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]chain.hellar.io/ext/getaddresstxs/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashchain.hellar.io/ext/gettx/40bb3ad91bb19f6757a1372ee9070c2bed70f2346e126dbafbe33830304d1a1f
- getbalance (/ext/getbalance/hash)Returns current balance of given addresschain.hellar.io/ext/getbalance/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA
- 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
- getmasternodelistReturns the complete list of masternodes on the network.chain.hellar.io/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]chain.hellar.io/ext/getmasternoderewards/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA/208489
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]chain.hellar.io/ext/getmasternoderewardstotal/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA/208489
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)chain.hellar.io/tx/40bb3ad91bb19f6757a1372ee9070c2bed70f2346e126dbafbe33830304d1a1f
- block (/block/hash)chain.hellar.io/block/000000000024248465e227614f743dca4ab564fb84cff510adddbdee8661bcfa
- address (/address/hash)chain.hellar.io/address/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA
- qrcode (/qr/hash)chain.hellar.io/qr/HF3TJCtTwm2AgCd3FFRtGtf5GbE5YZZTqA