Kusa Public API
A listing of public API endpoints for retrieving Kusa coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.kusameme.fans/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.kusameme.fans/api/getconnectioncount
- getblockcountReturns the current block index.explorer.kusameme.fans/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.kusameme.fans/api/getblockhash?index=1
- getblock [hash]Returns information about the block with the given hash.explorer.kusameme.fans/api/getblock?hash=30ea0ac034b46b30ea1c494821ab6a8f7f4f4de261289a8b8f8667f89a23a40f
- 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)explorer.kusameme.fans/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.kusameme.fans/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.kusameme.fans/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.kusameme.fans/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.kusameme.fans/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.kusameme.fans/ext/getaddress/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.kusameme.fans/ext/getaddresstxs/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.kusameme.fans/ext/gettx/72432744041f7f205a263b2ff1d652aac2391dd73f8fc1a7b98f281e50d279fc
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.kusameme.fans/ext/getbalance/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp
- 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 priceexplorer.kusameme.fans/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.kusameme.fans/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.kusameme.fans/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 masternodesexplorer.kusameme.fans/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.kusameme.fans/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.kusameme.fans/ext/getmasternoderewards/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp/1
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.kusameme.fans/ext/getmasternoderewardstotal/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp/1
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.kusameme.fans/tx/72432744041f7f205a263b2ff1d652aac2391dd73f8fc1a7b98f281e50d279fc
- block (/block/hash)explorer.kusameme.fans/block/30ea0ac034b46b30ea1c494821ab6a8f7f4f4de261289a8b8f8667f89a23a40f
- address (/address/hash)explorer.kusameme.fans/address/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp
- qrcode (/qr/hash)explorer.kusameme.fans/qr/FBcbRZXAiEKBN3y7rJcfie8evFuUyBEvKp