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


