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 cari-cli.
getdifficulty
Returns the current difficulty.
explorer.cri.eco/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.cri.eco/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.cri.eco/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.cri.eco/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.cri.eco/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
explorer.cri.eco/api/getblock?hash=0000037857cb9516ea41b81837bf6f32e1cd0826b7f1f1e2344c3376797bea92
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.cri.eco/api/getrawtransaction?txid=1e471b82bea66952f62becdfffb5ad30b280ca1360b4046272223ae2d74164ee&decrypt=0
explorer.cri.eco/api/getrawtransaction?txid=1e471b82bea66952f62becdfffb5ad30b280ca1360b4046272223ae2d74164ee&decrypt=1
Return data from local indexes.
getmoneysupply
Returns current money supply
explorer.cri.eco/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.cri.eco/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.cri.eco/ext/getaddress/CUi7qcBuVf2NjtAg2oK6h2DLYT8X4RFQA6
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.cri.eco/ext/getbalance/CUi7qcBuVf2NjtAg2oK6h2DLYT8X4RFQA6
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
explorer.cri.eco/ext/getlasttxs/10/100
Linking to the CARI explorer.
transaction (/tx/txid)
explorer.cri.eco/tx/1e471b82bea66952f62becdfffb5ad30b280ca1360b4046272223ae2d74164ee
block (/block/hash)
explorer.cri.eco/block/0000037857cb9516ea41b81837bf6f32e1cd0826b7f1f1e2344c3376797bea92
address (/address/hash)
explorer.cri.eco/address/CUi7qcBuVf2NjtAg2oK6h2DLYT8X4RFQA6
qrcode (/qr/hash)
explorer.cri.eco/qr/CUi7qcBuVf2NjtAg2oK6h2DLYT8X4RFQA6