Ethereum above (Hourly)Polymarket historical data and price history
Ethereum above (Hourly): a Polymarket crypto series with markets recurring hourly. Marketlens has captured 51,218 markets since March 20, 2026, of which 51,186 resolved, with $53.3K in traded volume. Order books are stored at full depth, with every individual price change captured at millisecond resolution on the most actively traded markets, alongside trades, candles, and the final resolution outcome.
For the crypto archive as a whole, see Polymarket 5 minute market data.
Data as of 2026-09-17 · Polymarket series Ethereum Multi Strikes Hourly · slug ethereum-multi-strikes-hourly
Resolution outcomes
Outcomes across 51,186 resolved markets with a recorded winning outcome. Settlement in the archive is by winning outcome, not by final traded price.
Markets in this series
The most recently resolved of 51,218 markets.
Backtest this series
from marketlens import MarketLens
client = MarketLens()
result = client.backtest(
MyStrategy(), "ethereum-multi-strikes-hourly",
after="2026-09-10", before="2026-09-18", initial_cash=1_000,
)
result.show() # inspect the run in the dashboardAvailable datasets
Common questions
How many Ethereum above (Hourly) markets are in the archive?
51,218 markets from March 20, 2026 through September 17, 2026, of which 51,186 have resolved and 32 are active.
What data exists for each Ethereum above (Hourly) market?
Full depth L2 order book snapshots at regular intervals, individual trades, OHLC candles, and the resolution outcome, with the full price change stream at millisecond resolution on the most actively traded markets in the series. All of it is queryable by the series slug "ethereum-multi-strikes-hourly" through the API and Python SDK, or downloadable as Parquet.
How often do Ethereum above (Hourly) markets resolve Yes?
Of 51,186 resolved markets with a recorded outcome, 25,638 resolved Yes (50.1%) and 25,548 resolved No.
How much does a typical Ethereum above (Hourly) market trade?
Average traded volume is $3 per market, $53.3K across the series.
Can I backtest strategies on Ethereum above (Hourly)?
Yes. Pass the slug "ethereum-multi-strikes-hourly" to client.backtest() in the Python SDK. Execution mode replays order books against real historical depth; Alpha mode, one bar per market, covers every market in the series and suits its longer horizons.
Related series: Ethereum above (Weekly), What price will Bitcoin hit (Monthly), Bitcoin above (Weekly), What price will Ethereum hit (Monthly), What price will Bitcoin hit (Weekly), Bitcoin Up or Down (5 Minute), or all crypto series.
Try it
Pull Ethereum above (Hourly) books in one call
The free tier includes 1M rows per day with full API and full archive access, no card required.
$ pip install marketlens