API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.iuswallet.org/ext/getmoneysupply
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.iuswallet.org/ext/getaddress/iSGqhJ65mfuWa85WeN8ac3hYo4dnBtvgTZ
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.iuswallet.org/ext/getaddresstxs/iSGqhJ65mfuWa85WeN8ac3hYo4dnBtvgTZ/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.iuswallet.org/ext/gettx/1d7633e44668d86f69872071133983b4932cb7d009a35f8ce6c7ffe49391c4e2
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.iuswallet.org/ext/getbalance/iSGqhJ65mfuWa85WeN8ac3hYo4dnBtvgTZ
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
getcurrentprice
Returns last known exchange price
explorer.iuswallet.org/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.iuswallet.org/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.iuswallet.org/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.iuswallet.org/ext/getsummary
Linking (GET)
Linking to the block explorer