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