Skip to main content

Data updates

Changes to Dune’s base, decoded, and curated tables: new datasets and columns, schema changes, methodology updates, fixes, and deprecations.
This page tracks changes to the data itself. For product and platform updates, see the product changelog. For live operational status, see status.dune.com. For persistent data caveats, see known issues.Subscribe to this page’s RSS feed to get every entry as it is published.

Fixes

  • polymarket_polygon.ohlcv_hourly: one candle series per token. Candles are keyed on token_id and stamped with the market’s current outcome label, so duplicate token-hour rows are removed and token_outcome is rewritten where a market was relabeled.

Deprecations

  • Bob, Degen and TAC tables stop updating. Dune no longer ingests or decodes new data for these chains; existing tables remain historical.
  • Curated tables for sunset chains are frozen. Chain-specific curated tables for Zora, Polygon zkEVM, Lens, TAC, Bob, Degen and Corn no longer rebuild, and the cross-chain tables that union them keep serving that frozen history.
  • solana.rewards no longer replicates to the BigQuery datashare. The table stops syncing to BigQuery in the US region; querying it on Dune is unchanged.

Methodology

  • stablecoins_evm tables: USR and the superseded Base cNGN dropped. Neither token is treated as a dollar stablecoin any more, so they stop receiving new rows while existing history stays in place.

Fixes

  • tokens_sui.supply_events: coin types keep their exact case. Only the package address is normalized now, so distinct Move types are no longer merged and mint and burn events the old normalization dropped are covered. Historical supply events revise.
  • jupiter_v6_solana, okx_dex_v3_solana and nosana_nodes_solana: instruction arguments no longer null. Anchor enum variants at index 128 or above now decode instead of nulling the whole argument struct.
  • thorchain.defi_pool_block_statistics: synth and pool units corrected. Rows that reported negative or infinite synth_units now carry positive values, and pool_units and liquidity_unit_value_index revise with them.
  • prices.usd: native USDC on HyperEVM priced. The native HyperEVM USDC contract now has a feed, so previously null price and amount_usd values on tokens.transfers and the balances tables fill once the historical backfill lands.

New data & improvements

  • solana.rewards: commission_bps added. Validator commission published in basis points since the SIMD-0291 activation lands in commission_bps, while the legacy commission column stays null for those epochs.
  • dex.trades: Uniswap V4 on X Layer added. Uniswap V4 swaps on X Layer are now covered; aggregator-hook swaps on that chain stay under the venue rather than the aggregator tables.
  • dex.trades: Agra added. Agra swaps on Ethereum, HyperEVM and Monad are now covered, alongside a branded agra.trades view.
  • oneinch tables: Robinhood Chain added. 1inch AggregationRouter V6, Limit Order Protocol and cross-chain v1.1 activity on Robinhood Chain is now covered and flows into dex.trades.
  • gas.fees and gas_evm.fees: Flow added, Robinhood and TAC fees priced. Flow is now covered, and native-token price mappings for Robinhood and TAC plus corrected B3 and TAC chain ids fill previously null USD values.
  • stablecoins_evm.transfers, balances and the enriched tables: Celo, Mantle and Kaia tokens added. Tether USAT on Celo, USD1, Lucid USDC, AUSD and GHO on Mantle, and IDRP and JPYC on Kaia are now covered. Ethereum USAT decimals are corrected from 18 to 6, so its amounts revise.
  • prediction_markets, polymarket_polygon and kalshi tables: hourly refresh. These tables now rebuild hourly instead of daily; names, schemas and values are unchanged.

Deprecations

  • polymarket_polygon.combo_prices_hourly, combo_prices_daily, combo_prices_latest, market_prices_daily and market_prices_latest removed. Combo prices are covered by ohlcv_hourly and market prices by market_prices_hourly. Repoint queries that read the removed tables.
  • tokens_ethereum.balances_daily_agg_base_erc20_native removed. This legacy token-balance view is gone and it no longer replicates to the BigQuery datashare. Migrate to the premium balances_<chain> dataset.
  • Polygon zkEVM tables stop updating. Polygon zkEVM shut down, so Dune no longer ingests or decodes new chain data; existing tables remain historical.
  • Corn and Sophon tables stop updating. Dune no longer ingests new data for these chains; existing tables remain historical.

Fixes

  • oneinch.cc_executions: duplicate cross-chain trades removed. Cross-chain trades re-emitted after settlement are updated in place instead of inserted again, and a full refresh clears the duplicates already stored. Volumes revise downward in oneinch.swaps, dex_aggregator.trades and dex.trades.
  • tokens_sui.supply_events and tokens_sui.transfers: standard-coin mints and burns covered. Mints and burns issued through Sui’s standard coin calls are derived from treasury-cap state, and duplicate object legs for the same event are removed. Historical mint and burn rows revise.
  • tokens_<chain>.supply_latest: failed lookups preserve last-known supply. Missing or incomplete token supply lookups retry daily while the last successful value remains visible, preventing transient gaps in supply and FDV data.

New data & improvements

  • dex.trades: Robinhood Chain coverage expanded. Catnip, GigaDEX, PancakeSwap, RamsesXYZ, RobinSwap, Sheriff, SushiSwap, SwapHood and UponRH swaps on Robinhood Chain are now covered.
  • dex.trades: Origin USDC and WETH ARM swaps added. Swaps through Origin Protocol’s USDC ARM and WETH ARM contracts on Ethereum are now covered.
  • thorchain tables: hourly refresh. Every Thorchain table now rebuilds hourly instead of daily; names, schemas and values are unchanged.

