GET
/
commitment-tree
curl --request GET \
  --url https://namada-masp-01.originstake.com/commitment-tree \
  --header 'Key: <api-key>'
{
  "200": {
    "commitment_tree": "<string>",
    "block_height": 123
  }
}

Query Parameters

height
integer
required

Block height

Response

200
object