skycoin/teller

Document monitoring API

gz-c opened this issue · 0 comments

gz-c commented

Monitoring API is on http://127.0.0.1:7711 by default

The API endpoints are

	mux.Handle("/api/address", httputil.LogHandler(m.log, m.addressHandler()))
	mux.Handle("/api/deposit_status", httputil.LogHandler(m.log, m.depositStatus()))
	mux.Handle("/api/stats", httputil.LogHandler(m.log, m.statsHandler()))

see monitor/monitor.go for more details