Nengcoin Public API
A listing of public API endpoints for retrieving Nengcoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.nengexplorer.mooo.com:3001/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.nengexplorer.mooo.com:3001/api/getconnectioncount
- getblockcountReturns the current block index.nengexplorer.mooo.com:3001/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.nengexplorer.mooo.com:3001/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.nengexplorer.mooo.com:3001/api/getblock?hash=ff9811c3e8e047ea35de31a973006e3dff9976671bd539b519af201e5cb049a9
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)nengexplorer.mooo.com:3001/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplynengexplorer.mooo.com:3001/ext/getmoneysupply
- getdistributionReturns wealth distribution statsnengexplorer.mooo.com:3001/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressnengexplorer.mooo.com:3001/ext/getaddress/NeGjqVoDtX3FF5HYgFrXvaNERc7DwMvSeU
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]nengexplorer.mooo.com:3001/ext/getaddresstxs/NeGjqVoDtX3FF5HYgFrXvaNERc7DwMvSeU/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashnengexplorer.mooo.com:3001/ext/gettx/f4642353a1bab35b8b4e7b9bd294df85e96f4b84bb040e124b431731a19d2634
- getbalance (/ext/getbalance/hash)Returns current balance of given addressnengexplorer.mooo.com:3001/ext/getbalance/NeGjqVoDtX3FF5HYgFrXvaNERc7DwMvSeU
- getlasttxs (/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
- getcurrentpriceReturns last known exchange pricenengexplorer.mooo.com:3001/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursnengexplorer.mooo.com:3001/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, DOGE pricenengexplorer.mooo.com:3001/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, DOGE price, USD price, network connection count, block countnengexplorer.mooo.com:3001/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)nengexplorer.mooo.com:3001/tx/f4642353a1bab35b8b4e7b9bd294df85e96f4b84bb040e124b431731a19d2634
- block (/block/hash)nengexplorer.mooo.com:3001/block/ff9811c3e8e047ea35de31a973006e3dff9976671bd539b519af201e5cb049a9
- address (/address/hash)nengexplorer.mooo.com:3001/address/NeGjqVoDtX3FF5HYgFrXvaNERc7DwMvSeU
- qrcode (/qr/hash)nengexplorer.mooo.com:3001/qr/NeGjqVoDtX3FF5HYgFrXvaNERc7DwMvSeU