Breaking changes

  • kalshi.ohlcv_hourly: candles stop at settlement. Forward-filled candles after settlement are removed and market_end_time now marks the final candle. Update queries that relied on post-settlement rows.
  • polymarket_polygon.market_details: columns retyped. Eleven varchar columns become native booleans, timestamps, integers, and arrays; the Snowflake datashare follows. Remove text casts, and markets previously dropped by the type mismatch reappear in polymarket_polygon.ohlcv_hourly.
  • Stablecoin tables are now a premium dataset. Free public access to the stablecoins_* schemas ended on August 3; provisioned teams are unaffected.

Fixes

  • polymarket_polygon.market_trades: missing trades restored. Trades on tokens the original exchange contracts never listed were dropped; historical volumes from late June onward revise upward.
  • tokens_xrpl.transfers: issued-token transfers complete. Every successful issued-token balance change is now covered (payment paths, offers, AMMs, issuance, redemption); holder histories change.
  • balances_<chain>.updates, daily_updates and latest: gas-payer balance changes covered. Accounts whose native balance changed only by paying gas are now tracked on every EVM chain, so native balance history revises.
  • jupiter_v6_solana.swapsevent_aggregator_swaps: duplicate rows removed. Nested aggregator route calls no longer emit the same swap more than once. A full refresh clears the duplicates already stored.

New data & improvements

  • polymarket_polygon.combo_trades_raw and combo_actions_raw: _updated_at added. The view-backed prediction_markets models now carry persisted watermarks from their upstream tables instead of stamping query time, which is what enterprise datashare syncs replicate on.

Breaking changes

  • polymarket_polygon.positions: rebuilt with a lean schema. It is now a daily table of day, address, market_id, token_id, is_combo, balance, price and balance_usd, and every market-metadata column is gone. Join market_details or combo_details on token_id for metadata.

Deprecations

  • tokens_{chain}.balances_daily_agg removed. Replaced by the premium balances_<chain> dataset (latest, updates, daily_updates), which carries a different schema. Migrate queries that reference the removed tables.
  • tokens_{chain}.balances, tokens_{chain}.balances_daily and tokens_{chain}.balances_daily_agg_base removed. The remaining legacy token-balance views and their staging tables are gone; migrate to the premium balances_<chain> dataset.

Methodology

  • Stablecoins: finer entity subcategories. address_subcategory now distinguishes custodians, prime brokers, market makers, derivatives exchanges, issuers, lending desks, and wallet providers instead of a single cex bucket; aggregations grouped by subcategory shift.

Fixes

  • stablecoins_evm.balances_enriched: more Coinbase wallets attributed. Additional Ethereum Coinbase addresses join the CEX label set and the backfill relabels history, so balances attributed to Coinbase revise upward.

New data & improvements

  • polymarket_polygon.market_details, ohlcv_hourly and market_trades: new columns. market_details gains outcome_index and settlement_value, ohlcv_hourly adds the No side of every combo and settles at the resolution-hour close, and market_trades gains order_hash.
  • dex.trades: Origin ARM swaps added. Lido, Ether.fi and Ethena ARM swaps on Ethereum are now covered.
  • balances_celo.daily_updates and balances_kaia.daily_updates: chains added. Celo and Kaia balances now flow through updates, daily_updates and latest.
  • tokens.erc20: MegaETH metadata automated. MegaETH name, symbol, decimals and supply come from the metadata pipeline instead of a hand-maintained list, so previously null values are filled.

Breaking changes

  • near.bridge_omni: bridge_omni_id rebuilt. The surrogate key now includes receipt_id and log_index, so every existing bridge_omni_id value changes and duplicated rows are removed. Update queries that store or join on it.

New data & improvements

  • prices.day, prices.hour and prices.minute: earlier DEX-sourced history. Price history is rebuilt for EVM chains whose dex.trades data predates their first priced row, so earlier days are now covered.
  • balances_robinhood.updates, daily_updates and latest: Robinhood added. Robinhood balances are wired through the standard EVM balances path.

Breaking changes

  • polymarket_polygon.markets, market_actions_raw and market_actions: market_id renamed to event_market_id. The column now consistently means the NegRiskAdapter event id across Polymarket tables. Update queries that read market_id on those tables.

Fixes

  • polymarket_polygon.ohlcv_hourly and market_prices_hourly: settlement keyed on on-chain resolution. Price and lifecycle models use the on-chain resolution signal instead of the market API’s end date, so live markets keep advancing and resolved markets settle at their true resolution time.
  • stablecoins_evm.balances_enriched: metadata source switched. Symbols and decimals come from canonical tokens.erc20 rather than a static list, so previously null token_symbol and balance_usd values are filled and rows that cannot be enriched are removed.
  • prices.day and prices.hour: Tempo pathUSD proxied to USDC. pathUSD is priced from the USDC feed instead of its own feed, so historical pathUSD prices and the fee and transfer values derived from them revise.
  • prices.hour and prices.day: deterministic price averages. Coinpaprika hourly and daily averages are aggregated in exact decimal, so repeated runs stop emitting last-digit changes.

New data & improvements

  • prediction_markets.markets, trades and ohlcv_hourly: Polymarket combos included. Combo markets appear as is_parlay = true rows, and polymarket_polygon.ohlcv_hourly gains combo bars that settle to the exact per-side payout.
  • dex.trades: Cronos integrated. VVS Finance, Cronaswap and Ferro swaps on Cronos are now covered.
  • dex_evm.trades and gas_evm.fees added. These EVM-scoped views mirror dex.trades and gas.fees, with gas_evm.fees excluding Tron.

Fixes

  • payments.card_transactions: Wirex settlements priced. WUSD settles at its 1 USD peg and WEUR at the EUR/USD rate for the transaction date, so previously null USD values from November 2025 onward are filled.

New data & improvements

  • dex.trades: Oku added on Tezos EVM. Oku swaps on tezos_evm are now covered.