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