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

Query Parameters

platform
enum<string>
required

Prediction market platform. Today only polymarket is supported; any other value returns 400.

Available options:
polymarket
Example:

"polymarket"

marketId
string
required

CTF conditionId — 0x-prefixed 32-byte hex string. NOT the URL slug.

Pattern: ^0x[0-9a-fA-F]{64}$
Example:

"0xd86a816093fcd0a0e1ca440bc5ce199bd3c5a8d6139e044b076958164f8c5423"

Response

200 - application/json

Market details

data
object