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

API Calls
Return data from coind
- wgwiiicoin.io/api/wg
- getdifficultyReturns the current difficulty.wiiicoin.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.wiiicoin.io/api/getconnectioncount
- getblockcountReturns the current block index.wiiicoin.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.wiiicoin.io/api/getblockhash?index=101
- getblock [hash]Returns information about the block with the given hash.wiiicoin.io/api/getblock?hash=782dc8e599a0485a81e500e35d916df8c3bf78eca81fc3dbbcf1afb2f5279f29
- 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)wiiicoin.io/api/getnetworkhashps
- getvotelistReturns the current vote list.wiiicoin.io/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.wiiicoin.io/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplywiiicoin.io/ext/getmoneysupply
- getdistributionReturns wealth distribution statswiiicoin.io/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresswiiicoin.io/ext/getaddress/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]wiiicoin.io/ext/getaddresstxs/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashwiiicoin.io/ext/gettx/b05a5c2dc86d0f89fb11699a3c24765e2a67707a708bcb649f2765192b865c79
- getbalance (/ext/getbalance/hash)Returns current balance of given addresswiiicoin.io/ext/getbalance/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd
- 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 pricewiiicoin.io/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourswiiicoin.io/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodeswiiicoin.io/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 masternodeswiiicoin.io/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.wiiicoin.io/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]wiiicoin.io/ext/getmasternoderewards/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd/101
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]wiiicoin.io/ext/getmasternoderewardstotal/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd/101
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)wiiicoin.io/tx/b05a5c2dc86d0f89fb11699a3c24765e2a67707a708bcb649f2765192b865c79
- block (/block/hash)wiiicoin.io/block/782dc8e599a0485a81e500e35d916df8c3bf78eca81fc3dbbcf1afb2f5279f29
- address (/address/hash)wiiicoin.io/address/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd
- qrcode (/qr/hash)wiiicoin.io/qr/wS5hQhjhCVz5ieP2k5W8avFZfyZg4JFMTd