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