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

Query Parameters

query
string

Free-text search query (canonical name; input accepted as legacy alias).

input
string

Legacy alias for query.

filters
string

JSON-encoded filter object. Supported keys: platforms (string[]), categories (string[]), statuses (string[]), minVolume (number), minLiquidity (number).

Example:

"{\"statuses\":[\"open\"],\"minVolume\":1000}"

sortBy
enum<string>
default:volume24hUSD
Available options:
volume24hUSD,
totalVolumeUSD,
liquidityUSD,
createdAt,
endDate,
trendingScore
order
enum<string>
default:desc
Available options:
asc,
desc
limit
integer
default:50

Page size (1-100).

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

Pagination offset.

Required range: x >= 0

Response

200 - application/json

Search results

data
object[]