Skip to main content
GET
Get Crypto Updown
Bitcoin, Ethereum, Solana, XRP, HYPE, Dogecoin, and BNB up/down markets across all timeframes (5m, 15m, 1h, 4h, daily). Filter by asset, timeframe, status, and time range.
Free & Unlimited. This endpoint does not count toward your monthly usage limits on any plan.

Authorizations

x-api-key
string
header
required

Query Parameters

asset
enum<string> | null

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

Available options:
btc,
eth,
sol,
xrp,
hype,
doge,
bnb
timeframe
enum<string> | null

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

Available options:
5m,
15m,
1h,
4h,
daily
status
enum<string> | null

Filter by market status: open, closed

Available options:
open,
closed
end_after
integer | null

Only markets with end_time after this Unix timestamp

Required range: x >= 0
end_before
integer | null

Only markets with end_time before or at this Unix timestamp

Required range: x >= 0
sort
enum<string>
default:desc

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

Available options:
asc,
desc
limit
integer
default:50

Number of markets to return

Required range: 1 <= x <= 200
offset
integer
default:0

Offset for pagination

Required range: x >= 0

Response

Successful Response

Response for crypto up/down markets list endpoint.

markets
CryptoUpDownMarket · object[]
required
pagination
OffsetPagination · object
required

Offset-based pagination for markets list endpoints.