
Radiant Public API
A listing of public API endpoints for retrieving Radiant coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.rxd-explorer.blockminerz.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.rxd-explorer.blockminerz.com/api/getconnectioncount
- getblockcountReturns the current block index.rxd-explorer.blockminerz.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.rxd-explorer.blockminerz.com/api/getblockhash?index=340000
- getblock [hash]Returns information about the block with the given hash.rxd-explorer.blockminerz.com/api/getblock?hash=000000000001b21624b180112b4a083be29e27579651df8031cad3d9b8181b89
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)rxd-explorer.blockminerz.com/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyrxd-explorer.blockminerz.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsrxd-explorer.blockminerz.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressrxd-explorer.blockminerz.com/ext/getaddress/14BVyakVLi8JBawM52e9eo27mKpBDfiuVY
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]rxd-explorer.blockminerz.com/ext/getaddresstxs/14BVyakVLi8JBawM52e9eo27mKpBDfiuVY/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashrxd-explorer.blockminerz.com/ext/gettx/838806af8c03ff42729c1124848235083b0d00de068e12587556f8a370ab31e6
- getbalance (/ext/getbalance/hash)Returns current balance of given addressrxd-explorer.blockminerz.com/ext/getbalance/14BVyakVLi8JBawM52e9eo27mKpBDfiuVY
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getlastcoinbasetxs (/ext/getlastcoinbasetxs/min/start/length)Returns last [length] coinbase transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange pricerxd-explorer.blockminerz.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursrxd-explorer.blockminerz.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC pricerxd-explorer.blockminerz.com/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countrxd-explorer.blockminerz.com/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)rxd-explorer.blockminerz.com/tx/838806af8c03ff42729c1124848235083b0d00de068e12587556f8a370ab31e6
- block (/block/hash)rxd-explorer.blockminerz.com/block/000000000001b21624b180112b4a083be29e27579651df8031cad3d9b8181b89
- address (/address/hash)rxd-explorer.blockminerz.com/address/14BVyakVLi8JBawM52e9eo27mKpBDfiuVY
- qrcode (/qr/hash)rxd-explorer.blockminerz.com/qr/14BVyakVLi8JBawM52e9eo27mKpBDfiuVY