NodeKit Documentation
  • Learn
    • Welcome
  • Core Advantages
    • Composability
    • Revenue
    • Benefits
  • Architecture
    • Overview
    • Javelin
    • L1
    • Sidecar
      • Technical Overview
    • Shared Auction
  • Builders Guide
    • Javelin
      • Bundle API
  • JSON RPC Methods
    • Common Variables
    • SubmitMsgTx
    • getBlockHeadersByHeight
    • getBlockHeadersId
    • getBlockHeadersByStart
    • getBlockTransactions
    • getCommitmentBlocks
    • getBlockTransactionsByNamespace
  • Technical Documentation
  • Social
    • Twitter
    • Telegram
    • Discord
Powered by GitBook
On this page
  1. JSON RPC Methods

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 
PreviousgetBlockHeadersByHeightNextgetBlockHeadersByStart

Last updated 9 months ago