Skip to main content
GET
/
v1
/
markets
/
{address}
/
related
Error
A valid request URL is required to generate request examples
{
  "master": {
    "id": 0,
    "marketAddress": "<string>",
    "question": "<string>",
    "category": "<string>",
    "tags": [
      "<string>"
    ],
    "creator": "<string>",
    "resolved": true,
    "finalOutcome": 0,
    "volume": "<string>",
    "bestBidYes": 500,
    "bestAskYes": 500,
    "bestBidNo": 500,
    "bestAskNo": 500,
    "createdAt": "<string>",
    "metadata": {},
    "imageUrl": "<string>",
    "rules": "<string>",
    "resolutionSources": "<string>",
    "master": true,
    "masterQuestion": "<string>",
    "masterImage": "<string>",
    "linked": true,
    "proposalId": 0
  },
  "legs": [
    {
      "id": 0,
      "marketAddress": "<string>",
      "question": "<string>",
      "category": "<string>",
      "tags": [
        "<string>"
      ],
      "creator": "<string>",
      "resolved": true,
      "finalOutcome": 0,
      "volume": "<string>",
      "bestBidYes": 500,
      "bestAskYes": 500,
      "bestBidNo": 500,
      "bestAskNo": 500,
      "createdAt": "<string>",
      "metadata": {},
      "imageUrl": "<string>",
      "rules": "<string>",
      "resolutionSources": "<string>",
      "master": true,
      "masterQuestion": "<string>",
      "masterImage": "<string>",
      "linked": true,
      "proposalId": 0
    }
  ]
}

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

address
string
required

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

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

Response

Default Response

master
object
required
legs
object[]
required