Skip to content

Performance

Returns summary statistics about the user’s prediction success rate and earnings over time.

POST/prediction/v1/performance
Terminal window
curl -X POST https://api.juspredict.com/prediction/v1/performance \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"time_in_force": 6
}'
{
"status": { "type": "SUCCESS" },
"performances": [
{ "day": 18, "earnings": "150.00" }
]
}
FieldTypeDescription
statusStatusOperation status.