API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.emeraldcrypto.de:8443/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.emeraldcrypto.de:8443/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.emeraldcrypto.de:8443/ext/getaddress/EquYbGjxFFBLM8JUeJG5sgTcg7MndtoKuhgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.emeraldcrypto.de:8443/ext/getaddresstxs/EquYbGjxFFBLM8JUeJG5sgTcg7MndtoKuh/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.emeraldcrypto.de:8443/ext/gettx/75802aa8a41d2f6ff15c78cceb383e5abe68fd1e996972138fe8783f5ba92e3cgetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.emeraldcrypto.de:8443/ext/getbalance/EquYbGjxFFBLM8JUeJG5sgTcg7MndtoKuhgetlasttxs (/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
getcurrentprice
Returns last known exchange price
explorer.emeraldcrypto.de:8443/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.emeraldcrypto.de:8443/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.emeraldcrypto.de:8443/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.emeraldcrypto.de:8443/ext/getsummary
Linking (GET)
Linking to the block explorer