Kiirocoin Public API
A listing of public API endpoints for retrieving Kiirocoin 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.kiirocoin.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.kiirocoin.org/api/getconnectioncount
- getblockcountReturns the current block index.explorer.kiirocoin.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.kiirocoin.org/api/getblockhash?index=245
- getblock [hash]Returns information about the block with the given hash.explorer.kiirocoin.org/api/getblock?hash=0029fee84ac2028e6114566ad9c1dfb58001440d1f71fd4ce79d22734cad05ca
- 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.kiirocoin.org/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.kiirocoin.org/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.explorer.kiirocoin.org/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.kiirocoin.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.kiirocoin.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.kiirocoin.org/ext/getaddress/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.kiirocoin.org/ext/getaddresstxs/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.kiirocoin.org/ext/gettx/abe0a4e0159d59e35330b9fe03e77e22b841da0ca62c4883945c820ec1844f81
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.kiirocoin.org/ext/getbalance/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ
- 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.kiirocoin.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.kiirocoin.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.kiirocoin.org/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.kiirocoin.org/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.kiirocoin.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.kiirocoin.org/ext/getmasternoderewards/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ/245
- 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.kiirocoin.org/ext/getmasternoderewardstotal/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ/245
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.kiirocoin.org/tx/abe0a4e0159d59e35330b9fe03e77e22b841da0ca62c4883945c820ec1844f81
- block (/block/hash)explorer.kiirocoin.org/block/0029fee84ac2028e6114566ad9c1dfb58001440d1f71fd4ce79d22734cad05ca
- address (/address/hash)explorer.kiirocoin.org/address/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ
- qrcode (/qr/hash)explorer.kiirocoin.org/qr/9ApSeeuxdbpFtDgZc5f2LjX57vYTrqC3bZ