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