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