cURL
curl --request GET \ --url https://api-testnet.context.markets/v2/markets/{id}/oracle
{ "oracle": { "lastCheckedAt": "2023-11-07T05:31:56Z", "confidenceLevel": "<string>", "evidenceCollected": { "postsCount": 123, "relevantPosts": [ "<string>" ] }, "sourcesMonitored": [ "<string>" ], "summary": { "decision": "<string>", "shortSummary": "<string>", "expandedSummary": "<string>" } } }
Returns the oracle resolution summary for a market, including evidence collected and sources monitored.
Market ID (hash) or slug
Oracle resolution summary
Show child attributes