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