Table description

Table holding daily circulating and total supply of tokens in NEAR.

Column Descriptions

ColumnDescriptionType
block_dateThe date of the block when the supply was recorded.date
computed_at_block_timestampTimestamp of the block when the supply was computed.timestamp(3) with time zone
computed_at_block_hashHash of the block at the time of supply computation.varchar
computed_at_block_heightBlock height at which the supply was computed.bigint
circulating_tokens_supplyThe circulating supply of tokens at the time of computation.double
total_tokens_supplyThe total supply of tokens at the time of computation.double
processed_timeThe timestamp when the supply data was processed.timestamp(3) with time zone
updated_atTimestamp of the last update to this record.timestamp(3) with time zone
ingested_atTimestamp when this data was ingested into Dune.timestamp(3) with time zone

Table Sample