Skip to main content
GET
Global combo analytics pct change

Query Parameters

timeframe
enum<string>

Lookback window: 1h, 24h, 7d, 30d, 1mo, 1y (default: 24h) Lookback window for /analytics/changes endpoints.

Available options:
1h,
24h,
7d,
30d,
1mo,
1y

Response

200 - application/json

Per-metric combo pct change

Response body for GET /polymarket/combos/analytics/changes: per-metric % change over the requested lookback window. null fields mean the window predates the available data or the previous value was zero. Ratio metrics ship as *_now / *_prev value pairs instead of a % change.

usd_volume
number<double> | null

Pct change of USD volume across combo fills (buys + sells).

usd_buy_volume
number<double> | null

Pct change of USD buy volume.

usd_sell_volume
number<double> | null

Pct change of USD sell volume.

shares_volume
number<double> | null

Pct change of combo shares volume (buys + sells).

shares_buy_volume
number<double> | null

Pct change of combo shares buy volume.

shares_sell_volume
number<double> | null

Pct change of combo shares sell volume.

fees
number<double> | null

Pct change of fees in USD.

builder_fees
number<double> | null

Pct change of builder fees in USD.

builder_usd_volume
number<double> | null

Pct change of USD volume on builder-attributed fills.

builder_usd_buy_volume
number<double> | null

Pct change of builder USD buy volume.

builder_usd_sell_volume
number<double> | null

Pct change of builder USD sell volume.

builder_shares_volume
number<double> | null

Pct change of builder combo shares volume.

builder_shares_buy_volume
number<double> | null

Pct change of builder combo shares buy volume.

builder_shares_sell_volume
number<double> | null

Pct change of builder combo shares sell volume.

txns
number<double> | null

Pct change of combo fill transaction count.

buys
number<double> | null

Pct change of combo buy fill count.

sells
number<double> | null

Pct change of combo sell fill count.

builder_txns
number<double> | null

Pct change of builder combo fill transaction count.

builder_buys
number<double> | null

Pct change of builder combo buy fill count.

builder_sells
number<double> | null

Pct change of builder combo sell fill count.

creations
number<double> | null

Pct change of combo market creations.

executions
number<double> | null

Pct change of combo executions.

status_updates
number<double> | null

Pct change of combo status updates.

positions_split
number<double> | null

Pct change of positions-split lifecycle operations.

positions_merged
number<double> | null

Pct change of positions-merged lifecycle operations.

split_on_condition
number<double> | null

Pct change of split-on-condition lifecycle operations.

merged_on_condition
number<double> | null

Pct change of merge-on-condition lifecycle operations.

extracted
number<double> | null

Pct change of extract lifecycle operations.

injected
number<double> | null

Pct change of inject lifecycle operations.

converted_to_yes_basket
number<double> | null

Pct change of convert-to-YES-basket lifecycle operations.

merged_from_yes_basket
number<double> | null

Pct change of merge-from-YES-basket lifecycle operations.

compressed
number<double> | null

Pct change of compress lifecycle operations.

redeemed
number<double> | null

Pct change of redemption lifecycle operations.

wrapped
number<double> | null

Pct change of wrap lifecycle operations.

unwrapped
number<double> | null

Pct change of unwrap lifecycle operations.

horizontal_split
number<double> | null

Pct change of horizontal-split lifecycle operations.

horizontal_merge
number<double> | null

Pct change of horizontal-merge lifecycle operations.

position_converted
number<double> | null

Pct change of position-converted lifecycle operations.

migrated
number<double> | null

Pct change of migrate lifecycle operations.

yes_usd_volume
number<double> | null

Pct change of USD volume on the YES side.

yes_shares_volume
number<double> | null

Pct change of YES shares volume (buys + sells).

yes_shares_buy_volume
number<double> | null

Pct change of YES shares buy volume.

yes_shares_sell_volume
number<double> | null

Pct change of YES shares sell volume.

no_usd_volume
number<double> | null

Pct change of USD volume on the NO side.

no_shares_volume
number<double> | null

Pct change of NO shares volume.

legs_2_txns
number<double> | null

Pct change of fill count on 2-leg combos.

legs_2_usd_volume
number<double> | null

Pct change of USD volume on 2-leg combos.

legs_3_txns
number<double> | null

Pct change of fill count on 3-leg combos.

legs_3_usd_volume
number<double> | null

Pct change of USD volume on 3-leg combos.

legs_4_txns
number<double> | null

Pct change of fill count on 4-leg combos.

legs_4_usd_volume
number<double> | null

Pct change of USD volume on 4-leg combos.

legs_5_plus_txns
number<double> | null

Pct change of fill count on combos with 5+ legs.

legs_5_plus_usd_volume
number<double> | null

Pct change of USD volume on combos with 5+ legs.

split_collateral_usd
number<double> | null

Pct change of collateral locked via splits, in USD.

merge_collateral_usd
number<double> | null

Pct change of collateral released via merges, in USD.

redemption_payout_usd
number<double> | null

Pct change of redemption payouts in USD.

compress_collateral_usd
number<double> | null

Pct change of collateral released via compress operations, in USD.

combos_created
number<double> | null

Pct change of combo markets created.

combos_resolved_yes
number<double> | null

Pct change of combos resolved YES.

combos_resolved_no
number<double> | null

Pct change of combos resolved NO.

new_combo_traders
number<double> | null

Pct change of first-time combo traders.

new_builder_combo_traders
number<double> | null

Pct change of first-time builder-attributed combo traders.

unique_traders
number<double> | null

Pct change of window-unique combo traders (current window vs previous window of the same length).

distinct_combos_traded
number<double> | null

Pct change of window-unique combos traded (current window vs previous window of the same length).

avg_parlay_odds_now
number<double> | null

Current lifetime shares_volume / usd_volume (average parlay odds proxy).

avg_parlay_odds_prev
number<double> | null

Same ratio at the start of the window.

vwap_entry_price_now
number<double> | null

Current lifetime USD-volume-weighted average combo entry price.

vwap_entry_price_prev
number<double> | null

Same ratio at the start of the window.

hit_rate_now
number<double> | null

Current lifetime combos_resolved_yes / (combos_resolved_yes + combos_resolved_no).

hit_rate_prev
number<double> | null

Same ratio at the start of the window.

payout_ratio_now
number<double> | null

Current lifetime redemption_payout_usd / usd_volume.

payout_ratio_prev
number<double> | null

Same ratio at the start of the window.

builder_share_of_volume_now
number<double> | null

Current lifetime builder_usd_volume / usd_volume.

builder_share_of_volume_prev
number<double> | null

Same ratio at the start of the window.

Last modified on July 28, 2026