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