# Active Polymarket Events by 24h Volume Tracker

**Use case:** 

Monitor active Polymarket events sorted by 24-hour volume. Receive detailed data on market odds and event dynamics.

## Input

```json
{
  "feeds": [
    "events_rank",
    "sports",
    "twitter_activity"
  ],
  "explodeMarkets": true,
  "explodeAssets": true,
  "twitterMaxItems": 100,
  "minTwitterSignificance": 0,
  "twitterCategories": [],
  "aiAnalysisSlugs": [],
  "aiAnalysisType": 1,
  "eventsStatus": "active",
  "eventsOrderBy": "volume24h",
  "minVolume24hUsd": 0,
  "onlyLive": false,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "_kind": {
    "label": "Row kind",
    "format": "string"
  },
  "seriesSlug": {
    "label": "Series slug",
    "format": "string"
  },
  "seriesTitle": {
    "label": "Series title",
    "format": "string"
  },
  "eventSlug": {
    "label": "Event slug",
    "format": "string"
  },
  "eventTitle": {
    "label": "Event title",
    "format": "string"
  },
  "marketId": {
    "label": "Market ID",
    "format": "string"
  },
  "marketQuestion": {
    "label": "Market question",
    "format": "string"
  },
  "marketGroupItem": {
    "label": "Market group item",
    "format": "string"
  },
  "outcome": {
    "label": "Outcome",
    "format": "string"
  },
  "outcomeChance": {
    "label": "Outcome chance",
    "format": "number"
  },
  "outcomeBestAsk": {
    "label": "Outcome best ask",
    "format": "number"
  },
  "price": {
    "label": "Market price",
    "format": "number"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "liquidity": {
    "label": "Liquidity",
    "format": "number"
  },
  "volume24h": {
    "label": "Volume 24h",
    "format": "number"
  },
  "homeTeamName": {
    "label": "Home team",
    "format": "string"
  },
  "awayTeamName": {
    "label": "Away team",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "string"
  },
  "gameStatus": {
    "label": "Game status",
    "format": "string"
  },
  "tweetUserHandle": {
    "label": "Tweet handle",
    "format": "string"
  },
  "tweetSignificance": {
    "label": "Significance",
    "format": "number"
  },
  "tweetTimestamp": {
    "label": "Tweeted at",
    "format": "string"
  },
  "aiBettingOption": {
    "label": "AI betting option",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Polymarket Scraper - Prediction Market Odds API](https://apify.com/logiover/polymarket-events-odds-ai-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/polymarket-events-odds-ai-scraper) to learn more, explore other use cases, and run it yourself.