Governance
Get Proposal
Governance
Get Proposal
Get a governance proposal by proposal id
GET
/
api
/
v1
/
gov
/
proposal
/
{id}
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/gov/proposal/{id} \
--header 'Key: <api-key>'
{
"200": {
"id": "<string>",
"content": "<string>",
"type": "<string>",
"author": "<string>",
"startEpoch": "<string>",
"endEpoch": "<string>",
"activationEpoch": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"currentTime": "<string>",
"activationTime": "<string>",
"status": "<string>",
"yayVotes": "<string>",
"nayVotes": "<string>",
"abstainVotes": "<string>"
}
}
Path Parameters
Proposal ID (minimum: 0)
Response
One of: “default”, “defaultWithWasm”, “pgfSteward”, “pgfFunding”
One of: “pending”, “voting”, “passed”, “rejected”
curl --request GET \
--url https://namada-indexer-01.originstake.com/api/v1/gov/proposal/{id} \
--header 'Key: <api-key>'
{
"200": {
"id": "<string>",
"content": "<string>",
"type": "<string>",
"author": "<string>",
"startEpoch": "<string>",
"endEpoch": "<string>",
"activationEpoch": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"currentTime": "<string>",
"activationTime": "<string>",
"status": "<string>",
"yayVotes": "<string>",
"nayVotes": "<string>",
"abstainVotes": "<string>"
}
}