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