Skip to main content
← Back to schema changes overview Latest snapshot of each validator’s balances (one row per validator).
  • Effective date: April 7, 2026
  • End of life: May 23, 2026
  • Replacement: beacon.raw.balances_latest
  • Last published: April 7, 2026

Schema comparison

Breaking changes summary

Critical breaking changes — address these in your queries:
  1. Column order changed: RAW_BALANCE now appears before BALANCE (affects SELECT * queries)
  2. Balance data types changed:
    • BALANCE: Integer (Wei)Float (ETH)
      • Old: 32787459477 (Wei)
      • New: 32.78744189 (ETH)
    • EFFECTIVE_BALANCE: Integer (Wei)Float (ETH)
      • Old: 32000000000 (Wei)
      • New: 32 (ETH)
  3. New columns: WITHDRAWAL_PREFIX, WITHDRAWAL_ADDRESS, UNIQUE_ID, _UPDATED_AT
  4. Removed column: INDEX (replaced by UNIQUE_ID)
  5. Type changes: EXECUTION_OPTIMISTIC may be empty string; FINALIZED behavior may differ