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