Skip to main content

Table description

This table tracks account balance details on NEAR, including the liquid balance, staked amounts, and rewards for both main and lockup accounts.

Column Descriptions

ColumnDescriptionType
epoch_dateThe date of the epoch when the balance was recorded.date
epoch_block_heightThe block height of the epoch when the balance was recorded.bigint
account_idThe account whose balance is being tracked.varchar
liquidAmount of liquid NEAR tokens in the account.double
storage_usageThe amount of storage usage associated with the account.bigint
unstaked_not_liquidThe amount of unstaked but not liquid NEAR tokens in the account.double
stakedThe amount of staked NEAR tokens in the account.double
rewardReward tokens accumulated by the account from staking.double
lockup_account_idThe ID of the lockup account associated with the account.varchar
lockup_liquidAmount of liquid NEAR tokens in the lockup account.double
lockup_unstaked_not_liquidThe amount of unstaked but not liquid tokens in the lockup account.double
lockup_stakedThe amount of staked NEAR tokens in the lockup account.double
lockup_rewardReward tokens accumulated in the lockup account from staking.double
processed_timeThe time when the balance was processed.date
updated_atThe time when this balance record was last updated.timestamp(3) with time zone
ingested_atThe time when this balance record was ingested into Dune.timestamp(3) with time zone

Table Sample

I