Skip to main content

Returns

Block
[Block!]!
See Block

Arguments

input
BlocksInput!
required
See BlocksInput

Example

Test this query in the Explorer →
{
  blocks(
    input: {networkId: 1, blockNumbers: [19000000, 19000001]}
  ) {
    blockNumber
    timestamp
    hash
  }
}