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