Get block headerAsk AIget https://{network-ethereum}.gateway.tatum.io/eth/v1/beacon/headers/{block_id}Retrieves block header for given block id.Path Paramsblock_idstringrequiredBlock identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", <slot>, <hex encoded blockRoot with 0x prefix>.Responses 200Success 400The block ID supplied could not be parsed 404Block not found 500Beacon node internal error.Updated 5 months ago