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