getBlock

GET https://api.covalenthq.com/v1/:chainName/block_v2/:blockHeight/

Returns: BlockResponse

{
  "updated_at" : "{{DATETIME}}",
  "chain_id" : "{{INTEGER}}",
  "chain_name" : "{{STRING}}",
  "items" : [ {
    "signed_at" : "{{DATETIME}}",
    "height" : "{{INTEGER}}"
  } ]
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring