Unusual Prediction Markets
GET
https://api.unusualwhales.com/api/predictions/unusual
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Query Parameters
categories
string
optional
limit
integer
optional
Default:
50
offset
integer
optional
Default:
0
Responses
200 422 500Response Body 200 OK
categories
array[string]
Example:
["Crypto","Culture","Finance","Games","Mentions","Other","Politics","Sports","Weather"]
data
array[Unusual Prediction Market]
Try It
GET
Query Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/predictions/unusual" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"categories": [
"Crypto",
"Culture",
"Finance",
"Games",
"Mentions",
"Other",
"Politics",
"Sports",
"Weather"
],
"data": [
null
]
}
}