getinfo
Returns a json object containing various state info.
http://block.taucoin.io/api/getinfo
getmininginfo
Returns a json object containing mining-related information.
http://block.taucoin.io/api/getmininginfo
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
http://block.taucoin.io/api/getconnectioncount
getblockcount
Returns the current block index.
http://block.taucoin.io/api/getblockcount
getblockhash [index]
Returns the hash of the given block [index]. Index 0 being the genesis block.
http://block.taucoin.io/api/getblockhash?index=1337
getblock [hash]
Returns a json object containing informations about the given block [hash].
http://block.taucoin.io/api/getblock?hash=46329654e5362e0f3728a0fbcee20d49a2ec36b0fe5ed5c8c14c68a0c5f588a0
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction [txid]. [decrypt] can be set to 0 or 1 (default).
http://block.taucoin.io/api/getrawtransacton?txid=bf48be918b9056b15662a5da5b3a897de31e54a10ba9ea06035b4dfa926a86e6&decrypt=0
http://block.taucoin.io/apigetrawtransaction?txid=bf48be918b9056b15662a5da5b3a897de31e54a10ba9ea06035b4dfa926a86e6&decrypt=1
getpeerinfo
Returns a json array of objects containing data about each connected network node.
http://block.taucoin.io/api/getpeerinfo
gettxoutsetinfo
Returns a json object containing statistics about the unspent transaction output set.
http://block.taucoin.io/api/gettxoutsetinfo
getmemberinfo [address]
Returns a json object containing member information by [address].
http://block.taucoin.io/api/getmemberinfo?address=TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ
getmoneysupply
Returns money supply
http://block.taucoin.io/ext/getmoneysupply
getdistribution
Returns a json object containing wealth distribution stats
http://block.taucoin.io/ext/getdistribution
getaddress [address]
Returns a json object containing informations for given [address]
http://block.taucoin.io/ext/getaddress/TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ
getbalance [address]
Returns current balance of given [address]
http://block.taucoin.io/ext/getbalance/TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ
getlasttxs [min] [count](optional, default and max = 100)
Returns last [count] transactions with amount greater than [min].
http://block.taucoin.io/ext/getlasttxs/1234
http://block.taucoin.io/ext/getlasttxs/1234/20
gettxcount
Returns current transactions count
http://block.taucoin.io/ext/gettxcount
transaction [txid]
http://block.taucoin.io/tx/bf48be918b9056b15662a5da5b3a897de31e54a10ba9ea06035b4dfa926a86e6
block [hash]
http://block.taucoin.io/block/46329654e5362e0f3728a0fbcee20d49a2ec36b0fe5ed5c8c14c68a0c5f588a0
address [address] [tx_count](optional, default and max = 100)
http://block.taucoin.io/address/TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ
http://block.taucoin.io/address/TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ/20
qrcode [address]
http://block.taucoin.io/qr/TGwH9btZVNtP7HqLyULt2e8EmFkqfJJCbZ