API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.42-coin.org/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.42-coin.org/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.42-coin.org/ext/getaddress/4Ym5Exwpu74K6enEAmdUe9NL6thLPqadVZgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.42-coin.org/ext/getaddresstxs/4Ym5Exwpu74K6enEAmdUe9NL6thLPqadVZ/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.42-coin.org/ext/gettx/aabd145d179f0c34d79c85a9d1ab4120646909478c46356c20b762aee0a43edcgetbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.42-coin.org/ext/getbalance/4Ym5Exwpu74K6enEAmdUe9NL6thLPqadVZgetlasttxs (/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.42-coin.org/ext/getcurrentpricegetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price
explorer.42-coin.org/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count
explorer.42-coin.org/ext/getsummary
Linking (GET)
Linking to the block explorer