Matched Market Daily Comparison
GET
/gateway/v1/prediction-market/matching/dailyReturns daily volume and open interest comparison for a specific Polymarket <> Kalshi matched pair.
Both `polymarket_condition_id` and `kalshi_market_ticker` are required. Use `matching-market-pairs` to discover matched pairs first.
Volume units: Polymarket = USD, Kalshi = contracts.
Query Parameters
polymarket_condition_idstringrequired
Polymarket condition ID
Example:
0x6fefc0438c7598b23531457c8c60541990d0786bd4bd9dfc3eabc8d95c291092kalshi_market_tickerstringrequired
Kalshi market ticker
Example:
KXBTC2026250-27JAN01-250000time_rangeenum<string>
Window of daily data to return: `1d`, `7d`, `30d`, `90d`, `180d`, `1y`, or `all`. Bucket size is fixed at 1 day — this endpoint uses `time_range` only and does NOT accept `interval`.
Available options:
1d7d30d90d180d1yallExample:
30dlimitinteger
Maximum rows
Example:
200offsetinteger
Pagination offset
Example:
0Matched Market Daily Comparison
OK