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

getBlockHeadersId

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

type GetBlockHeadersIDArgs struct {
    ID  string `json:"id"`
    End int64  `json:"end"`
}
Response: BlockHeadersResponse 

Last updated