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