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