package balance type ReadRequest struct { Accounts []string `json:"accounts"` Start int64 `json:"start"` Stop int64 `json:"stop"` }