Skip to main content
GET
/
2
/
pm
/
trending
Get Trending Prediction Markets
curl --request GET \
  --url https://pm-api-prod-eu.mobula.io/api/2/pm/trending
{
  "data": [
    {}
  ]
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

period
enum<string>
default:24h

Trending window.

Available options:
1h,
24h,
7d,
30d
filters
string

JSON-encoded filter object with optional platforms and categories string arrays.

Example:

"{\"categories\":[\"Politics\"]}"

limit
integer
default:20

Page size (1-100).

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset.

Required range: x >= 0

Response

200 - application/json

Trending markets list

data
object[]