The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from AZU
getdifficulty
Returns the current difficulty.
167.99.138.17/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
167.99.138.17/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
167.99.138.17/api/getmasternodecount
getblockcount
Returns the current block index.
167.99.138.17/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
167.99.138.17/api/getblockhash?index=147
getblock [hash]
Returns information about the block with the given hash.
167.99.138.17/api/getblock?hash=0000000050db3396ee948de55dd2e6132b6bc61cbca29cc15c90866677b8f4da
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
167.99.138.17/api/getrawtransaction?txid=747f6614769a3910c6b3c67383dde8ddaed0b3c9a324f4a38e3394e2db4fdc7e&decrypt=0
167.99.138.17/api/getrawtransaction?txid=747f6614769a3910c6b3c67383dde8ddaed0b3c9a324f4a38e3394e2db4fdc7e&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
167.99.138.17/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
167.99.138.17/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
167.99.138.17/ext/getdistribution
getaddress
Returns information for given address.
167.99.138.17/ext/getaddress/WTXUVnYiThssrke38NnQTQC6TCXj6dEJ79
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
167.99.138.17/ext/getbalance/WTXUVnYiThssrke38NnQTQC6TCXj6dEJ79
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
167.99.138.17/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
167.99.138.17/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
167.99.138.17/tx/747f6614769a3910c6b3c67383dde8ddaed0b3c9a324f4a38e3394e2db4fdc7e
Block (/block/hash)
Direct link to the Block Page.
167.99.138.17/block/0000000050db3396ee948de55dd2e6132b6bc61cbca29cc15c90866677b8f4da
Address (/address/hash)
Direct link to the Address Page.
167.99.138.17/address/WTXUVnYiThssrke38NnQTQC6TCXj6dEJ79
Qrcode (/qr/hash)
Direct link to the QR Code.
167.99.138.17/qr/WTXUVnYiThssrke38NnQTQC6TCXj6dEJ79