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