Edencoin Public API
A listing of public API endpoints for retrieving Edencoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.951161.ihk5u.group/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.951161.ihk5u.group/api/getconnectioncount
- getblockcountReturns the current block index.951161.ihk5u.group/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.951161.ihk5u.group/api/getblockhash?index=1
- getblock [hash]Returns information about the block with the given hash.951161.ihk5u.group/api/getblock?hash=f03cd827c0b38d3eb206b965ffe0d7c691d98820d01bec288e10cdd4ca8522a2
- 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)951161.ihk5u.group/api/getnetworkhashps
- getvotelistReturns the current vote list.951161.ihk5u.group/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.951161.ihk5u.group/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply951161.ihk5u.group/ext/getmoneysupply
- getdistributionReturns wealth distribution stats951161.ihk5u.group/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address951161.ihk5u.group/ext/getaddress/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]951161.ihk5u.group/ext/getaddresstxs/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash951161.ihk5u.group/ext/gettx/290068f8286ad161f9625e1750ab8f5a9a1f70c68e6d5521668892ef03aea606
- getbalance (/ext/getbalance/hash)Returns current balance of given address951161.ihk5u.group/ext/getbalance/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx
- 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 price951161.ihk5u.group/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours951161.ihk5u.group/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes951161.ihk5u.group/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 masternodes951161.ihk5u.group/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.951161.ihk5u.group/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]951161.ihk5u.group/ext/getmasternoderewards/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx/1
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]951161.ihk5u.group/ext/getmasternoderewardstotal/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx/1
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)951161.ihk5u.group/tx/290068f8286ad161f9625e1750ab8f5a9a1f70c68e6d5521668892ef03aea606
- block (/block/hash)951161.ihk5u.group/block/f03cd827c0b38d3eb206b965ffe0d7c691d98820d01bec288e10cdd4ca8522a2
- address (/address/hash)951161.ihk5u.group/address/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx
- qrcode (/qr/hash)951161.ihk5u.group/qr/edn1qsmeevucu3zdnvrfgtu9emu7cmrpqz4qz8wvhjx