---
title: "GetLatestBlockResults returns the block results for the latest block.
Block results contain finalize_block_events which include consensus-level
events like slashing, jailing, and validator set updates."
method: GET
path: "/cosmos/base/tendermint/v1beta1/block_results/latest"
tags: ["Service"]
---

# GetLatestBlockResults returns the block results for the latest block.
Block results contain finalize_block_events which include consensus-level
events like slashing, jailing, and validator set updates.

`GET /cosmos/base/tendermint/v1beta1/block_results/latest`

## Response `200`

A successful response.

- CosmosBaseTendermintV1beta1GetLatestBlockResultsResponse — GetLatestBlockResultsResponse is the response type for the Query/GetLatestBlockResults RPC method.
  - `height` string, int64 — height is the block height.
  - `txsResults` TendermintAbciExecTxResult[] — txs_results contains the results of each transaction execution.
    - `code` integer
    - `data` string, byte
    - `log` string
    - `info` string
    - `gas_wanted` string, int64
    - `gas_used` string, int64
    - `events` TendermintAbciEvent[]
      - `type` string
      - `attributes` TendermintAbciEventAttribute[]
        - `key` string
        - `value` string
        - `index` boolean
    - `codespace` string
  - `finalizeBlockEvents` TendermintAbciEvent[] — finalize_block_events contains consensus-level events emitted during block finalization, including slashing, jailing, and validator set updates.
    - `type` string
    - `attributes` TendermintAbciEventAttribute[]
      - `key` string
      - `value` string
      - `index` boolean
  - `validatorUpdates` TendermintAbciValidatorUpdate[] — validator_updates contains the validator updates for this block.
    - `pubKey` TendermintCryptoPublicKey
      - `ed25519` string, byte
      - `secp256k1` string, byte
    - `power` string, int64
  - `consensusParamUpdates` TendermintTypesConsensusParams — ConsensusParams contains consensus critical parameters that determine the validity of blocks.
    - `block` TendermintTypesBlockParams — BlockParams contains limits on the block size.
      - `maxBytes` string, int64
      - `maxGas` string, int64
    - `evidence` TendermintTypesEvidenceParams — EvidenceParams determine how we handle evidence of malfeasance.
      - `maxAgeNumBlocks` string, int64 — Max age of evidence, in blocks. The basic formula for calculating this is: MaxAgeDuration / {average block time}.
      - `maxAgeDuration` string — Max age of evidence, in time. It should correspond with an app's "unbonding period" or other similar mechanism for handling [Nothing-At-Stake attacks](https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed).
      - `maxBytes` string, int64
    - `validator` TendermintTypesValidatorParams — ValidatorParams restrict the public key types validators can use. NOTE: uses ABCI pubkey naming, not Amino names.
      - `pubKeyTypes` string[]
    - `version` TendermintTypesVersionParams — VersionParams contains the ABCI application version.
      - `app` string, uint64
    - `abci` TendermintTypesABCIParams — ABCIParams configure functionality specific to the Application Blockchain Interface.
      - `voteExtensionsEnableHeight` string, int64 — vote_extensions_enable_height configures the first height during which vote extensions will be enabled. During this specified height, and for all subsequent heights, precommit messages that do not contain valid extension data will be considered invalid. Prior to this height, vote extensions will not be used or accepted by validators on the network. Once enabled, vote extensions will be created by the application in ExtendVote, passed to the application for validation in VerifyVoteExtension and given to the application to use when proposing a block during PrepareProposal.
  - `appHash` string, byte — app_hash is the app hash after processing this block.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/versions/2d0419923f40/schema)
