For the complete documentation index, see llms.txt. This page is also available as Markdown.

getBlockHeadersByHeight

Retrieves blocks from SEQ starting at the Height given in Args and ending when the timestamp is greater than End given in Args.

type GetBlockHeadersByHeightArgs struct {
    Height uint64 `json:"height"`
    End    int64  `json:"end"`
}


Response: BlockHeadersResponse 

Last updated