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