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