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