# Polymarket Search Scraper 🎯 (`easyapi/polymarket-search-scraper`) Actor

Scrape prediction market data from Polymarket.com. Extract market details, odds, volumes, and other key metrics for any keyword-based search. Perfect for tracking political predictions, event outcomes, and market sentiment.

- **URL**: https://apify.com/easyapi/polymarket-search-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Integrations
- **Stats:** 28 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Polymarket Search Scraper 🎯

Extract detailed prediction market data from Polymarket.com based on your search keywords. This actor helps you gather comprehensive market information, odds, trading volumes, and other key metrics.

### Use Cases 📊

- Track political prediction markets and election odds
- Monitor event outcome probabilities
- Analyze market sentiment and trading volumes
- Research historical prediction market data
- Gather market details for data analysis

### Features ✨

- **Keyword-based Search**: Search for any market by keywords
- **Comprehensive Data**: Get detailed market information including:
  - Market questions and descriptions
  - Current odds and prices
  - Trading volumes and liquidity
  - Start and end dates
  - Market status (active/closed)
  - Resolution sources
  - Market IDs and metadata

- **Flexible Output**: Results in structured JSON format
- **Configurable Limits**: Control the number of items to scrape
- **Proxy Support**: Compatible with Apify Proxy

### Output 📋

The actor provides detailed JSON output for each market, including:
- Market ID and slug
- Question and description
- Outcome options and prices
- Trading volume and statistics
- Temporal data (creation, start, end dates)
- Market status and configuration
- Resolution details
- Associated events and metadata

### Limitations ⚠️

- Respects Polymarket's rate limits and terms of service
- Some markets may be restricted in certain regions
- Historical data availability may vary

### Getting Started 🚀

1. Create a new task for the Polymarket Search Scraper
2. Enter your search keywords
3. Optional: Configure proxy and maximum items
4. Run and get structured prediction market data


#### Input Example
  
