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