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