Skip to content

Get By Question

Fetches all predictions made by the authenticated user and their clan members for a specific prediction question.

POST/prediction/v1/getbyquestion
Terminal window
curl -X POST https://api.juspredict.com/prediction/v1/getbyquestion \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"question_id": "q-uuid",
"time_in_force": 1
}'
{
"status": { "type": "SUCCESS" },
"my_predictions": [...],
"member_predictions": [...]
}
FieldTypeDescription
statusStatusOperation status.