API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
radiantexplorer.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
radiantexplorer.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
radiantexplorer.com/ext/getaddress/1Njj9mo7WoMLQWZ5bFtUQZYPy9EwAW1tB2getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
radiantexplorer.com/ext/getaddresstxs/1Njj9mo7WoMLQWZ5bFtUQZYPy9EwAW1tB2/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
radiantexplorer.com/ext/gettx/f6cb3523ac551c91de14f8293459ed50ae45ddf05b9a3edbb3e9240c69762ac3getbalance (/ext/getbalance/hash)
Returns current balance of given address
radiantexplorer.com/ext/getbalance/1Njj9mo7WoMLQWZ5bFtUQZYPy9EwAW1tB2getlasttxs (/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
getcurrentprice
Returns last known exchange price
radiantexplorer.com/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
radiantexplorer.com/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
radiantexplorer.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count
radiantexplorer.com/ext/getsummary
Linking (GET)
Linking to the block explorer