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