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