The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 28 new columns ({'volume1mo', 'event_category', 'bestAsk', 'winning_outcomes', 'outcomePrices_json', 'event_titles', 'question', 'clobTokenIds_json', 'event_resolutionSource', 'volume1wk', 'bestBid', 'lastTradePrice', 'spread', 'event_ids', 'volumeNum', 'outcomes_json', 'recurring_canonical_question', 'endDateIso', 'recurring_group_key', 'recurring_group_count', 'restricted', 'marketType', 'volume24hr', 'conditionId', 'volume1yr', 'umaResolutionStatuses_json', 'event_slugs', 'liquidityNum'}) and 8 missing columns ({'openInterest', 'ticker', 'featured', 'market_count', 'title', 'tags_json', 'seriesSlug', 'creationDate'}).
This happened while the csv dataset builder was generating data using
hf://datasets/cognocracy-agent/polymarket-gamma-dataset/markets_dedup_recurring_representatives.csv (at revision 889d549c36765f785de3cfd8ebd33ecea7d8f558), ['hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/events_normalized.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/markets_dedup_recurring_representatives.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/markets_normalized.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/recurring_market_groups.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/source_urls.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: int64
conditionId: string
question: string
slug: string
description: string
resolutionSource: string
source_hosts: string
source_urls: string
category: string
marketType: string
active: bool
closed: bool
archived: bool
restricted: bool
createdAt: string
updatedAt: string
startDate: string
endDate: string
endDateIso: string
closedTime: string
liquidity: double
liquidityNum: double
volume: double
volumeNum: double
volume24hr: double
volume1wk: double
volume1mo: double
volume1yr: double
outcomes_json: string
outcomePrices_json: string
winning_outcomes: string
clobTokenIds_json: string
umaResolutionStatuses_json: string
bestBid: double
bestAsk: double
lastTradePrice: double
spread: double
event_ids: int64
event_slugs: string
event_titles: string
event_resolutionSource: string
event_category: string
recurring_group_key: string
recurring_canonical_question: string
recurring_group_count: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 5766
to
{'id': Value('int64'), 'ticker': Value('string'), 'slug': Value('string'), 'title': Value('string'), 'description': Value('string'), 'resolutionSource': Value('string'), 'source_hosts': Value('string'), 'source_urls': Value('string'), 'category': Value('string'), 'active': Value('bool'), 'closed': Value('bool'), 'archived': Value('bool'), 'featured': Value('bool'), 'createdAt': Value('string'), 'updatedAt': Value('string'), 'startDate': Value('string'), 'creationDate': Value('string'), 'endDate': Value('string'), 'closedTime': Value('string'), 'volume': Value('float64'), 'liquidity': Value('float64'), 'openInterest': Value('float64'), 'market_count': Value('int64'), 'seriesSlug': Value('string'), 'tags_json': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 28 new columns ({'volume1mo', 'event_category', 'bestAsk', 'winning_outcomes', 'outcomePrices_json', 'event_titles', 'question', 'clobTokenIds_json', 'event_resolutionSource', 'volume1wk', 'bestBid', 'lastTradePrice', 'spread', 'event_ids', 'volumeNum', 'outcomes_json', 'recurring_canonical_question', 'endDateIso', 'recurring_group_key', 'recurring_group_count', 'restricted', 'marketType', 'volume24hr', 'conditionId', 'volume1yr', 'umaResolutionStatuses_json', 'event_slugs', 'liquidityNum'}) and 8 missing columns ({'openInterest', 'ticker', 'featured', 'market_count', 'title', 'tags_json', 'seriesSlug', 'creationDate'}).
This happened while the csv dataset builder was generating data using
hf://datasets/cognocracy-agent/polymarket-gamma-dataset/markets_dedup_recurring_representatives.csv (at revision 889d549c36765f785de3cfd8ebd33ecea7d8f558), ['hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/events_normalized.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/markets_dedup_recurring_representatives.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/markets_normalized.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/recurring_market_groups.csv', 'hf://datasets/cognocracy-agent/polymarket-gamma-dataset@889d549c36765f785de3cfd8ebd33ecea7d8f558/source_urls.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id int64 | ticker string | slug string | title string | description string | resolutionSource string | source_hosts string | source_urls string | category string | active bool | closed bool | archived bool | featured bool | createdAt string | updatedAt string | startDate string | creationDate string | endDate string | closedTime string | volume float64 | liquidity float64 | openInterest float64 | market_count int64 | seriesSlug string | tags_json string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,890 | nba-will-the-mavericks-beat-the-grizzlies-by-more-than-5pt5-points-in-their-december-4-matchup | nba-will-the-mavericks-beat-the-grizzlies-by-more-than-5pt5-points-in-their-december-4-matchup | NBA: Will the Mavericks beat the Grizzlies by more than 5.5 points in their December 4 matchup? | In the upcoming NBA game, scheduled for December 4:
If the Dallas Mavericks win by over 5.5 points, the market will resolve to βYesβ.
If the Memphis Grizzlies lose by less than 5.5 points or win, the market will resolve βNo.β
If the game is not completed by December 11, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:02.074Z | 2026-04-26T20:45:48.649384Z | 2021-12-04T00:00:00Z | 2021-12-04T00:00:00Z | 2021-12-04T00:00:00Z | 2022-07-27T14:40:02.074Z | 1,335.05 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,891 | nfl-will-the-falcons-beat-the-panthers-by-more-than-3pt5-points-in-their-october-31st-matchup | nfl-will-the-falcons-beat-the-panthers-by-more-than-3pt5-points-in-their-october-31st-matchup | NFL: Will the Falcons beat the Panthers by more than 3.5 points in their October 31st matchup? | In the upcoming NFL game:
If the Atlanta Falcons win by over 3.5 points, the market will resolve to βYesβ.
If the Carolina Panthers lose by less than 3.5 points or win, the market will resolve βNo.β
If the game is not completed by November 6, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:02.139Z | 2026-04-26T20:45:48.962237Z | 2021-10-31T00:00:00Z | 2021-10-31T00:00:00Z | 2021-10-31T00:00:00Z | 2022-07-27T14:40:02.139Z | 5,332.42 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,892 | in-game-trading-will-the-49ers-beat-the-packers-by-more-than-3pt5-points-in-their-week-three-matchup | in-game-trading-will-the-49ers-beat-the-packers-by-more-than-3pt5-points-in-their-week-three-matchup | (In-Game Trading) Will the 49ers beat the Packers by more than 3.5 points in their week three matchup? | This is a market on whether the San Francisco 49ers will beat the Green Bay Packers by over 3.5 points in their NFL week three matchup scheduled to take place on September 26, 2021, at 8:20 PM ET. This market will resolve to βYesβ if the 49ers win by over 3.5 points, and βNoβ if the Packers lose by less than 3.5 points... | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:02.191Z | 2026-04-26T20:45:49.230275Z | 2021-09-26T00:00:00Z | 2021-09-26T00:00:00Z | 2021-09-26T00:00:00Z | 2022-07-27T14:40:02.191Z | 139,186.36 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,893 | 2022-norway-chess-will-magnus-carlsen-lose-any-game | 2022-norway-chess-will-magnus-carlsen-lose-any-game | 2022 Norway Chess: Will Magnus Carlsen lose any game? | The Norway Chess is a prestigious annual closed chess tournament, scheduled to take place this year from May 31 to June 11 in Stavanger, Norway. Ten world-class players will play against each other in 9 rounds in a round-robin tournament.
If Magnus Carlsen loses any game in the 2022 Norway Chess this market will resol... | https://norwaychess.no/ | norwaychess.no | ["https://norwaychess.no/"] | Chess | true | true | false | false | 2022-07-27T14:40:02.236Z | 2026-04-24T09:07:52.723663Z | 2022-05-31T00:00:00Z | 2022-05-31T00:00:00Z | 2022-06-11T00:00:00Z | 2022-07-27T14:40:02.236Z | 89,615.68 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,894 | nba-will-the-heat-beat-the-wizards-by-more-than-7pt5-points-in-their-november-18th-matchup | nba-will-the-heat-beat-the-wizards-by-more-than-7pt5-points-in-their-november-18th-matchup | NBA: Will the Heat beat the Wizards by more than 7.5 points in their November 18th matchup? | In the upcoming NBA game, scheduled for November 18th:
If the Miami Heat win by over 7.5 points, the market will resolve to βYesβ.
If the Washington Wizards lose by less than 7.5 points or win, the market will resolve βNo.β
If the game is not completed by November 25, 2021, the market will resolve 50-50. | http://nba.com/games | nba.com | ["http://nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:02.284Z | 2026-04-24T09:07:52.984122Z | 2021-11-18T00:00:00Z | 2021-11-18T00:00:00Z | 2021-11-18T00:00:00Z | 2022-07-27T14:40:02.284Z | 7,793.96 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,895 | nfl-will-the-jaguars-beat-the-texans-by-more-than-3pt5-points-in-their-december-19-matchup | nfl-will-the-jaguars-beat-the-texans-by-more-than-3pt5-points-in-their-december-19-matchup | NFL: Will the Jaguars beat the Texans by more than 3.5 points in their December 19 matchup? | In the upcoming NFL game, scheduled for December 19:
If the Jacksonville Jaguars win by over 3.5 points, the market will resolve to βYesβ.
If the Houston Texans lose by less than 3.5 points or win, the market will resolve βNo.β
If the game is not completed by December 26, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:02.343Z | 2024-04-25T19:40:53.918028Z | 2021-12-17T00:00:00Z | 2021-12-16T00:00:00Z | 2021-12-19T00:00:00Z | 2022-07-27T14:40:02.343Z | 1,255.63 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,896 | nba-will-the-clippers-beat-the-celtics-by-more-than-2pt5-points-in-their-december-8-matchup | nba-will-the-clippers-beat-the-celtics-by-more-than-2pt5-points-in-their-december-8-matchup | NBA: Will the Clippers beat the Celtics by more than 2.5 points in their December 8 matchup? | In the upcoming NBA game, scheduled for December 8:
If the Los Angeles Clippers win by over 2.5 points, the market will resolve to βYesβ.
If the Boston Celtics lose by less than 2.5 points or win, the market will resolve βNo.β
If the game is not completed by December 15, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:02.389Z | 2024-04-22T21:15:21.868031Z | 2021-12-08T00:00:00Z | 2021-12-08T00:00:00Z | 2021-12-08T00:00:00Z | 2022-07-27T14:40:02.389Z | 3,552.12 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,897 | nfl-will-the-chiefs-beat-the-bengals-by-more-than-3pt5-points-in-their-january-2-matchup | nfl-will-the-chiefs-beat-the-bengals-by-more-than-3pt5-points-in-their-january-2-matchup | NFL: Will the Chiefs beat the Bengals by more than 3.5 points in their January 2 matchup? | In the upcoming NFL game, scheduled for January 2:
If the Kansas City Chiefs win by over 3.5 points, the market will resolve to βYesβ.
If the Cincinnati Bengals lose by less than 3.5 points or win, the market will resolve βNo.β
If the game is not completed by January 9, 2022, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:02.439Z | 2024-04-25T19:08:16.996163Z | 2022-01-01T00:00:00Z | 2022-01-01T00:00:00Z | 2022-01-02T00:00:00Z | 2022-07-27T14:40:02.439Z | 20,962.33 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,898 | will-lightyear-gross-more-than-90-million-domestically-in-its-opening-weekend | will-lightyear-gross-more-than-90-million-domestically-in-its-opening-weekend | Will 'Lightyear' gross more than $90 million domestically on its opening weekend? | 'Lightyear' is an upcoming American computer-animated film produced by Pixar Animation Studios. It is a spin-off of the Toy Story film series, serving as an origin story for the fictional test astronaut character who the Buzz Lightyear toy figure featured in the main films was inspired by. It is scheduled for theatrica... | https://www.boxofficemojo.com/release/rl6456065/ | boxofficemojo.com | ["https://www.boxofficemojo.com/release/rl6456065/"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:02.488Z | 2024-03-22T01:54:53.953191Z | 2022-06-14T00:00:00Z | 2022-06-14T00:00:00Z | 2022-06-20T00:00:00Z | 2022-07-27T14:40:02.488Z | 8,676.66 | 0 | 0 | 1 | box-office-openings | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,899 | nfl-will-the-cardinals-beat-the-rams-by-more-than-2pt5-points-in-their-december-13-matchup | nfl-will-the-cardinals-beat-the-rams-by-more-than-2pt5-points-in-their-december-13-matchup | NFL: Will the Cardinals beat the Rams by more than 2.5 points in their December 13 matchup? | In the upcoming NFL game, scheduled for December 13:
If the Arizona Cardinals win by over 2.5 points, the market will resolve to βYesβ.
If the Los Angeles Rams lose by less than 2.5 points or win, the market will resolve βNo.β
If the game is not completed by December 20, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:02.53Z | 2024-04-25T19:16:41.833562Z | 2021-12-13T00:00:00Z | 2021-12-13T00:00:00Z | 2021-12-13T00:00:00Z | 2022-07-27T14:40:02.53Z | 36,110.01 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,900 | will-the-floor-price-of-we-are-all-going-to-die-be-above-1-eth-on-june-14 | will-the-floor-price-of-we-are-all-going-to-die-be-above-1-eth-on-june-14 | Will the floor price of 'We Are All Going to Die' be above 1 ETH on June 14? | This is a market on whether NFT collection "We Are All Going to Die" will have a floor price above 1 ETH on June 14, 2022 (at 12:00 PM ET), according to https://opensea.io/collection/we-are-all-going-to-die.
This market will resolve to "Yes" if, on the aforementioned check time, there are no We Are All Going to Die NF... | https://opensea.io/collection/we-are-all-going-to-die | opensea.io | ["https://opensea.io/collection/we-are-all-going-to-die"] | NFTs | true | true | false | false | 2022-07-27T14:40:02.584Z | 2024-03-22T01:51:37.572214Z | 2022-06-07T00:00:00Z | 2022-06-07T00:00:00Z | 2022-06-14T00:00:00Z | 2022-07-27T14:40:02.584Z | 3,722.44 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,901 | will-the-spurs-or-the-grizzlies-win-their-nba-play-in-tournament-matchup | will-the-spurs-or-the-grizzlies-win-their-nba-play-in-tournament-matchup | Will the Spurs or the Grizzlies win their NBA play-in tournament matchup? | This is a market on who will win in the NBA play-in tournament match between the San Antonio Spurs and the Memphis Grizzlies, scheduled to take place at 7:30 PM ET May 19, 2021. This market will resolve to βSpursβ if the San Antonio Spurs win, and βGrizzliesβ if the Memphis Grizzlies win. If the match is postponed to a... | nba.com | null | [] | Sports | true | true | false | false | 2022-07-27T14:40:02.638Z | 2024-03-22T01:51:37.572214Z | 2021-05-17T00:00:00Z | 2021-05-17T00:00:00Z | 2021-05-19T00:00:00Z | 2022-07-27T14:40:02.638Z | 66,258.86 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,902 | will-any-belarusian-bank-be-disconnected-from-swift-by-april-30-2022 | will-any-belarusian-bank-be-disconnected-from-swift-by-april-30-2022 | Will any Belarusian bank be disconnected from SWIFT by April 30, 2022? | If the Society for Worldwide Interbank Financial Telecommunications Network (SWIFT Network) disconnects or otherwise restricts any Belarusian institution(s) in accordance with sanctions by April 30, 2022, 11:59:59 PM ET (inclusive), this market will resolve to βYesβ. Otherwise, this market will resolve to βNoβ.
If any... | https://www.swift.com/about-us/legal/compliance-0/swift-and-sanctions | swift.com | ["https://www.swift.com/about-us/legal/compliance-0/swift-and-sanctions"] | Ukraine & Russia | true | true | false | false | 2022-07-27T14:40:02.679Z | 2024-03-22T01:57:13.897025Z | 2022-03-04T00:00:00Z | 2022-03-04T00:00:00Z | 2022-04-30T00:00:00Z | 2022-07-27T14:40:02.679Z | 99,554.19 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,903 | will-nato-declare-a-no-fly-zone-over-any-ukrainian-territory-by-april-30-2022 | will-nato-declare-a-no-fly-zone-over-any-ukrainian-territory-by-april-30-2022 | Will NATO declare a No Fly-Zone over any Ukrainian territory by April 30, 2022? | This market asks whether the North American Treaty Organization (NATO) will declare a no fly-zone over the airspace of any territory designated by the United Nations as Ukrainian by April 30, 2022.
If NATO declares a no fly-zone over the airspace of any territory designated by the United Nations as Ukrainian between t... | https://www.nato.int/cps/en/natohq/news_room.htm | nato.int | ["https://www.nato.int/cps/en/natohq/news_room.htm"] | Ukraine & Russia | true | true | false | false | 2022-07-27T14:40:02.728Z | 2024-04-25T19:30:34.684893Z | 2022-03-09T00:00:00Z | 2022-03-08T00:00:00Z | 2022-04-30T00:00:00Z | 2022-07-27T14:40:02.728Z | 24,081.22 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,904 | will-natural-gas-close-above-9-on-june-17-2022 | will-natural-gas-close-above-9-on-june-17-2022 | Will natural gas close above $9 on June 17, 2022? | If the value of natural gas is greater than $9.00 at market close according to this market's resolution source on the resolution date, June 17, 2022, this market will resolve to βYesβ. If the value of natural gas is $9.00 or less as of market close according to this market's resolution source on the resolution date, th... | https://www.nasdaq.com/market-activity/commodities/ng:nmx/historical | nasdaq.com | ["https://www.nasdaq.com/market-activity/commodities/ng:nmx/historical"] | Business | true | true | false | false | 2022-07-27T14:40:02.771Z | 2024-03-22T01:50:06.837882Z | 2022-06-10T00:00:00Z | 2022-06-10T00:00:00Z | 2022-06-17T00:00:00Z | 2022-07-27T14:40:02.771Z | 41,494.22 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,905 | will-the-ftx-crypto-cup-finals-between-magnus-carlsen-and-wesley-so-go-to-play-offs | will-the-ftx-crypto-cup-finals-between-magnus-carlsen-and-wesley-so-go-to-play-offs | Will the FTX Crypto Cup Finals between Magnus Carlsen and Wesley So go to play-offs? | This is a market on whether the FTX Crypto Cup Finals between Magnus Carlsen and Wesley So go to play-offs. The Finals are scheduled to take place over May 30 and May 31. This market will resolve to βYesβ if the FTX Crypto Cup Finals between Magnus Carlsen and Wesley So reaches the play-offs, i.e. they play at least on... | https://championschesstour.com/ | championschesstour.com | ["https://championschesstour.com/"] | Chess | true | true | false | false | 2022-07-27T14:40:02.815Z | 2024-04-25T21:02:01.746846Z | 2021-05-29T00:00:00Z | 2021-05-29T00:00:00Z | 2021-05-31T00:00:00Z | 2022-07-27T14:40:02.815Z | 6,134.43 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,906 | will-the-czech-republic-or-denmark-qualify-for-the-euro-2020-semifinals | will-the-czech-republic-or-denmark-qualify-for-the-euro-2020-semifinals | Will the Czech Republic or Denmark qualify for the Euro 2020 Semifinals? | This is a market on whether the Czech Republic or Denmark will qualify for the Euro 2020 Semifinals. This market will resolve to βCzech Republicβ if the Czech Republic qualifies, or βDenmarkβ if Denmark qualifies. If for any reason neither team qualifies, or both teams qualify, the market will resolve to 50-50. In the ... | https://www.uefa.com/uefaeuro-2020/fixtures-results/#/rd/2001026 | uefa.com | ["https://www.uefa.com/uefaeuro-2020/fixtures-results/#/rd/2001026"] | Sports | true | true | false | false | 2022-07-27T14:40:02.858Z | 2024-03-22T01:46:45.654132Z | 2021-06-28T00:00:00Z | 2021-06-28T00:00:00Z | 2021-07-03T00:00:00Z | 2022-07-27T14:40:02.858Z | 2,649.06 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,907 | will-lost-ark-be-in-the-top-5-most-played-games-on-steam-on-april-15-2022 | will-lost-ark-be-in-the-top-5-most-played-games-on-steam-on-april-15-2022 | Will Lost Ark be in the top 5 most played games on Steam on April 15, 2022? | This is a market on whether Lost Ark will be #1-5 on Steam in terms of peak players on April 15, 2022 at 11:59:59 PM ET. Results of this market will be decided by the official Steam player count ("Peak Today") available at https://store.steampowered.com/stats/.Β
If Lost Ark is #1-5 or tied for any of those spots, the ... | https://store.steampowered.com/stats/ | store.steampowered.com | ["https://store.steampowered.com/stats/"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:02.908Z | 2024-04-22T21:26:41.747286Z | 2022-04-04T00:00:00Z | 2022-03-30T00:00:00Z | 2022-04-15T00:00:00Z | 2022-07-27T14:40:02.908Z | 9,266.4 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,908 | 2022-nba-playoffs-round-2-who-will-win-celtics-vs-bucks | 2022-nba-playoffs-round-2-who-will-win-celtics-vs-bucks | 2022 NBA Playoffs, Round 2: Who will win Celtics vs. Bucks? | The 2022 NBA playoffs is the main postseason tournament of the 2021β22 season. All rounds are a best-of-seven series; a series ends when one team wins four games, and that team advances to the next round.
This is a market about the Second Round of 2022 NBA Playoffs (also called Conference Semifinals) and will resolve... | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:02.95Z | 2024-03-22T01:50:06.837882Z | 2022-05-01T00:00:00Z | 2022-05-01T00:00:00Z | 2022-05-16T00:00:00Z | 2022-07-27T14:40:02.95Z | 2,889.08 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,909 | will-surojit-chatterjee-or-matt-huang-win-in-their-cryptochamps-finals-chess-match | will-surojit-chatterjee-or-matt-huang-win-in-their-cryptochamps-finals-chess-match | Will Surojit Chatterjee or Matt Huang win in their CryptoChamps Finals chess match? | This is a market on whether Surojit Chatterjee or Matt Huang will win in their CryptoChamps Finals match, scheduled to take place on June 13, 2021. The market will resolve to βChatterjeeβ if Surojit Chatterjee wins, or βHuangβ if Matt Huang wins. If the match is postponed to a day on or before June 19, 2021, the same m... | null | chess.com | ["https://www.chess.com/article/view/cryptochamps-all-the-information"] | Chess | true | true | false | false | 2022-07-27T14:40:02.994Z | 2024-03-22T01:57:13.897025Z | 2021-06-13T00:00:00Z | 2021-06-13T00:00:00Z | 2021-06-13T00:00:00Z | 2022-07-27T14:40:02.994Z | 4,763.45 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,910 | ncaa-finals-who-will-win-unc-vs-kansas-scheduled-for-apr-4-9pt20-pm-et | ncaa-finals-who-will-win-unc-vs-kansas-scheduled-for-apr-4-9pt20-pm-et | NCAA Finals: Who will win UNC vs. Kansas, scheduled for Apr 4 (9.20 PM ET)? | In the upcoming NCAA Finals game, scheduled for April 4:
If the University of North Carolina Tar Heels win, the market will resolve to βUNC.β
If the University of Kansas Jayhawks win, the market will resolve to βKansas.β
If the game is not completed by April 11 (11:59:59 PM ET), the market will resolve 50-50. | https://www.ncaa.com/march-madness-live/scores | ncaa.com | ["https://www.ncaa.com/march-madness-live/scores"] | Sports | true | true | false | false | 2022-07-27T14:40:03.035Z | 2024-03-22T01:57:13.897025Z | 2022-04-04T00:00:00Z | 2022-04-04T00:00:00Z | 2022-04-04T00:00:00Z | 2022-07-27T14:40:03.035Z | 65,749.72 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,911 | chess-will-the-van-t-kruijs-opening-1-e3-be-played-at-2021-fide-world-rapid-championship-open | chess-will-the-van-t-kruijs-opening-1-e3-be-played-at-2021-fide-world-rapid-championship-open | Chess: Will the Van't Kruijs Opening (1. e3) be played at 2021 FIDE World Rapid Championship Open? | This is the market on the 2021 FIDE World Rapid Chess Championship Open - a chess tournament held to determine the world champion in chess played under rapid time controls (15 minutes starting, plus 10 seconds per move / player).
The tournament is scheduled to take place on December 26-28 2021 in Warsaw, Poland.
Thi... | https://worldrapidandblitz.fide.com/ | worldrapidandblitz.fide.com | ["https://worldrapidandblitz.fide.com/"] | Chess | true | true | false | false | 2022-07-27T14:40:03.077Z | 2024-04-23T06:35:01.980274Z | 2021-12-23T00:00:00Z | 2021-12-22T00:00:00Z | 2021-12-28T00:00:00Z | 2022-07-27T14:40:03.077Z | 2,068.43 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,912 | nba-will-the-lakers-beat-the-grizzlies-by-more-than-2pt5-points-in-their-december-9-matchup | nba-will-the-lakers-beat-the-grizzlies-by-more-than-2pt5-points-in-their-december-9-matchup | NBA: Will the Lakers beat the Grizzlies by more than 2.5 points in their December 9 matchup? | In the upcoming NBA game, scheduled for December 9:
If the Los Angeles Lakers win by over 2.5 points, the market will resolve to βYesβ.
If the Memphis Grizzlies lose by less than 2.5 points or win, the market will resolve βNo.β
If the game is not completed by December 16, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.128Z | 2024-04-25T19:53:34.685038Z | 2021-12-09T00:00:00Z | 2021-12-09T00:00:00Z | 2021-12-09T00:00:00Z | 2022-07-27T14:40:03.128Z | 4,214.08 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,913 | who-will-win-the-bucks-v-heat-game-on-october-21st | who-will-win-the-bucks-v-heat-game-on-october-21st | (In-Game Trading) Who will win the Bucks v. Heat game on October 21st? | If the Bucks win, the market will resolve to βBucks.β
If the Heat win, the market will resolve to βHeat.β
If the game is not completed by October 28, 2021, the market will resolve 48-52 favoring βHeat.β | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.171Z | 2024-04-25T19:07:07.466108Z | 2021-10-21T00:00:00Z | 2021-10-20T00:00:00Z | 2021-10-21T00:00:00Z | 2022-07-27T14:40:03.171Z | 25,952.05 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,914 | grammys-2022-will-lady-gagas-and-tony-bennets-i-get-a-kick-out-of-you-win-record-of-the-year | grammys-2022-will-lady-gagas-and-tony-bennets-i-get-a-kick-out-of-you-win-record-of-the-year | GRAMMYs 2022: Will Lady Gaga's and Tony Bennet's "I Get a Kick Out of You" win Record of the Year? | The 64th GRAMMYs Awards Show, presented by the Recording Academy, is an event honoring βoutstanding achievement in the music industryβ for the period of time between September 30, 2020, and September 30, 2021. It is scheduled to take place at the MGM Grand Garden Arena in Las Vegas on April 3, 2022. The nominations wer... | https://www.grammy.com/ | grammy.com | ["https://www.grammy.com/"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:03.213Z | 2024-04-25T21:17:47.215725Z | 2022-03-31T00:00:00Z | 2022-03-31T00:00:00Z | 2022-04-03T00:00:00Z | 2022-07-27T14:40:03.213Z | 10,155.84 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,915 | will-solana-sol-hit-35-or-50-first | will-solana-sol-hit-35-or-50-first | Will Solana ($SOL) hit $35 or $50 first? | This is a market on whether the price of Solana ($SOL) will first reach $35.00 USD or $50.00 USD between June 6, 2022, and January 1, 2023, 12:00:00 AM ET.
This market will resolve to "$35" if $SOL drops to $35.00 USD or less first within the market timeframe. This market will resolve to "$50" if $SOL reaches $50.00 o... | https://www.coingecko.com/en/coins/solana | coingecko.com | ["https://www.coingecko.com/en/coins/solana"] | Crypto | true | true | false | false | 2022-07-27T14:40:03.256Z | 2024-03-22T01:47:36.137432Z | 2022-06-07T00:00:00Z | 2022-06-06T00:00:00Z | 2023-01-01T00:00:00Z | 2022-07-27T14:40:03.256Z | 3,060.73 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,916 | will-nate-wyatt-ko-tko-or-retire-ddg | will-nate-wyatt-ko-tko-or-retire-ddg | Will Nate Wyatt KO, TKO, or retire DDG? | This is a market on whether Nate Wyatt will KO, TKO, or retire DDG, in their βBattle of the Platforms (Youtubers v. TikTokers)β boxing match, scheduled to take place on June 12, 2021, at Hard Rock Stadium in Miami Gardens. This market will resolve to βYesβ if Nate Wyatt KOs, TKOs, or retires DDG during their exhibition... | null | null | [] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:03.298Z | 2024-04-23T22:45:42.689866Z | 2021-06-09T00:00:00Z | 2021-06-09T00:00:00Z | 2021-06-12T00:00:00Z | 2022-07-27T14:40:03.298Z | 4,072.06 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,917 | nba-will-the-bucks-beat-the-magic-by-more-than-13pt5-points-in-their-december-28-matchup | nba-will-the-bucks-beat-the-magic-by-more-than-13pt5-points-in-their-december-28-matchup | NBA: Will the Bucks beat the Magic by more than 13.5 points in their December 28 matchup? | In the upcoming NBA game, scheduled for December 28:
If the Milwaukee Bucks win by over 13.5 points, the market will resolve to βYesβ.
If the Orlando Magic lose by less than 13.5 points or win, the market will resolve βNo.β
If the game is not completed by January 4, 2022, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.338Z | 2024-04-25T19:09:12.092356Z | 2021-12-28T00:00:00Z | 2021-12-28T00:00:00Z | 2021-12-28T00:00:00Z | 2022-07-27T14:40:03.338Z | 3,725.94 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,918 | will-synthetix-capture-more-single-day-fees-than-bitcoin-by-september-8-from-kain-pt-eth | will-synthetix-capture-more-single-day-fees-than-bitcoin-by-september-8-from-kain-pt-eth | [From kain.eth] Will Synthetix capture more single day fees than Bitcoin by September 8? | In Response to Trader Inquiry: Due to how data is reported to the resolution source, check times will occur at 11 AM ET daily, with the last check time being on September 9, 11 AM ET.
On June 8, 2022, @kaiynne tweeted "I predict @synthetix_io will have higher single day fee capture than BTC sometime in the next three ... | https://cryptofees.info/ | charts.coinmetrics.io;cryptofees.info;twitter.com | ["https://cryptofees.info/", "https://twitter.com/kaiynne/status/1534510640832090112?s=20&t=_faX990hHwVBKHp52CbJBw", "https://charts.coinmetrics.io/network-data/", "https://cryptofees.info"] | Crypto | true | true | false | false | 2022-07-27T14:40:03.379Z | 2024-03-22T01:57:13.897025Z | 2022-06-08T00:00:00Z | 2022-06-08T00:00:00Z | 2022-09-08T00:00:00Z | 2022-07-27T14:40:03.379Z | 7,105.61 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,919 | nba-will-the-bulls-beat-the-pacers-by-more-than-6pt5-points-in-their-december-26-matchup | nba-will-the-bulls-beat-the-pacers-by-more-than-6pt5-points-in-their-december-26-matchup | NBA: Will the Bulls beat the Pacers by more than 6.5 points in their December 26 matchup? | In the upcoming NBA game, scheduled for December 26:
If the Chicago Bulls win by over 6.5 points, the market will resolve to βYesβ.
If the Indiana Pacers lose by less than 6.5 points or win, the market will resolve βNo.β
If the game is not completed by January 2, 2022, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.426Z | 2024-04-25T19:20:23.516391Z | 2021-12-26T00:00:00Z | 2021-12-26T00:00:00Z | 2021-12-26T00:00:00Z | 2022-07-27T14:40:03.426Z | 1,753.65 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,920 | will-surojit-chatterjee-or-tekin-salimi-win-in-their-cryptochamps-semifinals-chess-match | will-surojit-chatterjee-or-tekin-salimi-win-in-their-cryptochamps-semifinals-chess-match | Will Surojit Chatterjee or Tekin Salimi win in their CryptoChamps Semifinals chess match? | This is a market on whether Surojit Chatterjee or Tekin Salimi will win in their CryptoChamps Semifinals match, scheduled to take place on June 13, 2021. The market will resolve to βChatterjeeβ if Surojit Chatterjee wins, or βSalimiβ if Tekin Salimi wins. If the match is postponed to a day on or before June 19, 2021, t... | null | chess.com | ["https://www.chess.com/article/view/cryptochamps-all-the-information"] | Chess | true | true | false | false | 2022-07-27T14:40:03.471Z | 2024-03-22T01:54:53.953191Z | 2021-06-12T00:00:00Z | 2021-06-12T00:00:00Z | 2021-06-13T00:00:00Z | 2022-07-27T14:40:03.471Z | 9,578.22 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,921 | will-annual-inflation-in-the-european-union-be-59-or-more-in-february | will-annual-inflation-in-the-european-union-be-59-or-more-in-february | Will annual inflation in the European Union be 5.9% or more in February? | This is a market on a year-to-year inflation, as measured by the Eurostat (HICP), from February 2021 to February 2022.
This market will resolve to βYesβ if the European Union annual inflation in February 2022 is 5.9 percent or more and "No" otherwise.
The resolution source for this market will be the Eurostat, the st... | https://ec.europa.eu/eurostat/web/products-euro-indicators | ec.europa.eu;ecb.europa.eu | ["https://ec.europa.eu/eurostat/web/products-euro-indicators", "https://www.ecb.europa.eu/stats/macroeconomic_and_sectoral/hicp/html/index.en.html"] | Business | true | true | false | false | 2022-07-27T14:40:03.51Z | 2024-04-25T18:48:58.693496Z | 2022-03-01T00:00:00Z | 2022-03-01T00:00:00Z | 2022-03-17T00:00:00Z | 2022-07-27T14:40:03.51Z | 7,532.75 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,922 | will-joe-biden-s-approval-rating-be-54-or-higher-on-may-19-2021 | will-joe-biden-s-approval-rating-be-54-or-higher-on-may-19-2021 | Will Joe Biden's approval rating be 54% or higher on May 19, 2021? | This is a market on whether Joe Biden's approval rating will be 54% or higher on May 19, 2021. The resolution source will be FiveThirtyEight's approval rating poll aggregator, https://projects.fivethirtyeight.com/biden-approval-rating/. Changes in the methodology by which FiveThirtyEight calculates the approval rating ... | https://projects.fivethirtyeight.com/biden-approval-rating/ | projects.fivethirtyeight.com | ["https://projects.fivethirtyeight.com/biden-approval-rating/"] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:03.556Z | 2024-03-22T02:00:26.66375Z | 2021-05-03T00:00:00Z | 2021-05-03T00:00:00Z | 2021-05-19T00:00:00Z | 2022-07-27T14:40:03.556Z | 18,298.4 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,923 | nhl-will-the-maple-leafs-beat-the-hurricanes-by-more-than-15-goals-in-their-february-7-matchup-7-pm-et | nhl-will-the-maple-leafs-beat-the-hurricanes-by-more-than-15-goals-in-their-february-7-matchup-7-pm-et | NHL: Will the Maple Leafs beat the Hurricanes by more than 1.5 goals in their February 7 matchup (7 PM ET)? | In the upcoming NHL game, scheduled for February 7:
If the Toronto Maple Leafs win by over 1.5 goals, the market will resolve to βYesβ.
If the Carolina Hurricanes lose by less than 1.5 goals or win, the market will resolve βNo.β
If the game is not completed by February 15 2022 (11:59:59 PM ET), the market will reso... | https://www.nhl.com/scores/ | nhl.com | ["https://www.nhl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:03.602Z | 2024-04-23T23:03:11.63794Z | 2022-02-07T00:00:00Z | 2022-02-07T00:00:00Z | 2022-02-07T00:00:00Z | 2022-07-27T14:40:03.602Z | 1,049.19 | 0 | 0 | 1 | nhl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,924 | who-will-win-suns-v-clippers-western-conference-finals-game-6 | who-will-win-suns-v-clippers-western-conference-finals-game-6 | Who will win Suns v. Clippers: Western Conference Finals Game 6? | This is a market on who will win in the Game 6, Western Conference Final, NBA Playoff matchup between the Phoenix Suns and the Los Angeles Clippers, scheduled to take place on June 30, 2021. This market will resolve to βSunsβ if the Phoenix Suns win, and βClippersβ if the Los Angeles Clippers win. If the match is postp... | null | null | [] | NBA Playoffs | true | true | false | false | 2022-07-27T14:40:03.648Z | 2024-04-23T22:48:46.586478Z | 2021-06-29T00:00:00Z | 2021-06-29T00:00:00Z | 2021-06-30T00:00:00Z | 2022-07-27T14:40:03.648Z | 2,596.77 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,925 | nba-will-the-pacers-beat-the-spurs-by-more-than-3pt5-points-in-their-november-1st-matchup | nba-will-the-pacers-beat-the-spurs-by-more-than-3pt5-points-in-their-november-1st-matchup | NBA: Will the Pacers beat the Spurs by more than 3.5 points in their November 1st matchup? | In the upcoming NBA game:
If the Indiana Pacers win by over 3.5 points, the market will resolve to βYesβ.
If the San Antonio Spurs lose by less than 3.5 points or win, the market will resolve βNo.β
If the game is not completed by November 6, 2021, the market will resolve 50-50. | http://nba.com/games | nba.com | ["http://nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.689Z | 2024-04-22T21:09:55.19109Z | 2021-11-01T00:00:00Z | 2021-11-01T00:00:00Z | 2021-11-01T00:00:00Z | 2022-07-27T14:40:03.689Z | 1,489.47 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,926 | nba-will-the-heat-beat-the-thunder-by-more-than-9pt5-points-in-their-november-15th-matchup | nba-will-the-heat-beat-the-thunder-by-more-than-9pt5-points-in-their-november-15th-matchup | NBA: Will the Heat beat the Thunder by more than 9.5 points in their November 15th matchup? | In the upcoming NBA game, scheduled for November 15th:
If the Miami Heat win by over 9.5 points, the market will resolve to βYesβ.
If the Oklahoma City Thunder lose by less than 9.5 points or win, the market will resolve βNo.β
If the game is not completed by November 22, 2021, the market will resolve 50-50. | http://nba.com/games | nba.com | ["http://nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.729Z | 2024-04-25T19:42:49.808293Z | 2021-11-15T00:00:00Z | 2021-11-15T00:00:00Z | 2021-11-15T00:00:00Z | 2022-07-27T14:40:03.729Z | 11,627.96 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,927 | nba-will-the-nets-beat-the-suns-by-more-than-1pt5-points-in-their-november-27th-matchup | nba-will-the-nets-beat-the-suns-by-more-than-1pt5-points-in-their-november-27th-matchup | NBA: Will the Nets beat the Suns by more than 1.5 points in their November 27th matchup? | In the upcoming NBA game, scheduled for November 27th:
If the Brooklyn Nets win by over 1.5 points, the market will resolve to βYesβ.
If the Phoenix Suns lose by less than 1.5 points or win, the market will resolve βNo.β
If the game is not completed by December 4th, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:03.789Z | 2024-04-25T19:53:12.198744Z | 2021-11-27T00:00:00Z | 2021-11-27T00:00:00Z | 2021-11-27T00:00:00Z | 2022-07-27T14:40:03.789Z | 4,499.93 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,928 | which-cryptocurrency-will-have-higher-market-cap-on-november-12th-xrp-or-polkadot | which-cryptocurrency-will-have-higher-market-cap-on-november-12th-xrp-or-polkadot | Which cryptocurrency will have higher market cap on November 12th: XRP or Polkadot? | This is a market on the Market Cap comparison of two cryptocurrencies: XRP ($XRP) and Polkadot ($DOT) for the resolution date and time of November 12, 2021, at 8:00 PM ET.
The resolution source for this market will be market cap ranking on CoinGecko (https://www.coingecko.com/en).
If, according to the resolution so... | https://www.coingecko.com/en | coingecko.com | ["https://www.coingecko.com/en", "https://www.coingecko.com/en/coins/xrp", "https://www.coingecko.com/en/coins/polkadot"] | Crypto | true | true | false | false | 2022-07-27T14:40:03.839Z | 2024-04-23T06:36:44.057529Z | 2021-11-03T00:00:00Z | 2021-11-03T00:00:00Z | 2021-11-12T00:00:00Z | 2022-07-27T14:40:03.839Z | 16,875.58 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,929 | in-game-trading-will-the-raiders-or-the-steelers-win-their-nfl-week-2-matchup-1 | in-game-trading-will-the-raiders-or-the-steelers-win-their-nfl-week-2-matchup-1 | (In-Game Trading) Will the Raiders or the Steelers win their NFL week 2 matchup? | This is a market on whether the Las Vegas Raiders or the Pittsburgh Steelers will win their NFL week two game on September 19, 2021, at 1:00 PM ET. This market will resolve to βRaidersβ if the Raiders win, and βSteelersβ if the Steelers win. If the match is postponed to a date on or before October 19, 2021, the same ma... | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:03.879Z | 2024-04-22T20:51:13.362279Z | 2021-09-19T00:00:00Z | 2021-09-19T00:00:00Z | 2021-09-19T00:00:00Z | 2022-07-27T14:40:03.879Z | 10,895.18 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,930 | will-the-raiders-beat-the-dolphins-by-more-than-3pt5-points-in-their-week-three-matchup | will-the-raiders-beat-the-dolphins-by-more-than-3pt5-points-in-their-week-three-matchup | Will the Raiders beat the Dolphins by more than 3.5 points in their week three matchup? | This is a market on whether the Las Vegas Raiders will beat the Miami Dolphins by over 3.5 points in their NFL week three matchup scheduled to take place on September 26, 2021, at 4:05 PM ET. This market will resolve to βYesβ if the Raiders win by over 3.5 points, and βNoβ if the Dolphins lose by less than 3.5 points o... | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:03.922Z | 2024-04-22T21:24:27.685218Z | 2021-09-26T00:00:00Z | 2021-09-26T00:00:00Z | 2021-09-26T00:00:00Z | 2022-07-27T14:40:03.922Z | 7,922.34 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,931 | will-hungary-or-france-win-their-euro-2020-match | will-hungary-or-france-win-their-euro-2020-match | Will Hungary or France win their Euro 2020 match? | This is a market on whether Hungary or France will win their Euro 2020 match, scheduled for June 19, 2021 at 9:00 AM ET. This market will resolve to βHungaryβ if Hungary wins the match, or βFranceβ if France wins the match. If the match ends in a tie, the market will resolve to 50-50. If, for any reason, this match is ... | https://www.uefa.com/uefaeuro-2020/match/2024465--hungary-vs-france/ | uefa.com | ["https://www.uefa.com/uefaeuro-2020/match/2024465--hungary-vs-france/"] | Sports | true | true | false | false | 2022-07-27T14:40:03.966Z | 2024-04-25T19:20:27.939566Z | 2021-06-17T00:00:00Z | 2021-06-17T00:00:00Z | 2021-06-19T00:00:00Z | 2022-07-27T14:40:03.966Z | 2,020.91 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,932 | will-bitcoin-btc-hit-20000-or-less-by-june-30 | will-bitcoin-btc-hit-20000-or-less-by-june-30 | Will Bitcoin ($BTC) hit $20,000 or less by June 30? | This is a market on whether Bitcoin ($BTC) will reach the price of $20,000.00 or less between June 13, 2022, 9 AM ET, and July 1, 2022, 12 AM ET.
This market will resolve to "Yes" if Bitcoin ($BTC) drops to $20,000.00 or less within this market's timeframe. This market will resolve to "No" if the price of Bitcoin ($BT... | https://www.coingecko.com/en/coins/bitcoin | coingecko.com | ["https://www.coingecko.com/en/coins/bitcoin"] | Crypto | true | true | false | false | 2022-07-27T14:40:04.012Z | 2024-03-22T02:00:26.66375Z | 2022-06-13T00:00:00Z | 2022-06-13T00:00:00Z | 2022-06-30T00:00:00Z | 2022-07-27T14:40:04.012Z | 19,977.92 | 0 | 0 | 1 | btc-weeklies | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,933 | will-f9-gross-more-than-62m-domestically-on-opening-weekend | will-f9-gross-more-than-62m-domestically-on-opening-weekend | Will F9 gross more than $62M domestically on opening weekend? | This is a market on whether F9 will gross more than $62M domestically on the opening weekend. This market will resolve to βYesβ if F9 grosses more than $62,000,000 on opening weekend, defined as the first Friday, Saturday, and Sunday of the film's release, and βNoβ Otherwise. The resolution source will be https://www.b... | https://www.boxofficemojo.com/release/rl192906753/ | boxofficemojo.com | ["https://www.boxofficemojo.com/release/rl192906753/"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:04.055Z | 2024-04-25T21:03:48.208083Z | 2021-06-23T00:00:00Z | 2021-06-23T00:00:00Z | 2021-06-29T00:00:00Z | 2022-07-27T14:40:04.055Z | 7,288.34 | 0 | 0 | 1 | box-office-openings | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,934 | will-hikaru-nakamura-win-the-2021-st-louis-rapid-and-blitz-chess-tournament | will-hikaru-nakamura-win-the-2021-st-louis-rapid-and-blitz-chess-tournament | Will Hikaru Nakamura win the 2021 St. Louis Rapid and Blitz Chess Tournament? | This market shall resolve to "Yes" if Hikaru Nakamura places 1st place in the 2021 St. Louis Rapid and Blitz Chess Tournament. Otherwise, the market will resolve to βNo.β If the tournament is postponed to an end date on or before September 1, 2021, the same market conditions will apply. If it is postponed to an end dat... | https://grandchesstour.org/2021-grand-chess-tour/2021-saint-louis-rapid-blitz/ | grandchesstour.org | ["https://grandchesstour.org/2021-grand-chess-tour/2021-saint-louis-rapid-blitz/"] | Chess | true | true | false | false | 2022-07-27T14:40:04.106Z | 2024-04-22T21:25:03.904471Z | 2021-08-12T00:00:00Z | 2021-08-12T00:00:00Z | 2021-08-16T00:00:00Z | 2022-07-27T14:40:04.106Z | 23,657.02 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,935 | will-the-7-day-covid-19-case-average-on-january-8th-be-higher-than-it-was-a-week-earlier | will-the-7-day-covid-19-case-average-on-january-8th-be-higher-than-it-was-a-week-earlier | Will the 7-day COVID-19 case average on January 8th be higher than it was a week earlier? | This is a market on whether the United States will report a 7-day average of COVID-19 cases for the date of January 8 2022 that is higher than the 7-day average of COVID-19 cases reported for the date of January 1 2022.
This market will resolve on data from the CDC's Data Tracker, specifically, the 7-day moving avera... | https://covid.cdc.gov/covid-data-tracker/#trends_dailytrendscases | covid.cdc.gov | ["https://covid.cdc.gov/covid-data-tracker/#trends_dailytrendscases"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:04.155Z | 2024-03-22T01:51:37.572214Z | 2021-12-28T00:00:00Z | 2021-12-27T00:00:00Z | 2022-01-15T00:00:00Z | 2022-07-27T14:40:04.155Z | 9,030.35 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,936 | will-hikaru-nakamura-or-fabiano-caruana-win-in-their-ftx-crypto-cup-preliminary-game | will-hikaru-nakamura-or-fabiano-caruana-win-in-their-ftx-crypto-cup-preliminary-game | Will Hikaru Nakamura or Fabiano Caruana win in their FTX Crypto Cup preliminary game? | This is a market on who will win in the FTX Crypto Cup preliminary match-up between Hikaru Nakamura and Fabiano Caruana, scheduled to take place on May 25, 2021 at 3:00 PM ET. The market will resolve to βNakamuraβ if Hikaru Nakamura wins, or βCaruanaβ if Fabiano Caruana wins. If the preliminary game is a draw, the mark... | https://championschesstour.com/ | championschesstour.com | ["https://championschesstour.com/"] | Chess | true | true | false | false | 2022-07-27T14:40:04.202Z | 2024-04-25T19:04:48.356435Z | 2021-05-24T00:00:00Z | 2021-05-24T00:00:00Z | 2021-05-25T00:00:00Z | 2022-07-27T14:40:04.202Z | 105 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,937 | nba-will-the-heat-beat-the-magic-by-more-than-4pt5-points-in-their-december-17-matchup | nba-will-the-heat-beat-the-magic-by-more-than-4pt5-points-in-their-december-17-matchup | NBA: Will the Heat beat the Magic by more than 4.5 points in their December 17 matchup? | In the upcoming NBA game, scheduled for December 17:
If the Miami Heat win by over 4.5 points, the market will resolve to βYesβ.
If the Orlando Magic lose by less than 4.5 points or win, the market will resolve βNo.β
If the game is not completed by December 24, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:04.243Z | 2024-04-25T19:43:02.023815Z | 2021-12-17T00:00:00Z | 2021-12-17T00:00:00Z | 2021-12-17T00:00:00Z | 2022-07-27T14:40:04.243Z | 2,425.89 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,938 | nba-will-the-76ers-beat-the-hornets-by-more-than-6pt5-points-in-their-december-6-matchup | nba-will-the-76ers-beat-the-hornets-by-more-than-6pt5-points-in-their-december-6-matchup | NBA: Will the 76ers beat the Hornets by more than 6.5 points in their December 6 matchup? | In the upcoming NBA game, scheduled for December 6:
If the Philadelphia 76ers win by over 6.5 points, the market will resolve to βYesβ.
If the Charlotte Hornets lose by less than 6.5 points or win, the market will resolve βNo.β
If the game is not completed by December 13, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:04.285Z | 2024-04-22T21:12:18.922397Z | 2021-12-06T00:00:00Z | 2021-12-06T00:00:00Z | 2021-12-06T00:00:00Z | 2022-07-27T14:40:04.285Z | 5,694.63 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,939 | will-natural-gas-close-above-8-on-may-20-2022 | will-natural-gas-close-above-8-on-may-20-2022 | Will natural gas close above $8 on May 20, 2022? | If the value natural gas is greater than $8.00 at market close according to the resolution source on the resolution date, May 20, 2022, this market will resolve to βYesβ. If the value of natural gas is $8.00 or less as of market close according to the resolution source on the resolution date, this market will resolve t... | https://www.nasdaq.com/market-activity/commodities/ng:nmx/historical | nasdaq.com | ["https://www.nasdaq.com/market-activity/commodities/ng:nmx/historical"] | Business | true | true | false | false | 2022-07-27T14:40:04.327Z | 2024-03-22T01:51:37.572214Z | 2022-05-05T00:00:00Z | 2022-05-05T00:00:00Z | 2022-05-20T00:00:00Z | 2022-07-27T14:40:04.327Z | 53,723.46 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,940 | will-the-price-of-wolf-game-wool-wool-be-above-10c-at-noon-on-december-1-2021 | will-the-price-of-wolf-game-wool-wool-be-above-10c-at-noon-on-december-1-2021 | Will the price of Wolf Game Wool ($WOOL) be above 10 cents at noon on December 1st? | This market will resolve to βYesβ if Wolf Game World (WOOL) has a candlestick closing price of $0.100001 or more, as per resolution source, on December 1st 2021, 12 PM ET, and βNoβ otherwise.
The resolution source for this market will be prices listed on CoinGecko (https://www.coingecko.com/en/coins/wolf-game-wool). ... | https://www.coingecko.com/en/coins/wolf-game-wool | coingecko.com | ["https://www.coingecko.com/en/coins/wolf-game-wool"] | Crypto | true | true | false | false | 2022-07-27T14:40:04.366Z | 2024-04-23T23:03:15.977074Z | 2021-11-24T00:00:00Z | 2021-11-24T00:00:00Z | 2021-12-01T00:00:00Z | 2022-07-27T14:40:04.366Z | 52,009.42 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,941 | will-eth-be-above-1200-on-july-15 | will-eth-be-above-1200-on-july-15 | Will $ETH be above $1,200 on July 15? | This is a market on if the price of Ethereum (ETH) will be above $1,200 in USD on July 15, 2022 (12 PM ET).
This market will resolve to βYesβ if Ethereum (ETH) has a candlestick closing price of $1,200.01 or more, as per the resolution source, on July 15, 2022, 12 PM ET, and βNoβ otherwise.
The resolution source for ... | https://www.coingecko.com/en/coins/ethereum | coingecko.com | ["https://www.coingecko.com/en/coins/ethereum"] | Crypto | true | true | false | false | 2022-07-27T14:40:04.406Z | 2024-03-22T01:47:36.137432Z | 2022-07-09T00:00:00Z | 2022-07-09T00:00:00Z | 2022-07-15T00:00:00Z | 2022-07-27T14:40:04.406Z | 172,953.52 | 0 | 0 | 1 | eth-weeklies | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,942 | will-croatia-or-england-win-their-euro-2020-match | will-croatia-or-england-win-their-euro-2020-match | Will Croatia or England win their Euro 2020 match? | This is a market on whether Switzerland or Wales will win their Euro 2020 match, scheduled for June 13, 2021 at 9:00 AM ET. This market will resolve to βCroatiaβ if Croatia wins the match, or βEnglandβ if England wins the match. If the match ends in a tie, the market will resolve to 50-50. If, for any reason, this matc... | null | null | [] | Sports | true | true | false | false | 2022-07-27T14:40:04.455Z | 2024-04-25T19:23:03.380832Z | 2021-06-08T00:00:00Z | 2021-06-08T00:00:00Z | 2021-06-13T00:00:00Z | 2022-07-27T14:40:04.455Z | 3,062.31 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,943 | will-there-be-more-than-120-million-confirmed-covid-19-cases-globally-by-april-1-2021 | will-there-be-more-than-120-million-confirmed-covid-19-cases-globally-by-april-1-2021 | Will there be more than 120 million confirmed COVID-19 cases globally by April 1, 2021? | This is a market on the cumulative number of COVID-19 cases there will be globally by April 1, 2021, 11:59 pm EST. This market will resolve to βYesβ if there are more than 120,000,000 confirmed cases of COVID-19 globally on or before the resolution date. This market will resolve to βNoβ if there are never more than 120... | https://covid19.who.int/ | covid19.who.int | ["https://covid19.who.int/"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:04.515Z | 2024-04-25T19:02:29.245613Z | 2021-02-26T00:00:00Z | 2021-02-26T00:00:00Z | 2021-04-01T00:00:00Z | 2022-07-27T14:40:04.515Z | 12,169.86 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,944 | will-the-floor-price-of-chain-runners-be-above-1pt25-eth-on-december-2 | will-the-floor-price-of-chain-runners-be-above-1pt25-eth-on-december-2 | Will the floor price of Chain Runners be above 1.25 ETH on December 2? | This is a market on whether Chain Runners will maintain a price floor over 1.25 ETH on December 2, 2021, at 12:00 PM ET.
This market will resolve to "Yes" if, on the aforementioned check time, there are no Chain Runners (on https://opensea.io/collection/chain-runners-nft) listed for 1.25 ETH or lower, and βNoβ otherw... | ERROR: type should be string, got " https://opensea.io/collection/chain-runners-nft" | opensea.io | ["https://opensea.io/collection/chain-runners-nft"] | NFTs | true | true | false | false | 2022-07-27T14:40:04.559Z | 2024-03-22T01:57:13.897025Z | 2021-11-24T00:00:00Z | 2021-11-24T00:00:00Z | 2021-12-02T00:00:00Z | 2022-07-27T14:40:04.559Z | 21,861.87 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,945 | will-annual-inflation-in-the-european-union-be-8pt0-or-more-in-april | will-annual-inflation-in-the-european-union-be-8pt0-or-more-in-april | Will annual inflation in the European Union be 8.0% or more in April? | This is a market on a year-to-year inflation, as measured by the Eurostat (HICP), from April 2021 to April 2022.
This market will resolve to βYesβ if the European Union annual inflation in April 2022 is 8.0 percent or more and "No" otherwise.
The resolution source for this market will be the Eurostat, the statistical... | https://ec.europa.eu/eurostat/web/products-euro-indicators | ec.europa.eu;ecb.europa.eu | ["https://ec.europa.eu/eurostat/web/products-euro-indicators", "https://www.ecb.europa.eu/stats/macroeconomic_and_sectoral/hicp/html/index.en.html"] | Business | true | true | false | false | 2022-07-27T14:40:04.603Z | 2024-03-22T01:54:53.953191Z | 2022-05-03T00:00:00Z | 2022-05-03T00:00:00Z | 2022-05-18T00:00:00Z | 2022-07-27T14:40:04.603Z | 9,486.41 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,946 | nba-will-the-suns-beat-the-trail-blazers-by-more-than-6pt5-points-in-their-november-10th-matchup | nba-will-the-suns-beat-the-trail-blazers-by-more-than-6pt5-points-in-their-november-10th-matchup | NBA: Will the Suns beat the Trail Blazers by more than 6.5 points in their November 10th matchup? | In the upcoming NBA game, scheduled for November 10th:
If the Phoenix Suns win by over 6.5 points, the market will resolve to βYesβ.
If the Portland Trail Blazers lose by less than 6.5 points or win, the market will resolve βNo.β
If the game is not completed by November 17, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:04.643Z | 2024-04-23T22:57:03.972706Z | 2021-11-10T00:00:00Z | 2021-11-10T00:00:00Z | 2021-11-10T00:00:00Z | 2022-07-27T14:40:04.643Z | 10,569.14 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,947 | will-lewis-hamilton-finish-ahead-of-max-verstappen-in-the-saudi-arabian-gran-prix | will-lewis-hamilton-finish-ahead-of-max-verstappen-in-the-saudi-arabian-gran-prix | Will Lewis Hamilton finish ahead of Max Verstappen in the Saudi Arabian Gran Prix? | This is a market on whether Lewis Hamilton will finish ahead of Max Verstappen in the Formula 1 STC Saudi Arabian Grand Prix 2021, scheduled to take place on December 5, 2021.
The market will resolve to βYesβ If Lewis Hamilton finishes ahead of Max Verstappen, and βNoβ otherwise.
If for any reason the Saudi Arabian... | https://www.formula1.com/en/racing/2021.html | formula1.com | ["https://www.formula1.com/en/racing/2021.html"] | Sports | true | true | false | false | 2022-07-27T14:40:04.686Z | 2024-04-23T22:44:28.175595Z | 2021-12-03T00:00:00Z | 2021-12-03T00:00:00Z | 2021-12-05T00:00:00Z | 2022-07-27T14:40:04.686Z | 5,232.76 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,949 | will-eth-hit-1000-or-2000-first-1 | will-eth-hit-1000-or-2000-first-1 | Will $ETH hit $1,000 or $2,000 first? | This is a market on whether Ethereum ($ETH) will first reach $1000.00 USD or $2000.00 USD between June 12, 2022, 7 AM ET, and January 1, 2023, 12 AM ET.
This market will resolve to "$1,000" if $ETH drops to $1000.00 USD or less first within the market timeframe. This market will resolve to "$2,000" if $ETH reaches $20... | https://www.coingecko.com/en/coins/ethereum | coingecko.com | ["https://www.coingecko.com/en/coins/ethereum"] | Crypto | true | true | false | false | 2022-07-27T14:40:04.77Z | 2024-03-22T01:57:13.897025Z | 2022-06-14T00:00:00Z | 2022-06-12T00:00:00Z | 2023-01-01T00:00:00Z | 2022-07-27T14:40:04.77Z | 7,971.68 | 0 | 0 | 1 | eth-weeklies | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,950 | will-edward-hoppers-two-puritans-lot-39c-sell-for-more-than-15m-at-christies-on-november-11 | will-edward-hoppers-two-puritans-lot-39c-sell-for-more-than-15m-at-christies-on-november-11 | Will Edward Hopper's βTwo Puritansβ (Lot 39C) sell for more than $15m at Christieβs on November 11? | This is a market on the hammer price of Edward Hopper's βTwo Puritansβ (Lot 39C), scheduled to go up for auction at Christieβs 20th Century Evening Sale, on November 11, 2021.
This market will resolve to βYesβ if the final hammer price at auction exceeds $15 million, and βNoβ otherwise.
Please note, the market resol... | https://www.youtube.com/watch?v=BpkbPBEQb2c | christies.com;youtube.com | ["https://www.youtube.com/watch?v=BpkbPBEQb2c", "https://www.christies.com/en/auction/20th-century-evening-sale-20180-nyr/"] | Art | true | true | false | false | 2022-07-27T14:40:04.811Z | 2024-04-25T19:03:46.752371Z | 2021-11-10T00:00:00Z | 2021-11-10T00:00:00Z | 2021-11-11T00:00:00Z | 2022-07-27T14:40:04.811Z | 366.99 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,951 | nba-will-the-hornets-beat-the-cavaliers-by-more-than-4pt5-points-in-their-november-1st-matchup | nba-will-the-hornets-beat-the-cavaliers-by-more-than-4pt5-points-in-their-november-1st-matchup | NBA: Will the Hornets beat the Cavaliers by more than 4.5 points in their November 1st matchup? | In the upcoming NBA game:
If the Charlotte Hornets win by over 4.5 points, the market will resolve to βYesβ.
If the Cleveland Cavaliers lose by less than 4.5 points or win, the market will resolve βNo.β
If the game is not completed by November 6, 2021, the market will resolve 50-50. | http://nba.com/games | nba.com | ["http://nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:04.859Z | 2024-04-23T22:40:29.455968Z | 2021-11-01T00:00:00Z | 2021-11-01T00:00:00Z | 2021-11-01T00:00:00Z | 2022-07-27T14:40:04.859Z | 6,356.13 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,952 | will-the-moscow-stock-exchange-market-open-for-stock-trading-by-march-11-2022 | will-the-moscow-stock-exchange-market-open-for-stock-trading-by-march-11-2022 | Will the Moscow Stock Exchange market (MOEX) open for trading by March 11, 2022? | Trading on the Moscow Stock Exchange (MOEX) has been suspended each day since Thursday, February 24, 2022. This market asks whether MOEX will be open for stock trading again by end of day March 11, 2022.
If MOEX opens for stock trading between the date of this market's inception, March 7, 2022, and March 11, 2022, 4:0... | https://finance.yahoo.com/quote/IMOEX.ME | finance.yahoo.com | ["https://finance.yahoo.com/quote/IMOEX.ME"] | Ukraine & Russia | true | true | false | false | 2022-07-27T14:40:04.906Z | 2024-04-23T22:43:40.515084Z | 2022-03-07T00:00:00Z | 2022-03-07T00:00:00Z | 2022-03-11T00:00:00Z | 2022-07-27T14:40:04.906Z | 4,031.64 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,953 | will-the-sum-of-goals-in-jamaica-v-usa-soccer-matchup-be-an-even-or-odd-number-1 | will-the-sum-of-goals-in-jamaica-v-usa-soccer-matchup-be-an-even-or-odd-number-1 | Will the sum of goals in Jamaica v. USA soccer matchup be an even or odd number? | In the upcoming FIFA World Cup Qatar 2022 qualifier game, between the national soccer teams of Jamaica and USA, scheduled for November 16th:
If the total sum of goals scored equals zero or is another even number (ie. score is 0-0, 0-2, 3-1...) , this market will resolve to βEvenβ.
If the total sum of goals scored is ... | https://www.fifa.com/tournaments/mens/worldcup/qatar2022/qualifiers | fifa.com | ["https://www.fifa.com/tournaments/mens/worldcup/qatar2022/qualifiers"] | Sports | true | true | false | false | 2022-07-27T14:40:04.949Z | 2024-04-25T19:40:50.505046Z | 2021-11-14T00:00:00Z | 2021-11-14T00:00:00Z | 2021-11-16T00:00:00Z | 2022-07-27T14:40:04.949Z | 7,705.76 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,954 | will-183-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-july-15-2021 | will-183-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-july-15-2021 | Will 183 million people have received a dose of an approved COVID-19 vaccine in the US by July 15, 2021? | This is a market on whether 183 million people in The United States of America will have initiated vaccination, according to the CDC COVID tracker, by the resolution date, July 15, 2021, 8:00 PM ET. This market will resolve to "Yes" if 183 million people or more are listed as having received their initial dose of vacci... | https://covid.cdc.gov/covid-data-tracker/#vaccinations | covid.cdc.gov | ["https://covid.cdc.gov/covid-data-tracker/#vaccinations"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:04.989Z | 2024-04-23T16:22:25.398725Z | 2021-06-23T00:00:00Z | 2021-06-23T00:00:00Z | 2021-07-15T00:00:00Z | 2022-07-27T14:40:04.989Z | 45,220.69 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,955 | will-opensea-launch-a-token-by-end-of-year | will-opensea-launch-a-token-by-end-of-year | Will OpenSea launch a token by the end of 2021? | This is a market on if OpenSea will have a live token by December 31, 2021, 11:59:59 PM ET. Having a live token in this context can be defined as a deployed-to-mainnet, actively transferrable and/or tradable token that is in some way native to the application, and substantiated by the respective project via website or ... | null | null | [] | Crypto | true | true | false | false | 2022-07-27T14:40:05.032Z | 2024-03-22T01:50:06.837882Z | 2021-08-30T00:00:00Z | 2021-08-30T00:00:00Z | 2021-12-31T00:00:00Z | 2022-07-27T14:40:05.032Z | 147,538.68 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}, {"id": "336", "label": "token launch", "slug": "token-launch", "forceShow": true, "publishedAt": "2023-11-02 21:56:45.486+00", "createdAt": "2023-11-02T21:56:45.514Z", "updated... |
2,957 | how-much-will-in-the-heights-gross-domestically-on-opening-weekend | how-much-will-in-the-heights-gross-domestically-on-opening-weekend | How much will βIn the Heightsβ gross domestically on opening weekend? | This is a market on how much βIn the Heightsβ will gross domestically on opening weekend. Opening weekend is defined as the first Friday, Saturday, and Sunday of the film's release. This market will resolve to βUnder 22Mβ if βIn the Heightsβ grosses less than $22,000,000 on opening weekend, or β22M to 29Mβ if βIn the H... | https://www.boxofficemojo.com/release/rl3674506753/ | boxofficemojo.com | ["https://www.boxofficemojo.com/release/rl3674506753/"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:05.123Z | 2024-04-25T21:03:25.000536Z | 2021-06-09T00:00:00Z | 2021-06-09T00:00:00Z | 2021-06-15T00:00:00Z | 2022-07-27T14:40:05.123Z | 8,837.75 | 0 | 0 | 1 | box-office-openings | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,958 | will-joe-bidens-fivethirtyeight-approval-rating-be-41pt5-or-higher-on-may-28 | will-joe-bidens-fivethirtyeight-approval-rating-be-41pt5-or-higher-on-may-28 | Will Joe Biden's FiveThirtyEight approval rating be 41.5% or higher on May 28? | This market will resolve to βYesβ if Joe Biden's approval rating as reported by FiveThirtyEight will be greater than or equal to 41.5% for the day of May 28, 2022. Otherwise, this market will resolve to βNoβ.
The resolution source will be FiveThirtyEight's approval rating poll aggregator, https://projects.fivethirtyei... | https://projects.fivethirtyeight.com/biden-approval-rating/ | projects.fivethirtyeight.com | ["https://projects.fivethirtyeight.com/biden-approval-rating/"] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:05.161Z | 2024-03-22T01:51:37.572214Z | 2022-05-16T00:00:00Z | 2022-05-16T00:00:00Z | 2022-05-29T00:00:00Z | 2022-07-27T14:40:05.161Z | 19,308.77 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,959 | will-italy-win-the-2020-euros | will-italy-win-the-2020-euros | Will Italy win the Euro 2020? | This is a market on whether Italy will win the Euro 2020. The market will resolve to βYesβ if Italy wins the Euro 2020, and βNoβ otherwise. If the winner cannot be determined by July 31, 2021, the market will resolve to 50-50. In the event of ambiguity, the market will be resolved at the sole discretion of the Markets ... | https://www.uefa.com/uefaeuro-2020/fixtures-results/#/rd/2001028 | uefa.com | ["https://www.uefa.com/uefaeuro-2020/fixtures-results/#/rd/2001028"] | Sports | true | true | false | false | 2022-07-27T14:40:05.205Z | 2024-04-23T23:02:48.73859Z | 2021-06-29T00:00:00Z | 2021-06-29T00:00:00Z | 2021-07-11T00:00:00Z | 2022-07-27T14:40:05.205Z | 43,805.6 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,960 | will-any-of-the-first-10-picks-in-the-nfl-draft-be-traded-during-the-draft | will-any-of-the-first-10-picks-in-the-nfl-draft-be-traded-during-the-draft | Will any of the first 10 picks in the NFL draft be traded during the draft? | This is a market on whether any of the first 10 picks in the first round of the 2021 NFL draft will be traded during the NFL draft, currently scheduled for April 29, 2021. This market will resolve to βYesβ if an official trade of one of the first 10 picks in the 2021 NFL draft from one team to another is announced, at ... | null | null | [] | null | true | true | false | false | 2022-07-27T14:40:05.244Z | 2024-04-23T22:44:45.607237Z | 2021-04-27T00:00:00Z | 2021-04-27T00:00:00Z | 2021-04-29T00:00:00Z | 2022-07-27T14:40:05.244Z | 5,442.84 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,961 | formula-1-who-will-finish-ahead-at-the-2022-canadian-grand-prix-max-verstappen-or-charles-leclerc | formula-1-who-will-finish-ahead-at-the-2022-canadian-grand-prix-max-verstappen-or-charles-leclerc | Formula 1: Who will finish ahead at the 2022 Canadian Grand Prix, Max Verstappen or Charles Leclerc? | This is a market on whether Max Verstappen or Charles Leclerc will be the higher placed finisher at the 2022 Canadian Grand Prix, a race scheduled to take place over 70 laps of the 4.361-kilometre Circuit Gilles-Villeneuve in Montreal on Sunday, June 19.
The market will resolve to βMax Verstappenβ if Max Verstappen fi... | https://www.formula1.com/en/racing/2022/Canada.html | formula1.com | ["https://www.formula1.com/en/racing/2022/Canada.html"] | Sports | true | true | false | false | 2022-07-27T14:40:05.287Z | 2024-03-22T01:47:36.137432Z | 2022-06-18T00:00:00Z | 2022-06-18T00:00:00Z | 2022-06-19T00:00:00Z | 2022-07-27T14:40:05.287Z | 1,827.87 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,962 | which-cryptocurrency-will-have-higher-market-cap-on-december-9th-cardano-ada-or-solana-sol | which-cryptocurrency-will-have-higher-market-cap-on-december-9th-cardano-ada-or-solana-sol | Which cryptocurrency will have higher market cap on December 9th: Cardano ($ADA) or Solana ($SOL)? | This is a market on the Market Cap comparison of two cryptocurrencies: Cardano ($ADA) and Solana ($SOL) for the resolution date and time of December 9, 2021, at 8:00 PM ET.
The resolution source for this market will be market cap ranking on CoinGecko (https://www.coingecko.com/en).
If, according to the resolution s... | https://www.coingecko.com/en/ | coingecko.com | ["https://www.coingecko.com/en/", "https://www.coingecko.com/en", "https://www.coingecko.com/en/coins/cardano", "https://www.coingecko.com/en/coins/solana"] | Crypto | true | true | false | false | 2022-07-27T14:40:05.325Z | 2024-04-25T19:31:20.316325Z | 2021-11-29T00:00:00Z | 2021-11-29T00:00:00Z | 2021-12-09T00:00:00Z | 2022-07-27T14:40:05.325Z | 4,498.33 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,963 | will-ukraine-qualify-to-the-2022-fifa-world-cup | will-ukraine-qualify-to-the-2022-fifa-world-cup | Will Ukraine qualify for the 2022 FIFA World Cup? | The 2022 FIFA World Cup qualification is the qualifying process that will decide teams that will participate in the 2022 FIFA World Cup. The 2022 FIFA World Cup is scheduled to take place in Qatar from November 21, 2022 to December 18, 2022.
This is a market on whether Ukraine's national soccer team will qualify for ... | https://www.fifa.com/tournaments/mens/worldcup/qatar2022/qualifiers | fifa.com | ["https://www.fifa.com/tournaments/mens/worldcup/qatar2022/qualifiers"] | Sports | true | true | false | false | 2022-07-27T14:40:05.368Z | 2024-04-25T21:16:19.585037Z | 2022-04-06T00:00:00Z | 2022-04-06T00:00:00Z | 2022-06-30T00:00:00Z | 2022-07-27T14:40:05.368Z | 4,766.88 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,964 | nba-will-the-sum-of-points-in-clippers-v-celtics-be-an-even-or-an-odd-number | nba-will-the-sum-of-points-in-clippers-v-celtics-be-an-even-or-an-odd-number | NBA: Will the sum of points in Clippers v Celtics be an even or an odd number? | In the upcoming NBA game between Los Angeles Clippers and Boston Celtics, scheduled for December 8:
If the total sum of points scored is an even number (ie. score is 120-118, 97-133, 115-113...), this market will resolve to βEvenβ.
If the total sum of points scored is an odd number (ie. score is 120-119, 97-132, 114-... | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:05.407Z | 2024-04-23T22:52:21.677981Z | 2021-12-08T00:00:00Z | 2021-12-08T00:00:00Z | 2021-12-08T00:00:00Z | 2022-07-27T14:40:05.407Z | 1,025.64 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,965 | nba-will-the-cavaliers-beat-the-pistons-by-more-than-5pt5-points-in-their-november-12th-matchup | nba-will-the-cavaliers-beat-the-pistons-by-more-than-5pt5-points-in-their-november-12th-matchup | NBA: Will the Cavaliers beat the Pistons by more than 5.5 points in their November 12th matchup? | In the upcoming NBA game, scheduled for November 12th:
If the Cleveland Cavaliers win by over 5.5 points, the market will resolve to βYesβ.
If the Detroit Pistons lose by less than 5.5 points or win, the market will resolve βNo.β
If the game is not completed by November 19, 2021, the market will resolve 50-50. | http://nba.com/games | nba.com | ["http://nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:05.453Z | 2024-04-22T21:17:43.319126Z | 2021-11-12T00:00:00Z | 2021-11-12T00:00:00Z | 2021-11-12T00:00:00Z | 2022-07-27T14:40:05.453Z | 6,356.81 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,966 | nfl-will-the-cowboys-beat-the-washington-by-more-than-10pt5-points-in-their-december-26-matchup | nfl-will-the-cowboys-beat-the-washington-by-more-than-10pt5-points-in-their-december-26-matchup | NFL: Will the Cowboys beat the Washington by more than 10.5 points in their December 26 matchup? | In the upcoming NFL game, scheduled for December 26:
If the Dallas Cowboys win by over 10.5 points, the market will resolve to βYesβ.
If the Washington Football Team lose by less than 10.5 points or win, the market will resolve βNo.β
If the game is not completed by January 2, 2022, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:05.49Z | 2024-04-23T23:04:41.727227Z | 2021-12-26T00:00:00Z | 2021-12-23T00:00:00Z | 2021-12-26T00:00:00Z | 2022-07-27T14:40:05.49Z | 5,017.35 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,967 | nhl-will-the-hurricanes-beat-the-senators-by-more-than-1pt5-points-in-their-december-2-matchup | nhl-will-the-hurricanes-beat-the-senators-by-more-than-1pt5-points-in-their-december-2-matchup | NHL: Will the Hurricanes beat the Senators by more than 1.5 points in their December 2 matchup? | In the upcoming NHL game, scheduled for December 2:
If the Carolina Hurricanes win by over 1.5 points, the market will resolve to βYesβ.
If the Ottawa Senators lose by less than 1.5 points or win, the market will resolve βNo.β
If the game is not completed by December 9, 2021, the market will resolve 50-50. | https://www.nhl.com/scores | nhl.com | ["https://www.nhl.com/scores"] | Sports | true | true | false | false | 2022-07-27T14:40:05.534Z | 2024-04-25T21:07:43.973676Z | 2021-12-02T00:00:00Z | 2021-12-02T00:00:00Z | 2021-12-02T00:00:00Z | 2022-07-27T14:40:05.534Z | 1,302.72 | 0 | 0 | 1 | nhl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,968 | will-the-batman-get-90-or-higher-tomatometer-score | will-the-batman-get-90-or-higher-tomatometer-score | Will 'The Batman' get 90% or higher Tomatometer Score? | This market will resolve to 'Yes' if, as checked on the resolution date, the 'The Batman' movie will be given 90% or higher Tomatometer rating at Rotten Tomatoes, and 'No' otherwise.
The resolution source (Tomatometer All Critics Score rating at Rotten Tomatoes' movie profile: https://www.rottentomatoes.com/m/the_batm... | https://www.rottentomatoes.com/m/the_batman | rottentomatoes.com | ["https://www.rottentomatoes.com/m/the_batman"] | Pop-Culture | true | true | false | false | 2022-07-27T14:40:05.614Z | 2024-04-25T19:03:14.402928Z | 2022-01-24T00:00:00Z | 2022-01-21T00:00:00Z | 2022-03-07T00:00:00Z | 2022-07-27T14:40:05.614Z | 21,173.67 | 0 | 0 | 1 | box-office-openings | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,969 | will-the-7-day-average-covid-19-case-count-in-the-us-be-less-than-15000-for-the-day-of-july-22 | will-the-7-day-average-covid-19-case-count-in-the-us-be-less-than-15000-for-the-day-of-july-22 | Will the 7-day average COVID-19 case count in the US be less than 15,000 for the day of July 22? | This is a market on whether the 7-day average COVID-19 case count in the US will be less than 15,000 for the day of July 22, 2021. The resolution source for this market will be https://covid.cdc.gov/covid-data-tracker/#trends_dailytrendscases. βfor the day of July 22, 2021β refers to the data on the CDC table under the... | https://covid.cdc.gov/covid-data-tracker/#trends_dailytrendscases | covid.cdc.gov | ["https://covid.cdc.gov/covid-data-tracker/#trends_dailytrendscases"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:05.687Z | 2024-04-23T16:10:24.661474Z | 2021-06-22T00:00:00Z | 2021-06-22T00:00:00Z | 2021-07-23T00:00:00Z | 2022-07-27T14:40:05.687Z | 37,625.24 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,970 | will-kathryn-garcia-or-maya-wiley-receive-more-votes-in-the-final-reallocation-of-the-nyc-democratic-primary | will-kathryn-garcia-or-maya-wiley-receive-more-votes-in-the-final-reallocation-of-the-nyc-democratic-primary | Will Kathryn Garcia or Maya Wiley finish with more votes in the final reallocation of the NYC Democratic primary? | This is a market on whether Kathryn Garcia or Maya Wiley will finish with more votes in the final reallocation of the ranked choice voting process in the NYC Democratic primary. The market will resolve to βGarciaβ if Kathryn Garcia finishes with more votes in the final reallocation of the ranked choice voting process, ... | null | null | [] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:05.727Z | 2024-04-25T19:55:48.38249Z | 2021-06-10T00:00:00Z | 2021-06-10T00:00:00Z | 2021-06-22T00:00:00Z | 2022-07-27T14:40:05.727Z | 413.92 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,971 | formula-1-who-will-finish-ahead-at-the-saudi-arabia-grand-prix-max-verstappen-or-charles-leclerc | formula-1-who-will-finish-ahead-at-the-saudi-arabia-grand-prix-max-verstappen-or-charles-leclerc | Formula 1: Who will finish ahead at the Saudi Arabia Grand Prix: Max Verstappen or Charles Leclerc? | This is a market on the higher placed finisher at the 2022 Saudi Arabia Grand Prix, Max Verstappen or Charles Leclerc. The race takes place over 50 laps of the 6.174-kilometer Jeddah Corniche Circuit on Sunday, March 27, 2022.
The market will resolve to βMax Verstappenβ if Max Verstappen finishes ahead of Charles Lecl... | https://www.formula1.com/en.html | formula1.com | ["https://www.formula1.com/en.html"] | Sports | true | true | false | false | 2022-07-27T14:40:05.775Z | 2024-04-22T21:14:03.502202Z | 2022-03-25T00:00:00Z | 2022-03-24T00:00:00Z | 2022-03-28T00:00:00Z | 2022-07-27T14:40:05.775Z | 5,694.09 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,972 | nfl-will-the-eagles-beat-the-lions-by-more-than-3pt5-points-in-their-october-31st-matchup | nfl-will-the-eagles-beat-the-lions-by-more-than-3pt5-points-in-their-october-31st-matchup | NFL: Will the Eagles beat the Lions by more than 3.5 points in their October 31st matchup? | In the upcoming NFL game:
If the Philadelphia Eagles win by over 3.5 points, the market will resolve to βYesβ.
If the Detroit Lions lose by less than 3.5 points or win, the market will resolve βNo.β
If the game is not completed by November 6, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:05.833Z | 2024-04-23T22:57:31.415626Z | 2021-10-31T00:00:00Z | 2021-10-31T00:00:00Z | 2021-10-31T00:00:00Z | 2022-07-27T14:40:05.833Z | 3,773.74 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,973 | who-will-win-canadiens-v-golden-knights-semifinals-game-2 | who-will-win-canadiens-v-golden-knights-semifinals-game-2 | Who will win Canadiens v. Golden Knights: Semifinals Game 2? | This is a market on who will win the NHL Stanley Cup Semifinals Game 2 between the Montreal Canadiens and the Vegas Golden Knights, scheduled to take place on June 16, 2021, at 9 PM ET. This market will resolve to βCanadiensβ if the Montreal Canadiens win, or βGolden Knightsβ if the Vegan Golden Knights win. If the mat... | https://www.nhl.com/stanley-cup-playoffs | nhl.com | ["https://www.nhl.com/stanley-cup-playoffs"] | Sports | true | true | false | false | 2022-07-27T14:40:05.874Z | 2024-03-22T02:00:26.66375Z | 2021-06-15T00:00:00Z | 2021-06-15T00:00:00Z | 2021-06-16T00:00:00Z | 2022-07-27T14:40:05.874Z | 25.71 | 0 | 0 | 1 | nhl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,974 | will-team-liquid-or-100-thieves-win-their-lcs-playoffs-matchup-on-august-21-2021 | will-team-liquid-or-100-thieves-win-their-lcs-playoffs-matchup-on-august-21-2021 | Will Team Liquid or 100 Thieves win their LCS Playoffs matchup on August 21, 2021? | This is a market on whether Team Liquid or 100 Thieves will win their best of five series in the League of Legends Championship Series Playoffs on August 21, 2021, 5:00 PM ET. This market will resolve to βTeam Liquidβ if Team Liquid wins the series. If 100 Thieves wins, it will resolve to β100 Thieves.β If this series ... | https://lolesports.com/standings/lcs/lcs_2021/playoffs | lolesports.com | ["https://lolesports.com/standings/lcs/lcs_2021/playoffs"] | Sports | true | true | false | false | 2022-07-27T14:40:05.914Z | 2024-04-22T21:23:35.615993Z | 2021-08-21T00:00:00Z | 2021-08-21T00:00:00Z | 2021-08-21T00:00:00Z | 2022-07-27T14:40:05.914Z | 11,942.55 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,975 | nfl-will-the-steelers-beat-the-lions-by-more-than-8pt5-points-in-their-november-14th-matchup | nfl-will-the-steelers-beat-the-lions-by-more-than-8pt5-points-in-their-november-14th-matchup | NFL: Will the Steelers beat the Lions by more than 8.5 points in their November 14th matchup? | In the upcoming NFL game, scheduled for November 14th:
If the Pittsburgh Steelers win by over 8.5 points, the market will resolve to βYesβ.
If the Detroit Lions lose by less than 8.5 points or win, the market will resolve βNo.β
If the game is not completed by November 21, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:05.971Z | 2024-04-23T22:41:35.733241Z | 2021-11-12T00:00:00Z | 2021-11-12T00:00:00Z | 2021-11-14T00:00:00Z | 2022-07-27T14:40:05.971Z | 5,643.83 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,976 | will-more-than-210-million-people-travel-through-a-tsa-checkpoint-on-any-day-between-jan-1-and-jan-11 | will-more-than-210-million-people-travel-through-a-tsa-checkpoint-on-any-day-between-jan-1-and-jan-11 | Will more than 2.10 million people travel through a TSA checkpoint on any day between Jan. 1 and Jan. 11? | This is a market on whether more than 2,100,000 people will travel through a TSA checkpoint on any single day on or after January 1 2022 and on or before January 11 2022. The resolution source for this market will be the daily checkpoint throughput as measured by the US Transportation Security Administration (TSA), htt... | https://www.tsa.gov/coronavirus/passenger-throughput | tsa.gov | ["https://www.tsa.gov/coronavirus/passenger-throughput"] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:06.013Z | 2024-04-23T22:43:37.585625Z | 2021-12-28T00:00:00Z | 2021-12-28T00:00:00Z | 2022-01-12T00:00:00Z | 2022-07-27T14:40:06.013Z | 75,111.2 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,977 | will-daniil-medvedev-play-in-the-2022-french-open | will-daniil-medvedev-play-in-the-2022-french-open | Will Daniil Medvedev play in the 2022 French Open? | The 2022 French Open (also known as Roland-Garros) is a major tennis tournament held over two weeks, from May 22 to June 5, 2022, at the Stade Roland-Garros in Paris, France, on outdoor clay courts.
World No. 2 Daniil Medvedev is a favorite to win the title. His presence at the 2022 French Open, however, is uncertain ... | https://www.rolandgarros.com/ | rolandgarros.com | ["https://www.rolandgarros.com/", "https://www.rolandgarros.com/en-us/"] | Sports | true | true | false | false | 2022-07-27T14:40:06.05Z | 2024-03-22T02:00:26.66375Z | 2022-04-21T00:00:00Z | 2022-04-21T00:00:00Z | 2022-05-24T00:00:00Z | 2022-07-27T14:40:06.05Z | 39,260.09 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,978 | will-130-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-april-15-2021 | will-130-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-april-15-2021 | Will 130 million people have received a dose of an approved COVID-19 vaccine in the US by April 15, 2021? | This is a market on whether 130 million people in The United States of America will have initiated vaccination, according to the CDC COVID tracker, by the resolution date, April 15, 2021, 8 PM ET. This market will resolve to "Yes" if 130 million people or more are listed as having received their initial dose of vaccina... | https://covid.cdc.gov/covid-data-tracker/#vaccinations | covid.cdc.gov | ["https://covid.cdc.gov/covid-data-tracker/#vaccinations"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:06.09Z | 2024-04-25T19:30:51.796209Z | 2021-04-06T00:00:00Z | 2021-04-06T00:00:00Z | 2021-04-15T00:00:00Z | 2022-07-27T14:40:06.09Z | 2,802.89 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,979 | will-katie-ledecky-win-3-or-more-gold-medals-at-the-2020-olympics | will-katie-ledecky-win-3-or-more-gold-medals-at-the-2020-olympics | Will Katie Ledecky win 3 or more gold medals at the 2020 Olympics? | This market will resolve to βYesβ if Katie Ledecky wins 3 or more gold medals at the 2020 OIympics in Tokyo, Japan. Otherwise, this market will resolve to βNo.β Note, this market will count medals won in both individual and team events. If this athlete has not completed all their events and has also not been eliminated... | https://olympics.com/tokyo-2020/olympic-games/en/results/swimming/athlete-profile-n1302300-ledecky-kathleen.htm | olympics.com | ["https://olympics.com/tokyo-2020/olympic-games/en/results/swimming/athlete-profile-n1302300-ledecky-kathleen.htm"] | Olympics | true | true | false | false | 2022-07-27T14:40:06.131Z | 2024-04-25T19:25:31.057628Z | 2021-07-23T00:00:00Z | 2021-07-23T00:00:00Z | 2021-07-30T00:00:00Z | 2022-07-27T14:40:06.131Z | 23,750.92 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,980 | in-game-trading-who-will-win-suns-v-clippers-finals-game-3 | in-game-trading-who-will-win-suns-v-clippers-finals-game-3 | (In-Game Trading) Who will win Suns v. Clippers: Finals Game 3? | This is a market on who will win in the Game 3, Western Conference Final, NBA Playoff matchup between the Phoenix Suns and the Los Angeles Clippers, scheduled to take place on June 24, 2021, 9:00 PM ET. This market will resolve to βSunsβ if the Phoenix Suns win, and βClippersβ if the Los Angeles Clippers win. If the ma... | null | null | [] | NBA Playoffs | true | true | false | false | 2022-07-27T14:40:06.174Z | 2024-04-25T19:12:43.946137Z | 2021-06-24T00:00:00Z | 2021-06-24T00:00:00Z | 2021-06-24T00:00:00Z | 2022-07-27T14:40:06.174Z | 21,804.19 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,981 | nba-will-the-pacers-beat-the-pelicans-by-more-than-7pt5-points-in-their-november-20th-matchup | nba-will-the-pacers-beat-the-pelicans-by-more-than-7pt5-points-in-their-november-20th-matchup | NBA: Will the Pacers beat the Pelicans by more than 7.5 points in their November 20th matchup? | In the upcoming NBA game, scheduled for November 20th:
If the Indiana Pacers win by over 7.5 points, the market will resolve to βYesβ.
If the New Orleans Pelicans lose by less than 7.5 points or win, the market will resolve βNo.β
If the game is not completed by November 27, 2021, the market will resolve 50-50. | https://www.nba.com/games | nba.com | ["https://www.nba.com/games"] | Sports | true | true | false | false | 2022-07-27T14:40:06.219Z | 2024-04-22T21:11:38.421861Z | 2021-11-20T00:00:00Z | 2021-11-20T00:00:00Z | 2021-11-20T00:00:00Z | 2022-07-27T14:40:06.219Z | 5,134.36 | 0 | 0 | 1 | nba | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,982 | will-more-than-3pt30-million-people-travel-via-new-york-city-subway-on-any-day-before-november-19 | will-more-than-3pt30-million-people-travel-via-new-york-city-subway-on-any-day-before-november-19 | Will more than 3.30 million people travel via New York City subway on any day before November 19? | This is a market on NYC subway's daily ridership numbers, determined from MetroCard and OMNY swipes and taps, including ridership on the Staten Island Railway.
If daily subway ridership in New York City is higher than 3,300,000 for any day between November 5 and November 18 2021 (including both), this market resolves ... | https://new.mta.info/coronavirus/ridership | new.mta.info | ["https://new.mta.info/coronavirus/ridership"] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:06.312Z | 2024-03-22T01:57:13.897025Z | 2021-11-05T00:00:00Z | 2021-11-04T00:00:00Z | 2021-11-20T00:00:00Z | 2022-07-27T14:40:06.312Z | 2,291.95 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,983 | who-will-win-in-their-ftx-crypto-cup-preliminary-match-up-magnus-carlsen-or-ian-nepomniachtchi | who-will-win-in-their-ftx-crypto-cup-preliminary-match-up-magnus-carlsen-or-ian-nepomniachtchi | Will Magnus Carlsen or Ian Nepomniachtchi win in their FTX Crypto Cup preliminary match? | This is a market on who will win in the FTX Crypto Cup preliminary match-up between Magnus Carlsen and Ian Nepomniachtchi, scheduled to take place on May 23, 2021 at 12:00 PM ET. The market will resolve to βCarlsenβ if Magnus Carlsen wins, or βNepomniachtchiβ if Ian Nepomniachtchi wins. If the preliminary match is a dr... | https://championschesstour.com/ | championschesstour.com | ["https://championschesstour.com/"] | Chess | true | true | false | false | 2022-07-27T14:40:06.396Z | 2024-04-25T21:02:13.741705Z | 2021-05-19T00:00:00Z | 2021-05-19T00:00:00Z | 2021-05-23T00:00:00Z | 2022-07-27T14:40:06.396Z | 15,824.19 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,984 | will-arca-ape-win-the-cryptog-charity-poker-tournament | will-arca-ape-win-the-cryptog-charity-poker-tournament | Will Arca Ape win the CryptOG Charity Poker Tournament? | This market will resolve to βYesβ if Arca Ape wins the CryptOG Charity Poker Tournament, scheduled for July 29, 2021. Otherwise, this market will resolve to "No." This tournament will be streamed on UpOnlyTV's Twitch channel, https://www.twitch.tv/uponlytv. If the winner has not been determined by July 30, 2021, 12:00 ... | null | twitch.tv | ["https://www.twitch.tv/uponlytv"] | Poker | true | true | false | false | 2022-07-27T14:40:06.45Z | 2024-04-23T23:02:30.476541Z | 2021-07-29T00:00:00Z | 2021-07-29T00:00:00Z | 2021-07-29T00:00:00Z | 2022-07-27T14:40:06.45Z | 2,882.32 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,985 | nfl-will-the-rams-beat-the-packers-by-more-than-2pt5-points-in-their-november-28th-matchup | nfl-will-the-rams-beat-the-packers-by-more-than-2pt5-points-in-their-november-28th-matchup | NFL: Will the Rams beat the Packers by more than 2.5 points in their November 28th matchup? | In the upcoming NFL game, scheduled for November 28th:
If the Los Angeles Rams win by over 2.5 points, the market will resolve to βYesβ.
If the Green Bay Packers lose by less than 2.5 points or win, the market will resolve βNo.β
If the game is not completed by December 5th, 2021, the market will resolve 50-50. | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:06.494Z | 2024-04-22T21:17:27.055711Z | 2021-11-28T00:00:00Z | 2021-11-28T00:00:00Z | 2021-11-28T00:00:00Z | 2022-07-27T14:40:06.494Z | 6,239.93 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,986 | will-wayne-thiebauds-winding-river-sell-for-more-than-8m-at-phillips | will-wayne-thiebauds-winding-river-sell-for-more-than-8m-at-phillips | Will Wayne Thiebaudβs βWinding Riverβ sell for more than $8M at Phillips? | This is a market on the final hammer price for Wayne Thiebaudβs βWinding Riverβ (Lot 21), which is scheduled to be auctioned at Phillips 20th Century & Contemporary Art Evening Sale on June 23, 2021 (https://www.phillips.com/detail/wayne-thiebaud/NY010321/21). This market will resolve to βYesβ if the final hammer pric... | https://www.phillips.com/auctions/auction/NY010321/sort/estimate-descending | phillips.com | ["https://www.phillips.com/auctions/auction/NY010321/sort/estimate-descending", "https://www.phillips.com/detail/wayne-thiebaud/NY010321/21", "https://www.phillips.com/auctions/auction/NY010321"] | Art | true | true | false | false | 2022-07-27T14:40:06.532Z | 2024-04-25T19:58:06.86411Z | 2021-06-22T00:00:00Z | 2021-06-22T00:00:00Z | 2021-06-23T00:00:00Z | 2022-07-27T14:40:06.532Z | 2,446.29 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,987 | in-game-trading-will-washington-beat-the-atlanta-falcons-by-over-15-points-in-their-week-four-matchup | in-game-trading-will-washington-beat-the-atlanta-falcons-by-over-15-points-in-their-week-four-matchup | (In-Game Trading) Will Washington beat the Atlanta Falcons by over 1.5 points in their week four matchup? | This is a market on whether the Washington Football Team will beat the Atlanta Falcons by over 1.5 points in their NFL week four matchup scheduled to take place on October 3, 2021, at 1:00 PM ET. This market will resolve to βYesβ if Washington wins by over 1.5 points, and βNoβ if the Falcons lose by less than 1.5 point... | https://www.nfl.com/scores/ | nfl.com | ["https://www.nfl.com/scores/"] | Sports | true | true | false | false | 2022-07-27T14:40:06.573Z | 2024-04-23T23:01:02.502746Z | 2021-10-03T00:00:00Z | 2021-10-03T00:00:00Z | 2021-10-03T00:00:00Z | 2022-07-27T14:40:06.573Z | 119,910.54 | 0 | 0 | 1 | nfl | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,988 | will-japan-or-the-usa-win-the-baseball-gold-medal-at-the-2020-olympics | will-japan-or-the-usa-win-the-baseball-gold-medal-at-the-2020-olympics | Will Japan or the USA win gold in Baseball at the 2020 Olympics? | This market will resolve to βJapanβ if Japan wins the Baseball gold medal at the 2020 Tokyo Olympics, or βUSAβ if the United States of America wins the Baseball gold medal at the 2020 Tokyo Olympics. This market will resolve on August 7, 2021, when the gold medal match is scheduled to be played. If the gold medal match... | https://olympics.com/tokyo-2020/olympic-games/en/results/baseball-softball/results-baseball-fnl-000100-.htm | olympics.com | ["https://olympics.com/tokyo-2020/olympic-games/en/results/baseball-softball/results-baseball-fnl-000100-.htm"] | Olympics | true | true | false | false | 2022-07-27T14:40:06.613Z | 2024-04-23T06:36:53.012094Z | 2021-08-06T00:00:00Z | 2021-08-06T00:00:00Z | 2021-08-07T00:00:00Z | 2022-07-27T14:40:06.613Z | 1,350.26 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,989 | will-the-wormhole-hacker-return-69-or-more-of-the-exploited-funds-by-february-9th | will-the-wormhole-hacker-return-69-or-more-of-the-exploited-funds-by-february-9th | Will the Wormhole hacker return 69% or more of the exploited funds by February 9th? | In Response to Trader inquiry: Wormhole has clarified that 120k wETH was exploited. However, this market will continue to use 64,688 ETH returned as the threshold for resolving the market to βYes.β
On 2/2/2022 Wormhole was exploited for approximately 93,750 ETH, as can be seen here: https://etherscan.io/address/0x629e... | https://twitter.com/wormholecrypto | etherscan.io;twitter.com;wormholenetwork.com | ["https://twitter.com/wormholecrypto", "https://etherscan.io/address/0x629e7da20197a5429d30da36e77d06cdf796b71a#internaltx", "https://wormholenetwork.com/"] | Crypto | true | true | false | true | 2022-07-27T14:40:06.661Z | 2024-03-22T01:46:45.654132Z | 2022-02-02T00:00:00Z | 2022-02-02T00:00:00Z | 2022-02-09T00:00:00Z | 2022-07-27T14:40:06.661Z | 36,234.79 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,990 | will-fully-vaccinated-non-essential-canadian-travelers-be-permitted-to-cross-into-the-us-through-the-land-borders-by-september-1-2021 | will-fully-vaccinated-non-essential-canadian-travelers-be-permitted-to-cross-into-the-us-through-the-land-borders-by-september-1-2021 | Will fully vaccinated non-essential Canadian travelers be permitted to cross into the US through the land borders by September 1, 2021? | This is a market on whether fully vaccinated Canadian citizens will be permitted to cross into the United States through the land borders for non-essential travel by September 1, 2021, 11:59:59 PM ET. This market will resolve βYesβ if according to the resolution source, fully vaccinated Canadian citizens are permitted ... | https://ca.usembassy.gov/travel-restrictions-fact-sheet/ | ca.usembassy.gov | ["https://ca.usembassy.gov/travel-restrictions-fact-sheet/"] | US-current-affairs | true | true | false | false | 2022-07-27T14:40:06.701Z | 2024-04-23T23:01:14.77418Z | 2021-08-12T00:00:00Z | 2021-08-12T00:00:00Z | 2021-09-01T00:00:00Z | 2022-07-27T14:40:06.701Z | 17,526.55 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
2,991 | will-188-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-august-1 | will-188-million-people-have-received-a-dose-of-an-approved-covid-19-vaccine-in-the-us-by-august-1 | Will 188 million people have received a dose of an approved COVID-19 vaccine in the US by August 1? | This is a market on whether 188 million people in The United States of America will have initiated vaccination, according to the CDC COVID tracker, by the resolution date, August 1, 2021, 8:00 PM ET. This market will resolve to "Yes" if 188 million people or more are listed as having received their initial dose of vacc... | https://covid.cdc.gov/covid-data-tracker/#vaccinations | covid.cdc.gov | ["https://covid.cdc.gov/covid-data-tracker/#vaccinations"] | Coronavirus | true | true | false | false | 2022-07-27T14:40:06.74Z | 2024-04-25T19:57:03.72085Z | 2021-07-09T00:00:00Z | 2021-07-09T00:00:00Z | 2021-08-01T00:00:00Z | 2022-07-27T14:40:06.74Z | 56,322.76 | 0 | 0 | 1 | null | [{"id": "100215", "label": "All", "slug": "all", "forceShow": false, "updatedAt": "2026-04-17T20:23:54.340488Z", "requiresTranslation": false}] |
Polymarket Gamma Markets Dataset
A large snapshot/export of Polymarket Gamma API market and event data, including resolved and unresolved markets, resolution criteria/source information where available, market descriptions, source URLs, recurring-market grouping outputs, normalized CSV/JSONL exports, raw API JSONL exports, and a SQLite database.
Verification summary
Status: OK - dataset downloaded and verified
Counts:
- markets_all_unique: 1,012,121
- events_all_unique: 434,573
- source_url_rows: 1,432,926
- recurring_groups_total: 231,609
- recurring_groups_with_repeats: 63,772
Verified row counts:
- markets_normalized.csv: 1,012,121
- events_normalized.csv: 434,573
- source_urls.csv: 1,432,926
- recurring_market_groups.csv: 231,609
- markets_dedup_recurring_representatives.csv: 231,609
- raw/markets_all.raw.jsonl.gz: 1,012,121
- raw/events_all.raw.jsonl.gz: 434,573
- markets_normalized.jsonl.gz: 1,012,121
- events_normalized.jsonl.gz: 434,573
Files
polymarket_gamma.sqliteβ SQLite database containing the full dataset (about 12.2 GB).markets_normalized.csvβ normalized market records.events_normalized.csvβ normalized event records.source_urls.csvβ extracted source/resolution URLs and hostnames.recurring_market_groups.csvβ recurring-market grouping output.markets_dedup_recurring_representatives.csvβ representative market per recurring group.markets_normalized.jsonl.gzβ compressed normalized market JSONL.events_normalized.jsonl.gzβ compressed normalized event JSONL.raw/markets_all.raw.jsonl.gzβ compressed raw market API records.raw/events_all.raw.jsonl.gzβ compressed raw event API records.manifest.jsonβ machine-readable file manifest/counts.FINAL_REPORT.txtβ verification report with SHA256 hashes.
Provenance
Data was collected from the public Polymarket Gamma API. Trades/transactions were intentionally excluded; the focus is market/event metadata, descriptions, source/resolution data, outcomes, and related normalized metadata.
Integrity
See FINAL_REPORT.txt for SHA256 hashes and verification details.
- Downloads last month
- 67