ZCash Up or Down (4 Hour)Polymarket historical data and price history

ZCash Up or Down (4 Hour): a Polymarket crypto series with markets recurring daily. Marketlens has captured 256 markets since August 4, 2026, of which 254 resolved, with $12 in traded volume. Every market's order book is stored in full: periodic L2 snapshots plus every individual price change with a millisecond timestamp, 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 ZEC Up or Down 4h · slug zec-up-or-down-4h

Markets
256
Resolved
254
Traded volume
$12
Avg volume / market
$12
Cadence
daily
Coverage from
2026-08-04
Data through
2026-09-17
Category
Crypto

Resolution outcomes

Up: 131 (51.6%)Down: 123 (48.4%)

Outcomes across 254 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 256 markets.

ZCash Up or Down - September 17, 12:00PM-4:00PM ET

closed 2026-09-17 · resolved Up

ZCash Up or Down - September 17, 8:00AM-12:00PM ET

closed 2026-09-17 · resolved Up

ZCash Up or Down - September 17, 4:00AM-8:00AM ET

closed 2026-09-17 · resolved Down

Backtest this series

python
from marketlens import MarketLens client = MarketLens() result = client.backtest( MyStrategy(), "zec-up-or-down-4h", after="2026-09-10", before="2026-09-18", initial_cash=1_000, ) result.show() # inspect the run in the dashboard

Available datasets

Order book snapshots and deltasfull L2 depth, millisecond price changes
Tradesindividual fills with side and size
CandlesOHLC at multiple resolutions
Bulk Parquet exportsfull markets for offline research
Backtestingtick level replay with realistic fills

Common questions

How many ZCash Up or Down (4 Hour) markets are in the archive?

256 markets from August 4, 2026 through September 17, 2026, of which 254 have resolved and 2 are active.

What data exists for each ZCash Up or Down (4 Hour) market?

Full L2 order book history (snapshots plus every price change at millisecond resolution), individual trades, OHLC candles, and the resolution outcome. All of it is queryable by the series slug "zec-up-or-down-4h" through the API and Python SDK, or downloadable as Parquet.

How often do ZCash Up or Down (4 Hour) markets resolve Up?

Of 254 resolved markets with a recorded outcome, 131 resolved Up (51.6%) and 123 resolved Down.

How much does a typical ZCash Up or Down (4 Hour) market trade?

Average traded volume is $12 per market, $12 across the series.

Can I backtest strategies on ZCash Up or Down (4 Hour)?

Yes. Pass the slug "zec-up-or-down-4h" to client.backtest() in the Python SDK. Execution mode replays every market's order book tick by tick and fills simulated orders against real historical depth with queue priority, latency, and fee modelling; Alpha mode replays one bar per market for slower signals over long windows.

Related series: What price will Bitcoin hit (Monthly), Bitcoin above (Weekly), What price will Ethereum hit (Monthly), What price will Bitcoin hit (Weekly), Ethereum above (Weekly), Bitcoin Up or Down (5 Minute), or all crypto series.

Try it

Replay ZCash Up or Down (4 Hour) tick by tick

The free tier includes 1M rows per day with full API and full archive access, no card required.

bash
$ pip install marketlens