Skip to main content
GET
/
v1
/
trending
Error
A valid request URL is required to generate request examples
{
  "markets": [
    {
      "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": {},
      "trendingScore": 123,
      "scoreVolume": 123,
      "scoreRecency": 123,
      "scoreTightness": 123,
      "imageUrl": "<string>",
      "rules": "<string>",
      "resolutionSources": "<string>",
      "master": true,
      "masterQuestion": "<string>",
      "masterImage": "<string>",
      "linked": true,
      "proposalId": 0
    }
  ],
  "algorithm": {
    "description": "<string>",
    "weights": {
      "volume": 123,
      "recency": 123,
      "tightness": 123
    },
    "halfLifeSeconds": 0
  }
}

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

category
string
Required string length: 1 - 80
limit
integer
default:20
Required range: 1 <= x <= 200
halfLifeDays
number
default:14

Recency half-life in days. Lower = punishes older markets harder.

Required range: 0.5 <= x <= 180

Response

Default Response

markets
object[]
required
algorithm
object
required