API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.dinartether.com/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.dinartether.com/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.dinartether.com/ext/getaddress/DkwzJGTtJUYrCXNPfL4RXr1GQp8CkwFaxL
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.dinartether.com/ext/getaddresstxs/DkwzJGTtJUYrCXNPfL4RXr1GQp8CkwFaxL/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.dinartether.com/ext/gettx/d96c6e6e153badacb960006b95ba8ba5e9d67180ff9735c35e6684a041f9a811
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.dinartether.com/ext/getbalance/DkwzJGTtJUYrCXNPfL4RXr1GQp8CkwFaxL
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.dinartether.com/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.dinartether.com/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodes
explorer.dinartether.com/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodes
explorer.dinartether.com/ext/getsummary
getmasternodelist
Returns the complete list of masternodes on the network.
explorer.dinartether.com/ext/getmasternodelist
getmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.dinartether.com/ext/getmasternoderewards/DkwzJGTtJUYrCXNPfL4RXr1GQp8CkwFaxL/107
getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.dinartether.com/ext/getmasternoderewardstotal/DkwzJGTtJUYrCXNPfL4RXr1GQp8CkwFaxL/107
Linking (GET)
Linking to the block explorer