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