Skip to main content
GET
/
2
/
pm
/
market
/
details
Get prediction market details
curl --request GET \
  --url https://demo-api.mobula.io/api/2/pm/market/details
{
  "data": {
    "id": "<string>",
    "platform": "<string>",
    "marketId": "<string>",
    "slug": "<string>",
    "question": "<string>",
    "description": "<string>",
    "category": "<string>",
    "tags": [
      "<string>"
    ],
    "type": "binary",
    "status": "active",
    "chainId": "<string>",
    "contractAddress": "<string>",
    "negRisk": true,
    "outcomes": [
      {
        "id": "<string>",
        "outcomeId": "<string>",
        "label": "<string>",
        "priceUSD": 123,
        "priceChange24hPercentage": 123,
        "priceChange7dPercentage": 123,
        "volume24hUSD": 123,
        "volume7dUSD": 123,
        "totalVolumeUSD": 123,
        "liquidityUSD": 123,
        "openInterestUSD": 123,
        "holdersCount": 123
      }
    ],
    "stats": {
      "totalVolumeUSD": 123,
      "volume24hUSD": 123,
      "volume7dUSD": 123,
      "liquidityUSD": 123,
      "openInterestUSD": 123,
      "holdersCount": 123,
      "tradesCount": 123,
      "trades24h": 123
    },
    "metadata": {
      "createdAt": "<string>",
      "resolvedAt": "<string>",
      "endDate": "<string>",
      "resolved": true,
      "resolvedOutcome": "<string>",
      "logo": "<string>",
      "url": "<string>",
      "creator": "<string>",
      "resolver": "<string>",
      "rewardPool": "<string>",
      "platformFee": "<string>"
    }
  },
  "hostname": "<string>",
  "took": 123
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

platform
string
required
marketId
string
required

Response

200 - application/json

Market details

data
object
hostname
string
took
number