API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.aittcoin.org/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.aittcoin.org/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.aittcoin.org/ext/getaddress/AZVC7HP9QAjeKb6QsRqVBnVDuNP7BUNHapgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer.aittcoin.org/ext/getaddresstxs/AZVC7HP9QAjeKb6QsRqVBnVDuNP7BUNHap/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.aittcoin.org/ext/gettx/0a657083562bd8293a4b61d140c5fd11322a501a1d5d930ebc1cba39d49daf56getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.aittcoin.org/ext/getbalance/AZVC7HP9QAjeKb6QsRqVBnVDuNP7BUNHapgetlasttxs (/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.aittcoin.org/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer.aittcoin.org/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
explorer.aittcoin.org/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
explorer.aittcoin.org/ext/getsummarygetmasternoderewards (/ext/getmasternoderewards/hash/since)
Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]
explorer.aittcoin.org/ext/getmasternoderewards/AZVC7HP9QAjeKb6QsRqVBnVDuNP7BUNHap/100000getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)
Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]
explorer.aittcoin.org/ext/getmasternoderewardstotal/AZVC7HP9QAjeKb6QsRqVBnVDuNP7BUNHap/100000
Linking (GET)
Linking to the block explorer