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