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

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 
PreviousSubmitMsgTxNextgetBlockHeadersId

Last updated 10 months ago