API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.privora.org/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.privora.org/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.privora.org/ext/getaddress/Po4qfcKkABq2mWv5TBnBMdkDpGqctz8HSFgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.privora.org/ext/getaddresstxs/Po4qfcKkABq2mWv5TBnBMdkDpGqctz8HSF/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.privora.org/ext/gettx/28632bd52f4678ed09fc3c4edb6fa7361140735965b3654bbc22663d1c6381dcgetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.privora.org/ext/getbalance/Po4qfcKkABq2mWv5TBnBMdkDpGqctz8HSFgetlasttxs (/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
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.privora.org/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.privora.org/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count
explorer.privora.org/ext/getsummarygetmasternodelist
Returns the complete list of masternodes on the network.
explorer.privora.org/ext/getmasternodelistgetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.privora.org/ext/getmasternoderewards/Po4qfcKkABq2mWv5TBnBMdkDpGqctz8HSF/1getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.privora.org/ext/getmasternoderewardstotal/Po4qfcKkABq2mWv5TBnBMdkDpGqctz8HSF/1
Linking (GET)
Linking to the block explorer