PVC Crypto Public API
A listing of public API endpoints for retrieving PVC Crypto coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.pvcexplorer.pvccrypto.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.pvcexplorer.pvccrypto.com/api/getconnectioncount
- getblockcountReturns the current block index.pvcexplorer.pvccrypto.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.pvcexplorer.pvccrypto.com/api/getblockhash?index=61728
- getblock [hash]Returns information about the block with the given hash.pvcexplorer.pvccrypto.com/api/getblock?hash=8b9289f32939ba54e22dda9e9e9fd81a84849fde7b6dbc52545da0ad4d739a34
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getvotelistReturns the current vote list.pvcexplorer.pvccrypto.com/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.pvcexplorer.pvccrypto.com/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplypvcexplorer.pvccrypto.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statspvcexplorer.pvccrypto.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addresspvcexplorer.pvccrypto.com/ext/getaddress/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]pvcexplorer.pvccrypto.com/ext/getaddresstxs/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashpvcexplorer.pvccrypto.com/ext/gettx/baa2a588f081f0808604407f6b3526ebad5a8aa62995e0790789673a06472a81
- getbalance (/ext/getbalance/hash)Returns current balance of given addresspvcexplorer.pvccrypto.com/ext/getbalance/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa
- 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 pricepvcexplorer.pvccrypto.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hourspvcexplorer.pvccrypto.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BNB price, # of masternodespvcexplorer.pvccrypto.com/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BNB price, USD price, network connection count, block count, count of online masternodes, count of offline masternodespvcexplorer.pvccrypto.com/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.pvcexplorer.pvccrypto.com/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]pvcexplorer.pvccrypto.com/ext/getmasternoderewards/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa/61728
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]pvcexplorer.pvccrypto.com/ext/getmasternoderewardstotal/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa/61728
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)pvcexplorer.pvccrypto.com/tx/baa2a588f081f0808604407f6b3526ebad5a8aa62995e0790789673a06472a81
- block (/block/hash)pvcexplorer.pvccrypto.com/block/8b9289f32939ba54e22dda9e9e9fd81a84849fde7b6dbc52545da0ad4d739a34
- address (/address/hash)pvcexplorer.pvccrypto.com/address/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa
- qrcode (/qr/hash)pvcexplorer.pvccrypto.com/qr/p5iS7QFMHrDwqNcdoNFjZDk4rZWmw6RRHa