Skip to main content
GET
/
v1
/
proposals
/
drafts
Error
A valid request URL is required to generate request examples
{
  "drafts": [
    {
      "id": 0,
      "userAddress": "<string>",
      "marketType": "binary",
      "category": "<string>",
      "question": "<string>",
      "resolutionDate": "<string>",
      "isTestResolution": true,
      "resolutionRules": "<string>",
      "resolutionSources": [
        "<string>"
      ],
      "marketOptions": [
        "<string>"
      ],
      "imageUrl": "<string>",
      "optionImageUrls": [
        "<string>"
      ],
      "createdAt": "<string>",
      "updatedAt": "<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.

Response

Default Response

drafts
object[]
required