A full explanation of an input example in JSON.  
```json
{
    "keywords": [
        "trump"
    ],
    "maxItems": 30
}
````

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

````json
[
    {
        "keyword": "trump",
        "event": {
            "id": "903193",
            "ticker": "presidential-election-winner-2024",
            "slug": "presidential-election-winner-2024",
            "title": "Presidential Election Winner 2024",
            "description": "This is a market on predicting the winner of the 2024 presidential election.",
            "resolutionSource": "",
            "startDate": "2024-01-04T22:58:00Z",
            "creationDate": "2024-01-04T23:04:57.844Z",
            "endDate": "2024-11-05T12:00:00Z",
            "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/presidential-election-winner-2024-afdda358-219d-448a-abb5-ba4d14118d71.png",
            "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/presidential-election-winner-2024-afdda358-219d-448a-abb5-ba4d14118d71.png",
            "active": true,
            "closed": true,
            "archived": false,
            "new": false,
            "featured": false,
            "restricted": true,
            "volume": 3686335059.295466,
            "openInterest": 0,
            "sortBy": "price",
            "published_at": "2024-01-04 17:33:51.448+00",
            "updatedBy": "15",
            "createdAt": "2024-01-04T17:33:51.47Z",
            "updatedAt": "2024-11-07T20:43:15.096132Z",
            "commentsEnabled": false,
            "featuredImage": "",
            "enableOrderBook": true,
            "negRisk": true,
            "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
            "negRiskFeeBips": 0,
            "commentCount": 221677,
            "markets": [
                {
                    "id": "253591",
                    "question": "Will Donald Trump win the 2024 US Presidential Election?",
                    "conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
                    "slug": "will-donald-trump-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T12:00:00Z",
                    "startDate": "2024-01-04T22:58:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-donald-trump-win-the-2024-us-presidential-election-c83f01bb-5089-4222-9347-3f12673b6a48.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-donald-trump-win-the-2024-us-presidential-election-c83f01bb-5089-4222-9347-3f12673b6a48.png",
                    "description": "This market will resolve to “Yes” if Donald J. Trump wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "1",
                        "0"
                    ],
                    "volume": "1531479284.504353",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:33:51.332Z",
                    "updatedAt": "2024-11-07T15:23:00.928768Z",
                    "closedTime": "2024-11-06 15:17:41+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Donald Trump",
                    "groupItemThreshold": "0",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "umaEndDate": "2024-11-06T15:17:41Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 1531479284.504353,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "21742633143463906290569050155826241533067272736897614950488156847949938836455",
                        "48331043336612883890938759509493159234755048973500640148014422747788308965732"
                    ],
                    "umaBond": "99750.0",
                    "umaReward": "500.0",
                    "fpmmLive": true,
                    "volumeClob": 1531479284.504353,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xc2d6714f691eacd6ec494c7d6e5eaaf7dfba8907dcaf55b2dd93e7b479da1605",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "442",
                            "conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 1000,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 1.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "oneDayPriceChange": 0.372,
                    "lastTradePrice": 1,
                    "bestBid": 0.997,
                    "bestAsk": 0.998,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "showGmpSeries": true,
                    "showGmpOutcome": false,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:33:51.332Z",
                    "updated_at": "2024-11-07T15:23:00.928768Z",
                    "closed_time": "2024-11-06 15:17:41+00",
                    "wide_format": false,
                    "volume_num": 1531479284.504353,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-donald-trump-win-the-2024-us-presidential-election-c83f01bb-5089-4222-9347-3f12673b6a48.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ],
                    "seriesColor": "red"
                },
                {
                    "id": "253592",
                    "question": "Will Joe Biden win the 2024 US Presidential Election?",
                    "conditionId": "0x14018049e265a2d88f284be9588e2e3542e3a3df08ccdb344d28355dd7fdd8ef",
                    "slug": "will-joe-biden-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T12:00:00Z",
                    "startDate": "2024-01-04T22:58:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-joe-biden-win-the-2024-us-presidential-election-7eba08de-3d3a-41f1-95f6-fcf36bad1855.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-joe-biden-win-the-2024-us-presidential-election-7eba08de-3d3a-41f1-95f6-fcf36bad1855.png",
                    "description": "This market will resolve to “Yes” if Joe Biden wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "72176112.338298",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:35:40.9Z",
                    "updatedAt": "2024-11-07T19:39:00.43766Z",
                    "closedTime": "2024-11-06 19:31:03+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Joe Biden",
                    "groupItemThreshold": "1",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f01",
                    "umaEndDate": "2024-11-06T19:31:03Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 72176112.338298,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "88027839609243624193415614179328679602612916497045596227438675518749602824929",
                        "34731657770883441140875001518098751138877095477683682718012432921110142479972"
                    ],
                    "umaBond": "99750.0",
                    "umaReward": "500.0",
                    "fpmmLive": true,
                    "volumeClob": 72176112.338298,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x26417ec7e180076451bc2a40f38dd8478d3e66c18fc57e4aef0e8d11a809f976",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "440",
                            "conditionId": "0x14018049e265a2d88f284be9588e2e3542e3a3df08ccdb344d28355dd7fdd8ef",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 30,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 1.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "showGmpSeries": false,
                    "showGmpOutcome": false,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:35:40.9Z",
                    "updated_at": "2024-11-07T19:39:00.43766Z",
                    "closed_time": "2024-11-06 19:31:03+00",
                    "wide_format": false,
                    "volume_num": 72176112.338298,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-joe-biden-win-the-2024-us-presidential-election-7eba08de-3d3a-41f1-95f6-fcf36bad1855.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253593",
                    "question": "Will Nikki Haley win the 2024 US Presidential Election?",
                    "conditionId": "0xced9f9d90c94db9f1e1dbd7d9fba82fe4fa7431c0d4e91e28896c8ac2d6acadd",
                    "slug": "will-nikki-haley-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-04T22:58:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-nikki-haley-win-the-2024-us-presidential-election-f304eb43-0aac-4548-964b-9819ddc8080c.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-nikki-haley-win-the-2024-us-presidential-election-f304eb43-0aac-4548-964b-9819ddc8080c.png",
                    "description": "This market will resolve to “Yes” if Nikki Haley wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "107529158.083605",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:36:47.96Z",
                    "updatedAt": "2024-11-07T17:52:56.625322Z",
                    "closedTime": "2024-11-06 18:04:10+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Nikki Haley",
                    "groupItemThreshold": "6",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f02",
                    "umaEndDate": "2024-11-06T18:04:10Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 107529158.083605,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "19083349462791593334532840548890602187185739923311385087650426802477691161360",
                        "25663677275476030658483179785762851061160843737234225579491314980654272946621"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 107529158.083605,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xa71c59e668b9ad5091ed03858bb6c58e8330602f25abbd08ba8987f0c6d66718",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "451",
                            "conditionId": "0xced9f9d90c94db9f1e1dbd7d9fba82fe4fa7431c0d4e91e28896c8ac2d6acadd",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:36:47.96Z",
                    "updated_at": "2024-11-07T17:52:56.625322Z",
                    "closed_time": "2024-11-06 18:04:10+00",
                    "wide_format": false,
                    "volume_num": 107529158.083605,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-nikki-haley-win-the-2024-us-presidential-election-f304eb43-0aac-4548-964b-9819ddc8080c.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253594",
                    "question": "Will Gavin Newsom win the 2024 US Presidential Election?",
                    "conditionId": "0x40bbdd26dc08406eedcb913efee7f7faddf50e16fc21caedb4972d57fd71e0d1",
                    "slug": "will-gavin-newsom-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-04T23:00:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-gavin-newsom-win-the-2024-us-presidential-election-1accc79e-527e-4470-b338-c0059bf87185.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-gavin-newsom-win-the-2024-us-presidential-election-1accc79e-527e-4470-b338-c0059bf87185.png",
                    "description": "This market will resolve to “Yes” if Gavin Newsom wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "54161276.228088",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:37:48.563Z",
                    "updatedAt": "2024-11-07T18:07:06.681452Z",
                    "closedTime": "2024-11-06 18:08:56+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Gavin Newsom",
                    "groupItemThreshold": "4",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f03",
                    "umaEndDate": "2024-11-06T18:08:56Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 54161276.228088,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "99200347365169760700385453164878188504479548439905371494493482364634358863823",
                        "88063614818983277039870506697948521713429593096456892435153186054911641634952"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 54161276.228088,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xa00cfee17591a0363f2efb729f6250912339f61f3fef97d0fc669c830875f875",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "445",
                            "conditionId": "0x40bbdd26dc08406eedcb913efee7f7faddf50e16fc21caedb4972d57fd71e0d1",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:37:48.563Z",
                    "updated_at": "2024-11-07T18:07:06.681452Z",
                    "closed_time": "2024-11-06 18:08:56+00",
                    "wide_format": false,
                    "volume_num": 54161276.228088,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-gavin-newsom-win-the-2024-us-presidential-election-1accc79e-527e-4470-b338-c0059bf87185.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253595",
                    "question": "Will Robert F. Kennedy Jr. win the 2024 US Presidential Election?",
                    "conditionId": "0x7da35195ac3c7bf167f88ab0c27067a99020e36de67d39968b71d9debcdd925e",
                    "slug": "will-robert-f-kennedy-jr-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-04T12:00:00Z",
                    "startDate": "2024-01-04T23:01:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-robert-f-kennedy-jr-win-the-2024-us-presidential-election-KQ7jJxF2dPpA.jpg",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-robert-f-kennedy-jr-win-the-2024-us-presidential-election-KQ7jJxF2dPpA.jpg",
                    "description": "This market will resolve to “Yes” if Robert F. Kennedy Jr. wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "141605110.748029",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:39:07.759Z",
                    "updatedAt": "2024-11-07T18:07:01.256735Z",
                    "closedTime": "2024-11-06 18:09:00+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Robert F. Kennedy Jr.",
                    "groupItemThreshold": "4",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f04",
                    "umaEndDate": "2024-11-06T18:09:00Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 141605110.748029,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "75551890681049796405776295654438099776333571510662809052054780589218524237663",
                        "56404905393055211239795086916790918063008904529043139446524120756836481670648"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 141605110.748029,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x0780c23b44be08b3f707ca9a47323ceaaf2273d8ad750bf4763c59c05befaca8",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "444",
                            "conditionId": "0x7da35195ac3c7bf167f88ab0c27067a99020e36de67d39968b71d9debcdd925e",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 20,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-04T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:39:07.759Z",
                    "updated_at": "2024-11-07T18:07:01.256735Z",
                    "closed_time": "2024-11-06 18:09:00+00",
                    "wide_format": false,
                    "volume_num": 141605110.748029,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-robert-f-kennedy-jr-win-the-2024-us-presidential-election-KQ7jJxF2dPpA.jpg",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253596",
                    "question": "Will Ron DeSantis win the 2024 US Presidential Election?",
                    "conditionId": "0xad6d309aaa500d96855996e84da00dfb2379548a693ca684d0877cf94fec05d1",
                    "slug": "will-ron-desantis-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T12:00:00Z",
                    "startDate": "2024-01-04T23:02:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/ron+desantis+vp.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/ron+desantis+vp.png",
                    "description": "This market will resolve to “Yes” if Ron DeSantis wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "46309049.202369",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:39:50.077Z",
                    "updatedAt": "2024-11-07T19:13:10.912973Z",
                    "closedTime": "2024-11-06 19:31:05+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Ron DeSantis",
                    "groupItemThreshold": "8",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f05",
                    "umaEndDate": "2024-11-06T19:31:05Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 46309049.202369,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "54541905023211985194827443687227462634594584372996482268933020846517872533280",
                        "31047886014226264999763088291196820581455214827362848029616905203866058950804"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 46309049.202369,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xade3624994f460d6aaa3dbc9550d8d7e322b9da6b61e5ad26ae30a745b11f64c",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": true,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "447",
                            "conditionId": "0xad6d309aaa500d96855996e84da00dfb2379548a693ca684d0877cf94fec05d1",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:39:50.077Z",
                    "updated_at": "2024-11-07T19:13:10.912973Z",
                    "closed_time": "2024-11-06 19:31:05+00",
                    "wide_format": false,
                    "volume_num": 46309049.202369,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/ron+desantis+vp.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253598",
                    "question": "Will Vivek Ramaswamy win the 2024 US Presidential Election?",
                    "conditionId": "0x696baf880832d000a37ea87cc94235b1ac58e7e9fe7a144ccf5d141877629134",
                    "slug": "will-vivek-ramaswamy-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-04T23:02:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-vivek-ramaswamy-win-the-2024-us-presidential-election-b6d2984c-40bd-4cfd-98f9-df5fecd6d874.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-vivek-ramaswamy-win-the-2024-us-presidential-election-b6d2984c-40bd-4cfd-98f9-df5fecd6d874.png",
                    "description": "This market will resolve to “Yes” if Vivek Ramaswamy wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "21181731.472915",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:40:59.956Z",
                    "updatedAt": "2024-11-07T19:33:03.890158Z",
                    "closedTime": "2024-11-06 19:30:56+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Vivek Ramaswamy",
                    "groupItemThreshold": "9",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f06",
                    "umaEndDate": "2024-11-06T19:30:56Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 21181731.472915,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "71118168890902402346450607953977430866499056452499149647300109878547888435163",
                        "83989706486871267882400547508608962084989637885033118817277664739968626851490"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 21181731.472915,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x13d91829864accdec437f4a7700c62bce217dd1b010fc65799c4d6700df0f81b",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "439",
                            "conditionId": "0x696baf880832d000a37ea87cc94235b1ac58e7e9fe7a144ccf5d141877629134",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:40:59.956Z",
                    "updated_at": "2024-11-07T19:33:03.890158Z",
                    "closed_time": "2024-11-06 19:30:56+00",
                    "wide_format": false,
                    "volume_num": 21181731.472915,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-vivek-ramaswamy-win-the-2024-us-presidential-election-b6d2984c-40bd-4cfd-98f9-df5fecd6d874.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253597",
                    "question": "Will Kamala Harris win the 2024 US Presidential Election?",
                    "conditionId": "0xc6485bb7ea46d7bb89beb9c91e7572ecfc72a6273789496f78bc5e989e4d1638",
                    "slug": "will-kamala-harris-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-04T12:00:00Z",
                    "startDate": "2024-01-04T23:02:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-kamala-harris-win-the-2024-us-presidential-election-21483ac3-94a5-4efd-b89e-05cdca69753f.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-kamala-harris-win-the-2024-us-presidential-election-21483ac3-94a5-4efd-b89e-05cdca69753f.png",
                    "description": "This market will resolve to “Yes” if Kamala Harris wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "1037039118.18879",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-04T17:40:17.792Z",
                    "updatedAt": "2024-11-07T18:13:04.660879Z",
                    "closedTime": "2024-11-06 18:03:54+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Kamala Harris",
                    "groupItemThreshold": "5",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f07",
                    "umaEndDate": "2024-11-06T18:03:54Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 1037039118.18879,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-04",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "69236923620077691027083946871148646972011131466059644796654161903044970987404",
                        "87584955359245246404952128082451897287778571240979823316620093987046202296181"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "100.0",
                    "fpmmLive": true,
                    "volumeClob": 1037039118.18879,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x8b8cfdd89ae4706df00ef877ee2387079b51c14d248d09c7fd5642a578c6709a",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "448",
                            "conditionId": "0xc6485bb7ea46d7bb89beb9c91e7572ecfc72a6273789496f78bc5e989e4d1638",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 1000,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 1.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "oneDayPriceChange": -0.393,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "showGmpSeries": true,
                    "showGmpOutcome": false,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-04T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-04T17:40:17.792Z",
                    "updated_at": "2024-11-07T18:13:04.660879Z",
                    "closed_time": "2024-11-06 18:03:54+00",
                    "wide_format": false,
                    "volume_num": 1037039118.18879,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-kamala-harris-win-the-2024-us-presidential-election-21483ac3-94a5-4efd-b89e-05cdca69753f.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ],
                    "seriesColor": "blue"
                },
                {
                    "id": "253634",
                    "question": "Will Chris Christie win the 2024 US Presidential Election?",
                    "conditionId": "0xf6106065ec5d5dae7eca350be64e5246ae331b35937ea55b64152f65fbc0b37f",
                    "slug": "will-chris-christie-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-06T20:12:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-chris-christie-win-the-2024-us-presidential-election-c3c597b3-411e-46a1-8e49-d022a53af7e8.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-chris-christie-win-the-2024-us-presidential-election-c3c597b3-411e-46a1-8e49-d022a53af7e8.png",
                    "description": "This market will resolve to “Yes” if Chris Christie wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "14192736.345",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:28:37.815Z",
                    "updatedAt": "2024-11-07T20:43:08.778067Z",
                    "closedTime": "2024-11-06 20:40:10+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Chris Christie",
                    "groupItemThreshold": "10",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0a",
                    "umaEndDate": "2024-11-06T20:40:10Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 14192736.345,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "27312896015258311102305871640185491718068302146240154758497460598552961305988",
                        "47985835438034722961370141592264484856245054083967133255723755707120670593624"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 14192736.345,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xfd123c99550e69b3617134f8ab64848117b202c66220132f2586e5dfa5ba2973",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "443",
                            "conditionId": "0xf6106065ec5d5dae7eca350be64e5246ae331b35937ea55b64152f65fbc0b37f",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-06T19:28:37.815Z",
                    "updated_at": "2024-11-07T20:43:08.778067Z",
                    "closed_time": "2024-11-06 20:40:10+00",
                    "wide_format": false,
                    "volume_num": 14192736.345,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-chris-christie-win-the-2024-us-presidential-election-c3c597b3-411e-46a1-8e49-d022a53af7e8.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253639",
                    "question": "Will Elizabeth Warren win the 2024 US Presidential Election?",
                    "conditionId": "0x3120827dc12167d09fd9f08233e2b540054a2ed90aad65c023bc1da9d38b29d9",
                    "slug": "will-elizabeth-warren-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-06T20:12:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-elizabeth-warren-win-the-2024-us-presidential-election-d8c080ba-d9e4-4588-a689-506f0e9b106f.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-elizabeth-warren-win-the-2024-us-presidential-election-d8c080ba-d9e4-4588-a689-506f0e9b106f.png",
                    "description": "This market will resolve to “Yes” if Elizabeth Warren wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "14714813.728",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:32:19.994Z",
                    "updatedAt": "2024-11-07T19:29:10.539008Z",
                    "closedTime": "2024-11-06 20:24:59+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Elizabeth Warren",
                    "groupItemThreshold": "14",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0d",
                    "umaEndDate": "2024-11-06T20:24:59Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 14714813.728,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "6025348680810459235592257487856478394037580571221769223427710907585587056389",
                        "107318000224273619864067221410763312524005905734038928942085943518009422698801"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 14714813.728,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0xe80f9929e457d87b7b32b0a0c939f9cffbe1bfabd2ccb7060b3783f61b5b35de",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "438",
                            "conditionId": "0x3120827dc12167d09fd9f08233e2b540054a2ed90aad65c023bc1da9d38b29d9",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-06T19:32:19.994Z",
                    "updated_at": "2024-11-07T19:29:10.539008Z",
                    "closed_time": "2024-11-06 20:24:59+00",
                    "wide_format": false,
                    "volume_num": 14714813.728,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-elizabeth-warren-win-the-2024-us-presidential-election-d8c080ba-d9e4-4588-a689-506f0e9b106f.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253640",
                    "question": "Will Bernie Sanders win the 2024 US Presidential Election?",
                    "conditionId": "0x08f5fe8d0d29c08a96f0bc3dfb52f50e0caf470d94d133d95d38fa6c847e0925",
                    "slug": "will-bernie-sanders-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-06T20:13:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-bernie-sanders-win-the-2024-us-presidential-election-7724ccda-75f4-47c0-a88c-80df5455e276.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-bernie-sanders-win-the-2024-us-presidential-election-7724ccda-75f4-47c0-a88c-80df5455e276.png",
                    "description": "This market will resolve to “Yes” if Bernie Sanders wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "9829356.367",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:32:20.052Z",
                    "updatedAt": "2024-11-07T19:29:10.579962Z",
                    "closedTime": "2024-11-06 20:25:05+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Bernie Sanders",
                    "groupItemThreshold": "13",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0c",
                    "umaEndDate": "2024-11-06T20:25:05Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 9829356.367,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "95128817762909535143571435260705470642391662537976312011260538371392879420759",
                        "109959771354727569920568814841948349015122530982718955453725874320605174249650"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 9829356.367,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x88c5b6d63ab0898f2209400b432de75b59a8a6aeb2571c299103f0af4b8ae536",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "437",
                            "conditionId": "0x08f5fe8d0d29c08a96f0bc3dfb52f50e0caf470d94d133d95d38fa6c847e0925",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-06T19:32:20.052Z",
                    "updated_at": "2024-11-07T19:29:10.579962Z",
                    "closed_time": "2024-11-06 20:25:05+00",
                    "wide_format": false,
                    "volume_num": 9829356.367,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-bernie-sanders-win-the-2024-us-presidential-election-7724ccda-75f4-47c0-a88c-80df5455e276.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253635",
                    "question": "Will AOC win the 2024 US Presidential Election?",
                    "conditionId": "0xd1cce1f51effdf3957144fdc87b5e8aace1d1f7ab21976a046b71744ecad8443",
                    "slug": "will-aoc-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T12:00:00Z",
                    "startDate": "2024-01-06T20:12:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/aoc.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/aoc.png",
                    "description": "This market will resolve to “Yes” if Alexandria Ocasio-Cortez wins the 2024 US Presidential Election. Otherwise, this market will resolve to “No.”\n\nThe resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated.\n\nNote: An update may be made to this market to allow for early expiration if the candidate is definitively no longer in contention for the presidency.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "22011560.654836",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:28:37.87Z",
                    "updatedAt": "2024-11-07T19:29:11.971669Z",
                    "closedTime": "2024-11-06 20:09:45+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "AOC",
                    "groupItemThreshold": "12",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0b",
                    "umaEndDate": "2024-11-06T20:09:45Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 22011560.654836,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "6238317280296426865475638559260472448644617115418089359113344407432348159324",
                        "41954490041086867564121643018635419147920198909390751107256363360262392619696"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 22011560.654836,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x62238db2ac8a0e4f40ad9b2ab471e8c3a3e55d7e5923860ae72e9cfec7c23ba2",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": true,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "450",
                            "conditionId": "0xd1cce1f51effdf3957144fdc87b5e8aace1d1f7ab21976a046b71744ecad8443",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 5,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T12:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-06T19:28:37.87Z",
                    "updated_at": "2024-11-07T19:29:11.971669Z",
                    "closed_time": "2024-11-06 20:09:45+00",
                    "wide_format": false,
                    "volume_num": 22011560.654836,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/aoc.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253641",
                    "question": "Will any other Democratic Politician win the 2024 US Presidential Election?",
                    "conditionId": "0xb92f22143e7b48609a82573fa8197dc73683a15acb467b0f51ee63da7e3f520b",
                    "slug": "will-any-other-democratic-politician-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-06T20:13:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-any-other-democratic-politician-win-the-2024-us-presidential-election-898f208e-d9fc-47ef-9191-a85f32b9c109.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-any-other-democratic-politician-win-the-2024-us-presidential-election-898f208e-d9fc-47ef-9191-a85f32b9c109.png",
                    "description": "This market will resolve to “Yes” if any other Democratic Politician other than Joe Biden, Gavin Newsom, Robert F. Kennedy Jr., Kamala Harris, Michelle Obama, Hillary Clinton, AOC, Bernie Sanders, and Elizabeth Warren wins. Otherwise this market will resolve to “No.”\n\nFor the purposes of this market a Democratic Politician is defined as an individual who has held elected office at either the state or federal level (i.e. including but not limited to US Senator, US Representative, Governor, Lieutenant Governor, State Senator, State Representative) and runs as a Democrat for the 2024 US Presidential election. \n\nIf their affiliation changes to Independent or a party other than Democrat before election day, the individual will not be considered as a Democratic Politician.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "116558196.386525",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:52:35.348Z",
                    "updatedAt": "2024-11-07T19:29:05.636484Z",
                    "closedTime": "2024-11-06 19:54:53+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Other Democrat Politician",
                    "groupItemThreshold": "16",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0e",
                    "umaEndDate": "2024-11-06T19:54:53Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 116558196.386525,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "74706296939809671893768905246606398708802232875822379413753245164957842209130",
                        "103543247440804352548620987887141435213865749546518237928636621721195722919525"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 116558196.386525,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x3100a05b37a2df8d1ee655c3a984ddb81700841e022324b6125aa52dcfcee898",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "446",
                            "conditionId": "0xb92f22143e7b48609a82573fa8197dc73683a15acb467b0f51ee63da7e3f520b",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 10,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"
                        }
                    ],
                    "rewardsMinSize": 200,
                    "rewardsMaxSpread": 3.5,
                    "spread": 0.001,
                    "automaticallyResolved": true,
                    "lastTradePrice": 1,
                    "bestAsk": 0.001,
                    "automaticallyActive": true,
                    "clearBookOnStart": true,
                    "manualActivation": false,
                    "negRiskOther": false,
                    "lower_bound_date": null,
                    "upper_bound_date": null,
                    "market_type": "normal",
                    "resolution_source": "",
                    "end_date": "2024-11-05T00:00:00Z",
                    "amm_type": null,
                    "x_axis_value": null,
                    "y_axis_value": null,
                    "denomination_token": null,
                    "resolved_by": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "upper_bound": null,
                    "lower_bound": null,
                    "created_at": "2024-01-06T19:52:35.348Z",
                    "updated_at": "2024-11-07T19:29:05.636484Z",
                    "closed_time": "2024-11-06 19:54:53+00",
                    "wide_format": false,
                    "volume_num": 116558196.386525,
                    "liquidity_num": null,
                    "image_raw": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-any-other-democratic-politician-win-the-2024-us-presidential-election-898f208e-d9fc-47ef-9191-a85f32b9c109.png",
                    "events": [
                        {
                            "id": "903193",
                            "slug": "presidential-election-winner-2024",
                            "title": "Presidential Election Winner 2024",
                            "ticker": "presidential-election-winner-2024",
                            "series": []
                        }
                    ]
                },
                {
                    "id": "253642",
                    "question": "Will any other Republican Politician win the 2024 US Presidential Election?",
                    "conditionId": "0x55c551896c10a74861f2fd88b4f928694310114704cc74b29b9760d1156cade6",
                    "slug": "will-any-other-republican-politician-win-the-2024-us-presidential-election",
                    "resolutionSource": "",
                    "endDate": "2024-11-05T00:00:00Z",
                    "startDate": "2024-01-06T20:13:00Z",
                    "fee": "20000000000000000",
                    "image": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-any-other-republican-politician-win-the-2024-us-presidential-election-7250d1e8-3905-446a-a1a2-f5ef15c857eb.png",
                    "icon": "https://polymarket-upload.s3.us-east-2.amazonaws.com/will-any-other-republican-politician-win-the-2024-us-presidential-election-7250d1e8-3905-446a-a1a2-f5ef15c857eb.png",
                    "description": "This market will resolve to “Yes” if any other Republican Politician other than Donald J. Trump, Nikki Haley, Robert F. Kennedy Jr., Ron DeSantis, Vivek Ramaswamy, and Chris Christie wins. Otherwise this market will resolve to “No.”\n\nFor the purposes of this market a Republican Politician is defined as an individual who has held elected office at either the state or federal level (i.e. including but not limited to US Senator, US Representative, Governor, Lieutenant Governor, State Senator, State Representative) and runs as a Republican for the 2024 US Presidential election. \n\nIf their affiliation changes to Independent or a party other than Republican before election day, the individual will not be considered as a Republican Politician.",
                    "outcomes": [
                        "Yes",
                        "No"
                    ],
                    "outcomePrices": [
                        "0",
                        "1"
                    ],
                    "volume": "241655099.850067",
                    "active": true,
                    "marketType": "normal",
                    "closed": true,
                    "marketMakerAddress": "",
                    "updatedBy": 15,
                    "createdAt": "2024-01-06T19:52:35.394Z",
                    "updatedAt": "2024-11-07T19:29:10.587695Z",
                    "closedTime": "2024-11-06 19:45:36+00",
                    "wideFormat": false,
                    "new": false,
                    "featured": false,
                    "submitted_by": "0x91430CaD2d3975766499717fA0D66A78D814E5c5",
                    "archived": false,
                    "resolvedBy": "0x2F5e3684cb1F318ec51b00Edba38d79Ac2c0aA9d",
                    "restricted": true,
                    "groupItemTitle": "Other Republican Politician",
                    "groupItemThreshold": "17",
                    "questionID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f0f",
                    "umaEndDate": "2024-11-06T19:45:36Z",
                    "enableOrderBook": true,
                    "orderPriceMinTickSize": 0.001,
                    "orderMinSize": 5,
                    "umaResolutionStatus": "resolved",
                    "volumeNum": 241655099.850067,
                    "endDateIso": "2024-11-05",
                    "startDateIso": "2024-01-06",
                    "hasReviewedDates": true,
                    "commentsEnabled": false,
                    "secondsDelay": 0,
                    "clobTokenIds": [
                        "87935798830831555521299232238121934560977823768906296045917813721531790174443",
                        "57677804490585887398706024193987529955099603362215749525873675088072565146041"
                    ],
                    "umaBond": "24750.0",
                    "umaReward": "50.0",
                    "fpmmLive": true,
                    "volumeClob": 241655099.850067,
                    "makerBaseFee": 0,
                    "takerBaseFee": 0,
                    "customLiveness": 0,
                    "acceptingOrders": false,
                    "negRisk": true,
                    "negRiskMarketID": "0xe3b1bc389210504ebcb9cffe4b0ed06ccac50561e0f24abb6379984cec030f00",
                    "negRiskRequestID": "0x3ecfc389588600f51fad97e9bdc3ae8ce1fdaf48511ac3c93d3bb738793a89e1",
                    "notificationsEnabled": false,
                    "creator": "",
                    "ready": false,
                    "funded": false,
                    "cyom": false,
                    "pagerDutyNotificationEnabled": false,
                    "approved": true,
                    "clobRewards": [
                        {
                            "id": "449",
                            "conditionId": "0x55c551896c10a74861f2fd88b4f928694310114704cc74b29b9760d1156cade6",
                            "assetAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                            "rewardsAmount": 0,
                            "rewardsDailyRate": 10,
                            "startDate": "2024-04-05",
                            "endDate": "2500-12-31"

# Actor input Schema

## `keywords` (type: `array`):

List of keywords to search on Polymarket
## `maxItems` (type: `integer`):

Maximum number of items to scrape (default: 100)
## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "keywords": [
    "bitcoin"
  ],
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/polymarket-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/polymarket-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call easyapi/polymarket-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/polymarket-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Polymarket Search Scraper 🎯",
        "description": "Scrape prediction market data from Polymarket.com. Extract market details, odds, volumes, and other key metrics for any keyword-based search. Perfect for tracking political predictions, event outcomes, and market sentiment.",
        "version": "0.0",
        "x-build-id": "Gh2nFBhSxqYa9hlCI"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/easyapi~polymarket-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-easyapi-polymarket-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/easyapi~polymarket-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-easyapi-polymarket-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/easyapi~polymarket-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-easyapi-polymarket-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "keywords"
                ],
                "properties": {
                    "keywords": {
                        "title": "Search Keywords",
                        "type": "array",
                        "description": "List of keywords to search on Polymarket",
                        "default": [
                            "bitcoin"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of items to scrape (default: 100)",
                        "default": 30
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for the scraper",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
