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 chaincoind
getdifficulty
Returns the current difficulty.
zenzo.iizzz.net:26280/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
zenzo.iizzz.net:26280/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
zenzo.iizzz.net:26280/api/getmasternodecount
getblockcount
Returns the current block index.
zenzo.iizzz.net:26280/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
zenzo.iizzz.net:26280/api/getblockhash?index=844
getblock [hash]
Returns information about the block with the given hash.
zenzo.iizzz.net:26280/api/getblock?hash=fe46882c7f855f32532fc92d5ab0c2f3d752984740438daead637d7a12c933a0
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
zenzo.iizzz.net:26280/api/getrawtransaction?txid=6782db824cf251005216ef045d20c9cf1f11014fcd8850b792d5faf4e4bdc12b&decrypt=0
zenzo.iizzz.net:26280/api/getrawtransaction?txid=6782db824cf251005216ef045d20c9cf1f11014fcd8850b792d5faf4e4bdc12b&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
zenzo.iizzz.net:26280/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
zenzo.iizzz.net:26280/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
zenzo.iizzz.net:26280/ext/getaddress/ZmtmbSLXLxAbeCu5Vf376jVP7g1QdFBfM1
getbalance (/ext/getbalance/hash)
Returns current balance of given address
zenzo.iizzz.net:26280/ext/getbalance/ZmtmbSLXLxAbeCu5Vf376jVP7g1QdFBfM1
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
zenzo.iizzz.net:26280/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
zenzo.iizzz.net:26280/tx/6782db824cf251005216ef045d20c9cf1f11014fcd8850b792d5faf4e4bdc12b
block (/block/hash)
zenzo.iizzz.net:26280/block/fe46882c7f855f32532fc92d5ab0c2f3d752984740438daead637d7a12c933a0
address (/address/hash)
zenzo.iizzz.net:26280/address/ZmtmbSLXLxAbeCu5Vf376jVP7g1QdFBfM1
qrcode (/qr/hash)
zenzo.iizzz.net:26280/qr/ZmtmbSLXLxAbeCu5Vf376jVP7g1QdFBfM1