cURL
curl --request POST \ --url https://api-testnet.context.markets/v2/questions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "question": "Will ETH close above $4,000 by Dec 31, 2026?" } '
{ "submissionId": "<string>", "questions": [ null ], "accounts": {}, "qualityExplanation": "<string>", "refuseToResolve": true, "status": "<string>", "statusUpdates": [ null ], "pollUrl": "<string>" }
Public API key passed as Bearer token
1 - 1000
Submission accepted
Always empty on initial submission
Show child attributes
URL to poll for submission status