Skip to main content
GET
Global combo analytics candles (per-bucket deltas)

Query Parameters

resolution
enum<string>

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.

Available options:
60,
240,
D,
1D,
W,
1W,
M,
1M
from
integer<int64>

Start timestamp (Unix seconds). Omit for all-time.

to
integer<int64>

End timestamp (Unix seconds)

count_back
integer<int32>

Max data points (default: 500, max: 2500)

pagination_key
string

Cursor from previous response for next page

Response

200 - application/json

Delta time-bucketed combo analytics

t
integer<int32>
required

Full field: bucket. Bucket start time as Unix seconds.

Required range: x >= 0
v
number<double>
required

Full field: usd_volume. Per-bucket USD volume across combo fills (buys + sells).

bv
number<double>
required

Full field: usd_buy_volume. Per-bucket USD buy volume.

sv
number<double>
required

Full field: usd_sell_volume. Per-bucket USD sell volume.

sh
number<double>
required

Full field: shares_volume. Per-bucket combo shares volume (buys + sells).

bsh
number<double>
required

Full field: shares_buy_volume. Per-bucket combo shares buy volume.

ssh
number<double>
required

Full field: shares_sell_volume. Per-bucket combo shares sell volume.

f
number<double>
required

Full field: fees. Per-bucket fees in USD.

bf
number<double>
required

Full field: builder_fees. Per-bucket builder fees in USD.

buv
number<double>
required

Full field: builder_usd_volume. Per-bucket USD volume on builder-attributed fills.

bubv
number<double>
required

Full field: builder_usd_buy_volume. Per-bucket builder USD buy volume.

busv
number<double>
required

Full field: builder_usd_sell_volume. Per-bucket builder USD sell volume.

bsv
number<double>
required

Full field: builder_shares_volume. Per-bucket builder combo shares volume.

bsbv
number<double>
required

Full field: builder_shares_buy_volume. Per-bucket builder combo shares buy volume.

bssv
number<double>
required

Full field: builder_shares_sell_volume. Per-bucket builder combo shares sell volume.

tc
integer<int64>
required

Full field: txns. Per-bucket combo fill transaction count.

bc
integer<int64>
required

Full field: buys. Per-bucket combo buy fill count.

sc
integer<int64>
required

Full field: sells. Per-bucket combo sell fill count.

btc
integer<int64>
required

Full field: builder_txns. Per-bucket builder combo fill transaction count.

bbc
integer<int64>
required

Full field: builder_buys. Per-bucket builder combo buy fill count.

bsc
integer<int64>
required

Full field: builder_sells. Per-bucket builder combo sell fill count.

cre
integer<int64>
required

Full field: creations. Per-bucket combo market creations.

exe
integer<int64>
required

Full field: executions. Per-bucket combo executions.

su
integer<int64>
required

Full field: status_updates. Per-bucket combo status updates.

ps
integer<int64>
required

Full field: positions_split. Per-bucket positions-split lifecycle operations.

pm
integer<int64>
required

Full field: positions_merged. Per-bucket positions-merged lifecycle operations.

soc
integer<int64>
required

Full field: split_on_condition. Per-bucket split-on-condition lifecycle operations.

moc
integer<int64>
required

Full field: merged_on_condition. Per-bucket merge-on-condition lifecycle operations.

ext
integer<int64>
required

Full field: extracted. Per-bucket extract lifecycle operations.

inj
integer<int64>
required

Full field: injected. Per-bucket inject lifecycle operations.

ctyb
integer<int64>
required

Full field: converted_to_yes_basket. Per-bucket convert-to-YES-basket lifecycle operations.

mfyb
integer<int64>
required

Full field: merged_from_yes_basket. Per-bucket merge-from-YES-basket lifecycle operations.

cmp
integer<int64>
required

Full field: compressed. Per-bucket compress lifecycle operations.

red
integer<int64>
required

Full field: redeemed. Per-bucket redemption lifecycle operations.

wr
integer<int64>
required

Full field: wrapped. Per-bucket wrap lifecycle operations.

uw
integer<int64>
required

Full field: unwrapped. Per-bucket unwrap lifecycle operations.

hs
integer<int64>
required

Full field: horizontal_split. Per-bucket horizontal-split lifecycle operations.

hm
integer<int64>
required

Full field: horizontal_merge. Per-bucket horizontal-merge lifecycle operations.

pc
integer<int64>
required

Full field: position_converted. Per-bucket position-converted lifecycle operations.

mig
integer<int64>
required

Full field: migrated. Per-bucket migrate lifecycle operations.

yv
number<double>
required

Full field: yes_usd_volume. Per-bucket USD volume on the YES side.

ysh
number<double>
required

Full field: yes_shares_volume. Per-bucket YES shares volume (buys + sells).

ybsh
number<double>
required

Full field: yes_shares_buy_volume. Per-bucket YES shares buy volume.

yssh
number<double>
required

Full field: yes_shares_sell_volume. Per-bucket YES shares sell volume.

nv
number<double>
required

Full field: no_usd_volume. Per-bucket USD volume on the NO side.

nsh
number<double>
required

Full field: no_shares_volume. Per-bucket NO shares volume.

l2t
integer<int64>
required

Full field: legs_2_txns. Per-bucket fill count on 2-leg combos.

l2v
number<double>
required

Full field: legs_2_usd_volume. Per-bucket USD volume on 2-leg combos.

l3t
integer<int64>
required

Full field: legs_3_txns. Per-bucket fill count on 3-leg combos.

l3v
number<double>
required

Full field: legs_3_usd_volume. Per-bucket USD volume on 3-leg combos.

l4t
integer<int64>
required

Full field: legs_4_txns. Per-bucket fill count on 4-leg combos.

l4v
number<double>
required

Full field: legs_4_usd_volume. Per-bucket USD volume on 4-leg combos.

l5t
integer<int64>
required

Full field: legs_5_plus_txns. Per-bucket fill count on combos with 5+ legs.

l5v
number<double>
required

Full field: legs_5_plus_usd_volume. Per-bucket USD volume on combos with 5+ legs.

epw
number<double>
required

Full field: entry_price_usd_weighted_sum. Per-bucket sum of entry price x USD size across fills (VWAP numerator).

scu
number<double>
required

Full field: split_collateral_usd. Per-bucket collateral locked via splits, in USD.

mcu
number<double>
required

Full field: merge_collateral_usd. Per-bucket collateral released via merges, in USD.

rpu
number<double>
required

Full field: redemption_payout_usd. Per-bucket redemption payouts in USD.

ccu
number<double>
required

Full field: compress_collateral_usd. Per-bucket collateral released via compress operations, in USD.

ccr
integer<int64>
required

Full field: combos_created. Per-bucket combo markets created.

cry
integer<int64>
required

Full field: combos_resolved_yes. Per-bucket combos resolved YES.

crn
integer<int64>
required

Full field: combos_resolved_no. Per-bucket combos resolved NO.

nct
integer<int64>
required

Full field: new_combo_traders. Per-bucket first-time combo traders.

nbct
integer<int64>
required

Full field: new_builder_combo_traders. Per-bucket first-time builder-attributed combo traders.

ut
integer<int64>
required

Full field: unique_traders. Distinct traders that filled a combo in this bucket (window-unique, not first-time; uniqCombined approximation).

dct
integer<int64>
required

Full field: distinct_combos_traded. Distinct combos traded in this bucket (window-unique; uniqCombined approximation).

Last modified on July 28, 2026