API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
192.168.1.10:3001/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
192.168.1.10:3001/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
192.168.1.10:3001/ext/getaddress/TJPFnV4ZLnb5nN4itu88yeH7UsBdmkT84bgetaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
192.168.1.10:3001/ext/getaddresstxs/TJPFnV4ZLnb5nN4itu88yeH7UsBdmkT84b/0/50gettx (/ext/gettx/hash)
Returns information for given tx hash
192.168.1.10:3001/ext/gettx/3511b97cd169711ed6e1ef30dee4049c4e53ad039ae32f707f7304656a7512ffgetbalance (/ext/getbalance/hash)
Returns current balance of given address
192.168.1.10:3001/ext/getbalance/TJPFnV4ZLnb5nN4itu88yeH7UsBdmkT84bgetlasttxs (/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
192.168.1.10:3001/ext/getcurrentpricegetnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
192.168.1.10:3001/ext/getnetworkpeersgetbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
192.168.1.10:3001/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
192.168.1.10:3001/ext/getsummary
Linking (GET)
Linking to the block explorer