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