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.v3.nitocore.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.v3.nitocore.org/api/getconnectioncount
- getblockcountReturns the current block index.v3.nitocore.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.v3.nitocore.org/api/getblockhash?index=3000
- getblock [hash]Returns information about the block with the given hash.v3.nitocore.org/api/getblock?hash=000000000000075c12efa3b900f5246f61356208ef9563da89d7dedf98c9981e
- 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)v3.nitocore.org/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyv3.nitocore.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsv3.nitocore.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressv3.nitocore.org/ext/getaddress/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]v3.nitocore.org/ext/getaddresstxs/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashv3.nitocore.org/ext/gettx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
- getbalance (/ext/getbalance/hash)Returns current balance of given addressv3.nitocore.org/ext/getbalance/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0
- 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 pricev3.nitocore.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursv3.nitocore.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC pricev3.nitocore.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 countv3.nitocore.org/ext/getsummary
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]v3.nitocore.org/ext/getmasternoderewards/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0/3000
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]v3.nitocore.org/ext/getmasternoderewardstotal/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0/3000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)v3.nitocore.org/tx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
- block (/block/hash)v3.nitocore.org/block/000000000000075c12efa3b900f5246f61356208ef9563da89d7dedf98c9981e
- address (/address/hash)v3.nitocore.org/address/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0
- qrcode (/qr/hash)v3.nitocore.org/qr/nito1qqp5967u25m3t38zygp6clpaxeydg9hvhr8y8y0