
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.shibaexplorer.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.shibaexplorer.com/api/getconnectioncount
- getblockcountReturns the current block index.shibaexplorer.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.shibaexplorer.com/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.shibaexplorer.com/api/getblock?hash=d5b43ee857e14a7f55a7ea2db7a5ce1d08e38da965b0afcb4995dc36c97eb428
- 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)shibaexplorer.com/api/getnetworkhashps
- getvotelistReturns the current vote list.shibaexplorer.com/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.shibaexplorer.com/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyshibaexplorer.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsshibaexplorer.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressshibaexplorer.com/ext/getaddress/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]shibaexplorer.com/ext/getaddresstxs/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashshibaexplorer.com/ext/gettx/2b4af10f71ade8db07ee8293dcd318c61edc4d8f800af00ea58fcc74b1fdc0d7
- getbalance (/ext/getbalance/hash)Returns current balance of given addressshibaexplorer.com/ext/getbalance/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4
- 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 priceshibaexplorer.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursshibaexplorer.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodesshibaexplorer.com/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 masternodesshibaexplorer.com/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.shibaexplorer.com/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]shibaexplorer.com/ext/getmasternoderewards/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4/64152
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]shibaexplorer.com/ext/getmasternoderewardstotal/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4/64152
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)shibaexplorer.com/tx/2b4af10f71ade8db07ee8293dcd318c61edc4d8f800af00ea58fcc74b1fdc0d7
- block (/block/hash)shibaexplorer.com/block/d5b43ee857e14a7f55a7ea2db7a5ce1d08e38da965b0afcb4995dc36c97eb428
- address (/address/hash)shibaexplorer.com/address/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4
- qrcode (/qr/hash)shibaexplorer.com/qr/Sk8w2kZfGZwt4MGxSAxQ285kS9dvg9rJQ4