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