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