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.
173.249.33.243:3008/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
173.249.33.243:3008/api/getconnectioncount
getblockcount
Returns the current block index.
173.249.33.243:3008/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
173.249.33.243:3008/api/getblockhash?index=1337
getblock [hash]
Returns information about the block with the given hash.
173.249.33.243:3008/api/getblock?hash=e1bf08bb31caad240d008406b8a22f3398a892f3876971b304bb98cbec8ffd70
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
173.249.33.243:3008/api/getrawtransaction?txid=045ad23b92d6cdac63e5ca1f03bab0922aebfd9577f179e07a1c5221123e521d&decrypt=0
173.249.33.243:3008/api/getrawtransaction?txid=045ad23b92d6cdac63e5ca1f03bab0922aebfd9577f179e07a1c5221123e521d&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
173.249.33.243:3008/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
173.249.33.243:3008/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
173.249.33.243:3008/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
173.249.33.243:3008/ext/getaddress/AeAxbCyhQ7nh7VdT9pP2zAmibrNmUBRUtu
getbalance (/ext/getbalance/hash)
Returns current balance of given address
173.249.33.243:3008/ext/getbalance/AeAxbCyhQ7nh7VdT9pP2zAmibrNmUBRUtu
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
173.249.33.243:3008/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid)
173.249.33.243:3008/tx/045ad23b92d6cdac63e5ca1f03bab0922aebfd9577f179e07a1c5221123e521d
block (/block/hash)
173.249.33.243:3008/block/e1bf08bb31caad240d008406b8a22f3398a892f3876971b304bb98cbec8ffd70
address (/address/hash)
173.249.33.243:3008/address/AeAxbCyhQ7nh7VdT9pP2zAmibrNmUBRUtu
qrcode (/qr/hash)
173.249.33.243:3008/qr/AeAxbCyhQ7nh7VdT9pP2zAmibrNmUBRUtu