
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/NSyMETD86nZxLacvWND147C9dzzeKsyNJbgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
neuraiexplorer.com/ext/getaddresstxs/NSyMETD86nZxLacvWND147C9dzzeKsyNJb/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
neuraiexplorer.com/ext/gettx/d2cced8b8e4af8207862c62a70f6ac66e78a46173938374ebafe2a4f13c1f5degetbalance (/ext/getbalance/hash)
Returns current balance of given address
neuraiexplorer.com/ext/getbalance/NSyMETD86nZxLacvWND147C9dzzeKsyNJbgetlasttxs (/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, USDT price
neuraiexplorer.com/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count
neuraiexplorer.com/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
neuraiexplorer.com/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
neuraiexplorer.com/ext/getmasternoderewards/NSyMETD86nZxLacvWND147C9dzzeKsyNJb/100getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
neuraiexplorer.com/ext/getmasternoderewardstotal/NSyMETD86nZxLacvWND147C9dzzeKsyNJb/100
Linking (GET)
Linking to the block explorer