List Up Or Down Markets
Get all active “Up or Down” interval markets from Polymarket.
These are short-term binary markets that resolve based on whether a price goes up or down within a specific time interval.
Supported assets:
- BTC (Bitcoin)
- ETH (Ethereum)
- SOL (Solana)
- XRP (Ripple)
- SPX (S&P 500)
- NDX (Nasdaq 100)
Supported intervals:
- 5M (5 minutes) - Requires HIGH_FREQ_UPDOWN_ENABLED=true
- 15M (15 minutes) - Requires HIGH_FREQ_UPDOWN_ENABLED=true
- 1H (1 hour)
- 4H (4 hours)
- daily
Note: 5M and 15M intervals are disabled by default to reduce database load. Set HIGH_FREQ_UPDOWN_ENABLED=true in environment to enable them.
Authorizations
Issue from /v1/keys (or admin-issued for enterprise tier).
Query Parameters
Filter by asset: BTC, ETH, SOL, XRP, SPX, NDX
Filter by interval: 5M, 15M, 1H, 4H, daily
Maximum number of markets to return, soonest-resolving first. Omit to receive every market inside the near-term window (in flight, ended <60 min ago, or starting within 2 h — 26 h for intervals of 1 h or longer).
1 <= x <= 500Response
Successful Response