
NITO Public API
A listing of public API endpoints for retrieving NITO coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.nito-explorer.nitopool.fr/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.nito-explorer.nitopool.fr/api/getconnectioncount
- getblockcountReturns the current block index.nito-explorer.nitopool.fr/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.nito-explorer.nitopool.fr/api/getblockhash?index=10
- getblock [hash]Returns information about the block with the given hash.nito-explorer.nitopool.fr/api/getblock?hash=00000000103d1acbedc9bb8ff2af8cb98a751965e784b4e1f978f3d5544c6c3c
- 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)nito-explorer.nitopool.fr/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplynito-explorer.nitopool.fr/ext/getmoneysupply
- getdistributionReturns wealth distribution statsnito-explorer.nitopool.fr/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressnito-explorer.nitopool.fr/ext/getaddress/
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]nito-explorer.nitopool.fr/ext/getaddresstxs//0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashnito-explorer.nitopool.fr/ext/gettx/90b863a727d4abf9838e8df221052e418d70baf996e2cea3211e8df4da1bb131
- getbalance (/ext/getbalance/hash)Returns current balance of given addressnito-explorer.nitopool.fr/ext/getbalance/
- 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
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursnito-explorer.nitopool.fr/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, pricenito-explorer.nitopool.fr/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, price, USD price, network connection count, block countnito-explorer.nitopool.fr/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)nito-explorer.nitopool.fr/tx/90b863a727d4abf9838e8df221052e418d70baf996e2cea3211e8df4da1bb131
- block (/block/hash)nito-explorer.nitopool.fr/block/00000000103d1acbedc9bb8ff2af8cb98a751965e784b4e1f978f3d5544c6c3c
- address (/address/hash)nito-explorer.nitopool.fr/address/
- qrcode (/qr/hash)nito-explorer.nitopool.fr/qr/

