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

getBlockHeadersByStart

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

type GetBlockHeadersByStartArgs struct {
    Start int64 `json:"start"`
    End   int64 `json:"end"`
}
Response: BlockHeadersResponse 
PreviousgetBlockHeadersIdNextgetBlockTransactions

Last updated 10 months ago