Overview

The near.staking.shares_exchange_rate model tracks the exchange rates between staking shares and NEAR tokens across validators.

This model is updated at every epoch.

Use Cases

This model is particularly useful for:

  • Historical analysis of validator performance and stake distribution trends
  • Day-over-day pool comparisons and growth tracking
  • Simplified time-series analysis for staking metrics and delegation patterns

Column Description

Unique Key: unique_id

ColumnTypeDescription
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block containing the exchange rate update
block_heightBIGINTHeight of the block containing the exchange rate update
epoch_numberBIGINTNumber of the epoch
event_typeVARCHARType of event that triggered the exchange rate update
pool_idVARCHARIdentifier of the staking pool
shares_exchange_rateVARCHARExchange rate between shares and NEAR (string format for precision)
receipt_idVARCHARUnique identifier of the receipt
pseudo_global_indexBIGINTGlobal ordering index receipts in NEAR