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