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.shellcoin.org/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.shellcoin.org/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.shellcoin.org/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.shellcoin.org/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
explorer.shellcoin.org/api/getblock?hash=86d4e9e62637626ec38fe1a0735baa8157059aa6e9b4f2dc2190896c2abd5cef
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.shellcoin.org/api/getrawtransaction?txid=4f192a90b552ca2d8c335f1c0a7c47c3cf12ae439ae56c2bbd5a13f240448438&decrypt=0
explorer.shellcoin.org/api/getrawtransaction?txid=4f192a90b552ca2d8c335f1c0a7c47c3cf12ae439ae56c2bbd5a13f240448438&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.shellcoin.org/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.shellcoin.org/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.shellcoin.org/ext/getaddress/ScSSqvCYBArd6w1ejZtkispkQkcePy2jZ9
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.shellcoin.org/ext/getbalance/ScSSqvCYBArd6w1ejZtkispkQkcePy2jZ9
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis
explorer.shellcoin.org/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
explorer.shellcoin.org/tx/4f192a90b552ca2d8c335f1c0a7c47c3cf12ae439ae56c2bbd5a13f240448438
block (/block/hash)
explorer.shellcoin.org/block/86d4e9e62637626ec38fe1a0735baa8157059aa6e9b4f2dc2190896c2abd5cef
address (/address/hash)
explorer.shellcoin.org/address/ScSSqvCYBArd6w1ejZtkispkQkcePy2jZ9
qrcode (/qr/hash)
explorer.shellcoin.org/qr/ScSSqvCYBArd6w1ejZtkispkQkcePy2jZ9