Skip to main content
GET
/
markets
/
{id}
/
oracle
/
quotes
/
latest
Get latest oracle quote
curl --request GET \
  --url https://api-testnet.context.markets/v2/markets/{id}/oracle/quotes/latest
{
  "quote": {
    "id": 123,
    "status": "pending",
    "probability": 123,
    "confidence": "low",
    "reasoning": "<string>",
    "referenceMarketsCount": 1,
    "createdAt": "2023-11-07T05:31:56Z",
    "completedAt": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

id
string
required

Market id hash or slug

Response

Get latest oracle quote

quote
object
required