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