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