
API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.cashcore.cloud/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.cashcore.cloud/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.cashcore.cloud/ext/getaddress/h7AZQzbN5R94YBWkwjZPFasgBkKMxjSkNgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.cashcore.cloud/ext/getaddresstxs/h7AZQzbN5R94YBWkwjZPFasgBkKMxjSkN/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.cashcore.cloud/ext/gettx/59ebe8483e1abea33572498766f5dc0b26371a7a3eb96fdc8607abc4ff481373getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.cashcore.cloud/ext/getbalance/h7AZQzbN5R94YBWkwjZPFasgBkKMxjSkNgetlasttxs (/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.cashcore.cloud/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.cashcore.cloud/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodes
explorer.cashcore.cloud/ext/getbasicstatsgetsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count, count of online masternodes, count of offline masternodes
explorer.cashcore.cloud/ext/getsummary
Linking (GET)
Linking to the block explorer