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