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