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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.book.taobot.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.book.taobot.org/api/getconnectioncount
- getblockcountReturns the current block index.book.taobot.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.book.taobot.org/api/getblockhash?index=11
- getblock [hash]Returns information about the block with the given hash.book.taobot.org/api/getblock?hash=000004af0541f078843d078ab11940c50aec6ee05d152baab22e5dfb47cf75c9
- 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)book.taobot.org/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplybook.taobot.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsbook.taobot.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressbook.taobot.org/ext/getaddress/NPFTm17Wm19uazEKiy7br4Q3d7DXWPj5HX
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]book.taobot.org/ext/getaddresstxs/NPFTm17Wm19uazEKiy7br4Q3d7DXWPj5HX/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashbook.taobot.org/ext/gettx/e50ad9cfbc498fae571811403f81d6fe739a665877fd0e58b8e4304220dab4ca
- getbalance (/ext/getbalance/hash)Returns current balance of given addressbook.taobot.org/ext/getbalance/NPFTm17Wm19uazEKiy7br4Q3d7DXWPj5HX
- 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 pricebook.taobot.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursbook.taobot.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT pricebook.taobot.org/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block countbook.taobot.org/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)book.taobot.org/tx/e50ad9cfbc498fae571811403f81d6fe739a665877fd0e58b8e4304220dab4ca
- block (/block/hash)book.taobot.org/block/000004af0541f078843d078ab11940c50aec6ee05d152baab22e5dfb47cf75c9
- address (/address/hash)book.taobot.org/address/NPFTm17Wm19uazEKiy7br4Q3d7DXWPj5HX
- qrcode (/qr/hash)book.taobot.org/qr/NPFTm17Wm19uazEKiy7br4Q3d7DXWPj5HX

