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.
170.64.232.197/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
170.64.232.197/api/getconnectioncount
getblockcount
Returns the current block index.
170.64.232.197/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
170.64.232.197/api/getblockhash?index=560
getblock [hash]
Returns information about the block with the given hash.
170.64.232.197/api/getblock?hash=c0a2fb29892c4350fa88ac9dfbc1cc6f115dfef57cd1c2446f4ceb51b91c5138
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
170.64.232.197/api/getrawtransaction?txid=31754a65b48a841a29adcb0664c1cbbd0028b2dedf52e7b69442aa330e27423e&decrypt=0
170.64.232.197/api/getrawtransaction?txid=31754a65b48a841a29adcb0664c1cbbd0028b2dedf52e7b69442aa330e27423e&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
170.64.232.197/api/getnetworkhashps
Return data from local indexes
getcirculatingsupply
Returns circulating supply
170.64.232.197/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
170.64.232.197/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
170.64.232.197/ext/getaddress/VGPD3gK8SnxZd2W4vQd5ge71aKXcjg1uQ8
gettx (/ext/gettx/hash)
Returns information for given tx hash
170.64.232.197/ext/gettx/31754a65b48a841a29adcb0664c1cbbd0028b2dedf52e7b69442aa330e27423e
getbalance (/ext/getbalance/hash)
Returns current balance of given address
170.64.232.197/ext/getbalance/VGPD3gK8SnxZd2W4vQd5ge71aKXcjg1uQ8
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
170.64.232.197/ext/getlasttxsajax/100
getmasternodecount
Returns enabled masternode count
170.64.232.197/ext/enablemncount
getmasternodecollateral
Returns masternode collateral
170.64.232.197/ext/mncollateral
rate of interest
Returns rate of interest yearly
170.64.232.197/ext/roi
Linking to the block explorer
transaction (/tx/txid)
170.64.232.197/tx/31754a65b48a841a29adcb0664c1cbbd0028b2dedf52e7b69442aa330e27423e
block (/block/hash)
170.64.232.197/block/c0a2fb29892c4350fa88ac9dfbc1cc6f115dfef57cd1c2446f4ceb51b91c5138
address (/address/hash)
170.64.232.197/address/VGPD3gK8SnxZd2W4vQd5ge71aKXcjg1uQ8
qrcode (/qr/hash)
170.64.232.197/qr/VGPD3gK8SnxZd2W4vQd5ge71aKXcjg1uQ8