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