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.
https://explorer.rikeza.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
https://explorer.rikeza.io/api/getconnectioncount
getblockcount
Returns the current block index.
https://explorer.rikeza.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
https://explorer.rikeza.io/api/getblockhash?index=1
getblock [hash]
Returns information about the block with the given hash.
https://explorer.rikeza.io/api/getblock?hash=00000d4f5b403ac485c67adae26cb9a48cd7f9d436670693e2226ad641e8b1e3
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
https://explorer.rikeza.io/api/getrawtransaction?txid=05f145cf668dffccb52e8bd3f784961c0b71c0d4b1065ece5c405471217b6bc8&decrypt=0
https://explorer.rikeza.io/api/getrawtransaction?txid=05f145cf668dffccb52e8bd3f784961c0b71c0d4b1065ece5c405471217b6bc8&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
https://explorer.rikeza.io/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
https://explorer.rikeza.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
https://explorer.rikeza.io/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
https://explorer.rikeza.io/ext/getaddress/RCQTYfGkbijVxGS6krcTntyRuMgXtwXCU3
gettx (/ext/gettx/hash)
Returns information for given tx hash
https://explorer.rikeza.io/ext/gettx/05f145cf668dffccb52e8bd3f784961c0b71c0d4b1065ece5c405471217b6bc8
getbalance (/ext/getbalance/hash)
Returns current balance of given address
https://explorer.rikeza.io/ext/getbalance/RCQTYfGkbijVxGS6krcTntyRuMgXtwXCU3
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
https://explorer.rikeza.io/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
https://explorer.rikeza.io/tx/05f145cf668dffccb52e8bd3f784961c0b71c0d4b1065ece5c405471217b6bc8
block (/block/hash)
https://explorer.rikeza.io/block/00000d4f5b403ac485c67adae26cb9a48cd7f9d436670693e2226ad641e8b1e3
address (/address/hash)
https://explorer.rikeza.io/address/RCQTYfGkbijVxGS6krcTntyRuMgXtwXCU3
qrcode (/qr/hash)
https://explorer.rikeza.io/qr/RCQTYfGkbijVxGS6krcTntyRuMgXtwXCU3