Skip to main content
GET
/
v1
/
voting
/
proposals
/
{id}
/
votes
Error
A valid request URL is required to generate request examples
{
  "votes": [
    {
      "id": 0,
      "proposalId": 0,
      "voter": "<string>",
      "weight": "<string>",
      "timestamp": 0,
      "txId": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://aura-4ecab767.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from POST /v1/auth/keys.

Path Parameters

id
integer
required
Required range: x <= 9007199254740991

Response

Default Response

votes
object[]
required