
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/1EKJZUuyF6GzK6xT51LATSFDpTXzzeJiVmgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
radiantexplorer.com/ext/getaddresstxs/1EKJZUuyF6GzK6xT51LATSFDpTXzzeJiVm/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
radiantexplorer.com/ext/gettx/2b1bfc071d1d120b9592bdd45e50484ebba63943f565aebde9cbb6c250f8ac8cgetbalance (/ext/getbalance/hash)
Returns current balance of given address
radiantexplorer.com/ext/getbalance/1EKJZUuyF6GzK6xT51LATSFDpTXzzeJiVmgetlasttxs (/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, network connection count, block count
radiantexplorer.com/ext/getsummary
Linking (GET)
Linking to the block explorer