Returns a batch of containers starting at the specified index, returning up to 1024 containers in sequence. Useful for pagination or historical sync.
index.getContainerRange:params.startIndex: The index of the first container to return.params.numToFetch: The number of containers to fetch (max 1024).params.encoding: The encoding format for the returned container bytes. Must be “hex”.