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