v1
latestOpenAPI 3.1.02026-07-2657157254.1 KBGet 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
Query parameters
Filter by crypto asset: btc, eth, sol, xrp, hype, doge, bnb
Filter by timeframe: 5m, 15m, 1h, 4h, daily
Filter by market status: open, closed
Only markets with end_time after this Unix timestamp
Only markets with end_time after this Unix timestamp
Only markets with end_time before or at this Unix timestamp
Only markets with end_time before or at this Unix timestamp
Sort by end_time: desc (most recent first) or asc (chronological)
Number of markets to return
Number of markets to return
Offset for pagination
Offset for pagination
Response
Successful Response