
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.nitoexplorer.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.nitoexplorer.org/api/getconnectioncount
- getblockcountReturns the current block index.nitoexplorer.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.nitoexplorer.org/api/getblockhash?index=297042
- getblock [hash]Returns information about the block with the given hash.nitoexplorer.org/api/getblock?hash=0000000000000112fdd4c26ad95af454f1101be49436d5bd2e1ae2be5f18bd04
- 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)nitoexplorer.org/api/getnetworkhashps
- getvotelistReturns the current vote list.nitoexplorer.org/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.nitoexplorer.org/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplynitoexplorer.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsnitoexplorer.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressnitoexplorer.org/ext/getaddress/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]nitoexplorer.org/ext/getaddresstxs/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashnitoexplorer.org/ext/gettx/6769424d2f7c1335a037d334f19450ca868d9fa86ff22961bddf61c209584dee
- getbalance (/ext/getbalance/hash)Returns current balance of given addressnitoexplorer.org/ext/getbalance/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j
- 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 pricenitoexplorer.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursnitoexplorer.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesnitoexplorer.org/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesnitoexplorer.org/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.nitoexplorer.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]nitoexplorer.org/ext/getmasternoderewards/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j/297042
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]nitoexplorer.org/ext/getmasternoderewardstotal/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j/297042
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)nitoexplorer.org/tx/6769424d2f7c1335a037d334f19450ca868d9fa86ff22961bddf61c209584dee
- block (/block/hash)nitoexplorer.org/block/0000000000000112fdd4c26ad95af454f1101be49436d5bd2e1ae2be5f18bd04
- address (/address/hash)nitoexplorer.org/address/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j
- qrcode (/qr/hash)nitoexplorer.org/qr/nito1qqj56ta6lalau3acyst9m2zvrz9c8v2ndxrpy7j