Pepperscore Public API
A listing of public API endpoints for retrieving Pepperscore coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.38.242.255.229:3034/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.38.242.255.229:3034/api/getconnectioncount
- getblockcountReturns the current block index.38.242.255.229:3034/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.38.242.255.229:3034/api/getblockhash?index=500
- getblock [hash]Returns information about the block with the given hash.38.242.255.229:3034/api/getblock?hash=1ab4918f05c9e27578a9f9dffc438b8d874cc654729583f0870765e20a004118
- 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)38.242.255.229:3034/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply38.242.255.229:3034/ext/getmoneysupply
- getdistributionReturns wealth distribution stats38.242.255.229:3034/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address38.242.255.229:3034/ext/getaddress/EbYU9s3MwJJAgWtFUnyh6qGo5caepZb3rk
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]38.242.255.229:3034/ext/getaddresstxs/EbYU9s3MwJJAgWtFUnyh6qGo5caepZb3rk/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash38.242.255.229:3034/ext/gettx/e17e4ba653aa3e32c4fb2464a2516d4717eb65619ae6f87464f7e770f6635264
- getbalance (/ext/getbalance/hash)Returns current balance of given address38.242.255.229:3034/ext/getbalance/EbYU9s3MwJJAgWtFUnyh6qGo5caepZb3rk
- 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 price38.242.255.229:3034/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours38.242.255.229:3034/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price38.242.255.229:3034/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count38.242.255.229:3034/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)38.242.255.229:3034/tx/e17e4ba653aa3e32c4fb2464a2516d4717eb65619ae6f87464f7e770f6635264
- block (/block/hash)38.242.255.229:3034/block/1ab4918f05c9e27578a9f9dffc438b8d874cc654729583f0870765e20a004118
- address (/address/hash)38.242.255.229:3034/address/EbYU9s3MwJJAgWtFUnyh6qGo5caepZb3rk
- qrcode (/qr/hash)38.242.255.229:3034/qr/EbYU9s3MwJJAgWtFUnyh6qGo5caepZb3rk