Skip to main content
One row per chain, trailing 90-day window ending window_end, region and confidence tier. senders counts every address in that band over the window, including the region null at a null confidence.

Columns

ColumnTypeDescription
chain_idSTRINGChain the senders transacted on.
window_endDATELast UTC day of the trailing 90-day window the row summarizes. Partition column.
regionSTRINGOne of seven UTC-offset bands: utc-11..-9, utc-8..-5, utc-4..-2, utc-1..+2, utc+3..+6, utc+7..+9, utc+10..+12. Null when region_confidence is null.
region_confidenceSTRINGhigh, medium or low, from the same thresholds as Accounts ▸ Registry’s region_confidence, and null where region is null.
sendersINT64Senders on that chain, in that window, region and confidence tier.
tx_countINT64Transactions those senders initiated over the window.
sender_shareFLOAT64senders divided by the window’s total senders on the chain, from safe_divide.
tx_shareFLOAT64tx_count divided by the window’s total transactions on the chain, from safe_divide.

Sample queries

Each row is one region and confidence pair for the window ending window_end; the null region at a null confidence is the share with no signal.