Proof of Stake
Get Voting Power
Get the total voting power
GET
/
api
/
v1
/
pos
/
voting-power
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/pos/voting-power \
--header 'Key: <api-key>'
{
"200": {
"totalVotingPower": "<string>"
}
}
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/pos/voting-power \
--header 'Key: <api-key>'
{
"200": {
"totalVotingPower": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.