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