API Documentation

The Tenzura block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.

API Calls

Return data from Tenzura daemon

getdifficulty

Returns the current difficulty.

https://chain.tenzura.io/api/getdifficulty

getconnectioncount

Returns the number of connections the block explorer has to other nodes.

https://chain.tenzura.io/api/getconnectioncount

getblockcount

Returns the current block index.

https://chain.tenzura.io/api/getblockcount

getblockhash [index]

Returns the hash of the block at index; index 0 is the genesis block.

https://chain.tenzura.io/api/getblockhash?index=1337

getnetworkhashps

Returns the current network hashrate. (hash/s)

https://chain.tenzura.io/api/getnetworkhashps
Extended API

Return data from local indexes

getmoneysupply

Returns current money supply

https://chain.tenzura.io/ext/getmoneysupply

getdistribution

Returns wealth distribution stats

https://chain.tenzura.io/ext/getdistribution

getaddress

Returns information for given address

https://chain.tenzura.io/ext/getaddress?address=TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK

Legacy format (redirects to the above): https://chain.tenzura.io/ext/getaddress/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK

gettx

Returns information for given tx hash

https://chain.tenzura.io/ext/gettx?txid=728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723

Legacy format (redirects to the above): https://chain.tenzura.io/ext/gettx/728814c83c34c68ad1fbb057b9fbdb0a1c8b4235cc74b99f2af89375bc9f1723

getbalance

Returns current balance of given address

https://chain.tenzura.io/ext/getbalance?address=TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK

Legacy format (redirects to the above): https://chain.tenzura.io/ext/getbalance/TqExosWP37HtqVJiHwpWi1jBYpLwzAdptK

getlasttxsajax

Returns last transactions greater than [min]

Note: returned values are in satoshis

https://chain.tenzura.io/ext/getlasttxsajax?min=100

Legacy format (redirects to the above): https://chain.tenzura.io/ext/getlasttxsajax/100