cURL
curl --request GET \ --url https://namada-masp-01.originstake.com/witness-map \ --header 'Key: <api-key>'
{ "200": { "witnesses": [ {} ], "block_height": 123 } }
Get the witness map of a specific block height
Show Properties