cURL
curl --request GET \ --url https://namada-indexer-01.originstake.com/api/v1/pos/voting-power \ --header 'Key: <api-key>'
{ "200": { "totalVotingPower": "<string>" } }
Get the total voting power
Show Properties