Skip to main content
GET
/
v1
/
oracle
/
disputed-markets
/
{address}
/
votes
Error
A valid request URL is required to generate request examples
{
  "votes": [
    {
      "id": 0,
      "disputedMarketId": 0,
      "voterAddress": "<string>",
      "voteOutcome": 0,
      "voteWeight": 0,
      "voteRound": 0,
      "votedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aura.markets/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

address
string
required

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$

Response

Default Response

votes
object[]
required