Skip to main content
GET
GetBlockByHeight

Path Parameters

height
string<int64>
required

Response

A successful response.

GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.

block_id
BlockID · object | null
block
Deprecated: please use `sdk_block` instead · object | null
sdk_block
object | null

Block is tendermint type Block, with the Header proposer address field converted to bech32 string.