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