v1

latestOpenAPI 3.0.02026-07-265081124.2 KB
Markets

Get Market Details

Retrieves market or group data using either an Ethereum address or a slug identifier

get/markets/{addressOrSlug}

Path parameters

addressOrSlugstring required
Example:crypto-predictions-2025

Market/group address (0x...) or slug identifier (my-market-name)

Response

Market or group details with pricing and volume data

OR
OR

Example response

{
  "id": 7494,
  "conditionId": "0x947b8e6812bf8ac27687fa25b642d6a25bf5c7292068e5aef129d9d26e9780b8",
  "collateralToken": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "decimals": 6,
    "symbol": "USDC"
  },
  "creator": {
    "name": "Limitless",
    "imageURI": "https://limitless.exchange/assets/images/logo.svg",
    "link": "https://x.com/trylimitless",
    "address": "0x55257A9a03601B0587Ab4752FD42A87c4Bad2e1e"
  },
  "frequency": "minutely",
  "subFrequency": "minutes_5",
  "tokens": {
    "yes": "78695809706775235377718830617502491971378663350108823320552375535762230401980",
    "no": "8642544735724967665477930445154251213223700833624811358896571351781151616445"
  },
  "tradePrices": {
    "buy": {
      "market": [
        0.997,
        0.997
      ],
      "limit": [
        0.003,
        0.003
      ]
    },
    "sell": {
      "market": [
        0.003,
        0.003
      ],
      "limit": [
        0.997,
        0.997
      ]
    }
  },
  "tradeType": "clob",
  "marketType": "single",
  "metadata": {
    "fee": true
  },
  "settings": {
    "minSize": "50000000",
    "maxSpread": 0.035,
    "dailyReward": "20",
    "rewardsEpoch": "0.013888888888888888",
    "c": "3"
  },
  "feedEvents": [
    {
      "eventType": "NEW_TRADE",
      "timestamp": "2025-09-01T11:30:31.000Z",
      "user": {
        "id": 7080,
        "account": "0xea27f6788F083e6070961d3E52A2e596367E04CC",
        "displayName": "GG",
        "rankName": "Bronze",
        "points": "0.00000000",
        "name": "GG"
      },
      "data": {
        "title": "DOGE Up or Down - Hourly",
        "address": "0x76d3e2098Be66Aa7E15138F467390f0Eb7349B9b",
        "slug": "doge-up-or-down-1-hour-1756136880125",
        "strategy": "Buy",
        "outcome": "Down",
        "contracts": "9.071313",
        "txHash": "0xe8a4464daf3561f6be5fef4d1bc64184c4f6fe9d6306ab7297fe7ed63a24df1c",
        "symbol": "USDC",
        "tradeAmount": "5",
        "tradeAmountUSD": "4.999525",
        "marketId": 7495
      },
      "bodyHash": "01100995"
    }
  ]
}