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

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.pepe3.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.pepe3.org/api/getconnectioncount
- getblockcountReturns the current block index.pepe3.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.pepe3.org/api/getblockhash?index=2
- getblock [hash]Returns information about the block with the given hash.pepe3.org/api/getblock?hash=00000f07beecd34e8b48c6563c9f0f307c9c393a103b2bb156d06b1cd6592a5c
- 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)pepe3.org/api/getnetworkhashps
- getvotelistReturns the current vote list.pepe3.org/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.pepe3.org/api/getmasternodecount
- getmaxmoneyReturns the maximum possible money supply.pepe3.org/api/getmaxmoney
- getmaxvoteReturns the maximum allowed vote for the current phase of voting.pepe3.org/api/getmaxvote
- getvoteReturns the current block reward vote setting.pepe3.org/api/getvote
- getphaseReturns the current voting phase ('Mint', 'Limit' or 'Sustain').pepe3.org/api/getphase
- getrewardReturns the current block reward, which has been decided democratically in the previous round of block reward voting.pepe3.org/api/getreward
- getsupplyReturns the current money supply.pepe3.org/api/getsupply
- getnextrewardestimateReturns an estimate for the next block reward based on the current state of decentralized voting.pepe3.org/api/getnextrewardestimate
- getnextrewardwhenstrReturns a string describing how long until the votes are tallied and the next block reward is computed.pepe3.org/api/getnextrewardwhenstr
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplypepe3.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statspepe3.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresspepe3.org/ext/getaddress/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]pepe3.org/ext/getaddresstxs/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashpepe3.org/ext/gettx/cd7917c3619c1d97c3a55fb3723d29978f41ee0840c2fc3e1b0ea215c750aa62
- getbalance (/ext/getbalance/hash)Returns current balance of given addresspepe3.org/ext/getbalance/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp
- 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 pricepepe3.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourspepe3.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodespepe3.org/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 masternodespepe3.org/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.pepe3.org/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]pepe3.org/ext/getmasternoderewards/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp/2
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]pepe3.org/ext/getmasternoderewardstotal/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp/2
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)pepe3.org/tx/cd7917c3619c1d97c3a55fb3723d29978f41ee0840c2fc3e1b0ea215c750aa62
- block (/block/hash)pepe3.org/block/00000f07beecd34e8b48c6563c9f0f307c9c393a103b2bb156d06b1cd6592a5c
- address (/address/hash)pepe3.org/address/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp
- qrcode (/qr/hash)pepe3.org/qr/kpepe1qfl2stkd5h5n63jts5cc6wyslp6f89zrrjahmkp