API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.neurai.org/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.neurai.org/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.neurai.org/ext/getaddress/NQAXpRkqG2hmN3dcR81hYrFqoGyR1PuVnWgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.neurai.org/ext/getaddresstxs/NQAXpRkqG2hmN3dcR81hYrFqoGyR1PuVnW/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.neurai.org/ext/gettx/d2cced8b8e4af8207862c62a70f6ac66e78a46173938374ebafe2a4f13c1f5degetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.neurai.org/ext/getbalance/NQAXpRkqG2hmN3dcR81hYrFqoGyR1PuVnWgetlasttxs (/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.neurai.org/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.neurai.org/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
explorer.neurai.org/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count
explorer.neurai.org/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
explorer.neurai.org/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.neurai.org/ext/getmasternoderewards/NQAXpRkqG2hmN3dcR81hYrFqoGyR1PuVnW/100getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.neurai.org/ext/getmasternoderewardstotal/NQAXpRkqG2hmN3dcR81hYrFqoGyR1PuVnW/100
Linking (GET)
Linking to the block explorer