The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
info.hondaiscoin.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
info.hondaiscoin.com/api/getconnectioncount
getblockcount
Returns the current block index.
info.hondaiscoin.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
info.hondaiscoin.com/api/getblockhash?index=3192
getblock [hash]
Returns information about the block with the given hash.
info.hondaiscoin.com/api/getblock?hash=e349096d8a92d9356f596ba3c1b184b2936615072968fe60c0ebd984a00aac7c
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
info.hondaiscoin.com/api/getrawtransaction?txid=9ce570af474f3d785600cecdc567f55ecac0fb1e56255686eb85dbc2761e8c2a&decrypt=0
info.hondaiscoin.com/api/getrawtransaction?txid=9ce570af474f3d785600cecdc567f55ecac0fb1e56255686eb85dbc2761e8c2a&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
info.hondaiscoin.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
info.hondaiscoin.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
info.hondaiscoin.com/ext/getaddress/HF8wYVKt8Khvx65uxZJMfqGFEuEpp5ZXvi
getbalance (/ext/getbalance/hash)
Returns current balance of given address
info.hondaiscoin.com/ext/getbalance/HF8wYVKt8Khvx65uxZJMfqGFEuEpp5ZXvi
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
info.hondaiscoin.com/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
info.hondaiscoin.com/tx/9ce570af474f3d785600cecdc567f55ecac0fb1e56255686eb85dbc2761e8c2a
block (/block/hash)
info.hondaiscoin.com/block/e349096d8a92d9356f596ba3c1b184b2936615072968fe60c0ebd984a00aac7c
address (/address/hash)
info.hondaiscoin.com/address/HF8wYVKt8Khvx65uxZJMfqGFEuEpp5ZXvi
qrcode (/qr/hash)
info.hondaiscoin.com/qr/HF8wYVKt8Khvx65uxZJMfqGFEuEpp5ZXvi