cURL
curl --request GET \ --url https://namada-masp-01.originstake.com/height \ --header 'Key: <api-key>'
{ "200": { "block_height": 123 } }
Get the last indexed block height
Show Properties