Skip to main content
GET
/
v1
/
oracle
/
disputed-markets
Error
A valid request URL is required to generate request examples
{
  "disputedMarkets": [
    {
      "id": 0,
      "marketId": 0,
      "marketAddress": "<string>",
      "marketQuestion": "<string>",
      "challengerAddress": "<string>",
      "proposerAddress": "<string>",
      "proposedOutcome": 0,
      "status": "active",
      "phase": "commit-open",
      "voteRound": 0,
      "disputeStartTimestamp": 0,
      "disputeEndTimestamp": 0,
      "commitEndTimestamp": 0,
      "revealEndTimestamp": 0,
      "disputeDeadline": 0,
      "votesYes": 0,
      "votesNo": 0,
      "votesTooEarly": 0,
      "commitCount": 0,
      "revealCount": 0,
      "resolutionOutcome": 0,
      "winningOutcome": 0,
      "penaltiesFinalized": true,
      "penaltyPool": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "pagination": {
    "limit": 100,
    "nextCursor": "<string>",
    "page": 4503599627370495,
    "total": 4503599627370495
  }
}

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.

Query Parameters

phase
enum<string>

Filter by computed phase (commit-open, reveal-open, etc).

Available options:
commit-open,
reveal-open,
awaiting-finalization,
finalized
status
enum<string>
Available options:
active,
resolved,
canceled,
proposed,
disputed
limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string
page
integer
Required range: 0 <= x <= 9007199254740991

Response

Default Response

disputedMarkets
object[]
required
pagination
object
required

Pagination envelope returned alongside every list endpoint.