v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
polymarket

Get Crypto Updown

List crypto up/down prediction markets.

Returns Bitcoin, Ethereum, Solana, XRP, HYPE, Dogecoin, and BNB up/down markets across all timeframes (5m, 15m, 1h, 4h, daily). Supports filtering by asset, timeframe, status, and time range.

Common queries:

  • Current open markets: ?status=open
  • BTC 15m timeline: ?asset=btc&timeframe=15m&sort=asc
  • Recent BTC 15m results: ?asset=btc&timeframe=15m&status=closed&limit=20
  • Time window: ?end_after=<unix_ts>&end_before=<unix_ts>&sort=asc
get/v2/polymarket/crypto-updown

Query parameters

asset'btc' | 'eth' | 'sol' | 'xrp' | 'hype' | 'doge' | 'bnb'

Filter by crypto asset: btc, eth, sol, xrp, hype, doge, bnb

timeframe'5m' | '15m' | '1h' | '4h' | 'daily'

Filter by timeframe: 5m, 15m, 1h, 4h, daily

status'open' | 'closed'

Filter by market status: open, closed

end_afterinteger nullable

Only markets with end_time after this Unix timestamp

Only markets with end_time after this Unix timestamp

end_beforeinteger nullable

Only markets with end_time before or at this Unix timestamp

Only markets with end_time before or at this Unix timestamp

sort'asc' | 'desc'

Sort by end_time: desc (most recent first) or asc (chronological)

limitinteger

Number of markets to return

Number of markets to return

offsetinteger

Offset for pagination

Offset for pagination

Response

Successful Response