Global combo analytics candles (per-bucket deltas)
Returns per-bucket combo deltas (volume, fees, lifecycle operations that happened during each bucket) plus window-unique unique_traders / distinct_combos_traded. Use for bar-chart visualisations of combo activity over time.
Query Parameters
Bucket size: 60, 240, D, 1D, W, 1W, M, 1M (default: 60)
Bucket size for /analytics/timeseries and /analytics/deltas responses.
Each value picks the time interval that one row in the output covers:
60 = 1 hour, 240 = 4 hours, D/1D = 1 day, W/1W = 7 days,
M/1M = calendar month.
60, 240, D, 1D, W, 1W, M, 1M Start timestamp (Unix seconds). Omit for all-time.
End timestamp (Unix seconds)
Max data points (default: 500, max: 2500)
Cursor from previous response for next page
Response
Delta time-bucketed combo analytics
Full field: bucket. Bucket start time as Unix seconds.
x >= 0Full field: usd_volume. Per-bucket USD volume across combo fills (buys + sells).
Full field: usd_buy_volume. Per-bucket USD buy volume.
Full field: usd_sell_volume. Per-bucket USD sell volume.
Full field: shares_volume. Per-bucket combo shares volume (buys + sells).
Full field: shares_buy_volume. Per-bucket combo shares buy volume.
Full field: shares_sell_volume. Per-bucket combo shares sell volume.
Full field: fees. Per-bucket fees in USD.
Full field: builder_fees. Per-bucket builder fees in USD.
Full field: builder_usd_volume. Per-bucket USD volume on builder-attributed fills.
Full field: builder_usd_buy_volume. Per-bucket builder USD buy volume.
Full field: builder_usd_sell_volume. Per-bucket builder USD sell volume.
Full field: builder_shares_volume. Per-bucket builder combo shares volume.
Full field: builder_shares_buy_volume. Per-bucket builder combo shares buy volume.
Full field: builder_shares_sell_volume. Per-bucket builder combo shares sell volume.
Full field: txns. Per-bucket combo fill transaction count.
Full field: buys. Per-bucket combo buy fill count.
Full field: sells. Per-bucket combo sell fill count.
Full field: builder_txns. Per-bucket builder combo fill transaction count.
Full field: builder_buys. Per-bucket builder combo buy fill count.
Full field: builder_sells. Per-bucket builder combo sell fill count.
Full field: creations. Per-bucket combo market creations.
Full field: executions. Per-bucket combo executions.
Full field: status_updates. Per-bucket combo status updates.
Full field: positions_split. Per-bucket positions-split lifecycle operations.
Full field: positions_merged. Per-bucket positions-merged lifecycle operations.
Full field: split_on_condition. Per-bucket split-on-condition lifecycle operations.
Full field: merged_on_condition. Per-bucket merge-on-condition lifecycle operations.
Full field: extracted. Per-bucket extract lifecycle operations.
Full field: injected. Per-bucket inject lifecycle operations.
Full field: converted_to_yes_basket. Per-bucket convert-to-YES-basket lifecycle operations.
Full field: merged_from_yes_basket. Per-bucket merge-from-YES-basket lifecycle operations.
Full field: compressed. Per-bucket compress lifecycle operations.
Full field: redeemed. Per-bucket redemption lifecycle operations.
Full field: wrapped. Per-bucket wrap lifecycle operations.
Full field: unwrapped. Per-bucket unwrap lifecycle operations.
Full field: horizontal_split. Per-bucket horizontal-split lifecycle operations.
Full field: horizontal_merge. Per-bucket horizontal-merge lifecycle operations.
Full field: position_converted. Per-bucket position-converted lifecycle operations.
Full field: migrated. Per-bucket migrate lifecycle operations.
Full field: yes_usd_volume. Per-bucket USD volume on the YES side.
Full field: yes_shares_volume. Per-bucket YES shares volume (buys + sells).
Full field: yes_shares_buy_volume. Per-bucket YES shares buy volume.
Full field: yes_shares_sell_volume. Per-bucket YES shares sell volume.
Full field: no_usd_volume. Per-bucket USD volume on the NO side.
Full field: no_shares_volume. Per-bucket NO shares volume.
Full field: legs_2_txns. Per-bucket fill count on 2-leg combos.
Full field: legs_2_usd_volume. Per-bucket USD volume on 2-leg combos.
Full field: legs_3_txns. Per-bucket fill count on 3-leg combos.
Full field: legs_3_usd_volume. Per-bucket USD volume on 3-leg combos.
Full field: legs_4_txns. Per-bucket fill count on 4-leg combos.
Full field: legs_4_usd_volume. Per-bucket USD volume on 4-leg combos.
Full field: legs_5_plus_txns. Per-bucket fill count on combos with 5+ legs.
Full field: legs_5_plus_usd_volume. Per-bucket USD volume on combos with 5+ legs.
Full field: entry_price_usd_weighted_sum. Per-bucket sum of entry price x USD size across fills (VWAP numerator).
Full field: split_collateral_usd. Per-bucket collateral locked via splits, in USD.
Full field: merge_collateral_usd. Per-bucket collateral released via merges, in USD.
Full field: redemption_payout_usd. Per-bucket redemption payouts in USD.
Full field: compress_collateral_usd. Per-bucket collateral released via compress operations, in USD.
Full field: combos_created. Per-bucket combo markets created.
Full field: combos_resolved_yes. Per-bucket combos resolved YES.
Full field: combos_resolved_no. Per-bucket combos resolved NO.
Full field: new_combo_traders. Per-bucket first-time combo traders.
Full field: new_builder_combo_traders. Per-bucket first-time builder-attributed combo traders.
Full field: unique_traders. Distinct traders that filled a combo in this bucket (window-unique,
not first-time; uniqCombined approximation).
Full field: distinct_combos_traded. Distinct combos traded in this bucket (window-unique; uniqCombined
approximation).