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