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
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/pos/voting-power \
--header 'Key: <api-key>'
{
"200": {
"totalVotingPower": "<string>"
}
}