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