GET
/
commit
curl --request GET \
  --url https://namada-rpc-01.originstake.com/commit \
  --header 'Key: <api-key>'
{
  "200": {
    "signed_header": {
      "header": {},
      "commit": {}
    },
    "canonical": true
  }
}

Query Parameters

height
integer

Height to return. If no height is provided, it will fetch commit information regarding the latest block.

Response

200
object