Skip to main content

Table Details

PropertyValue
Table Nameton.prices.hourly
Table StatusProduction-Ready
Unique Keytimestamp, uf_address
Clustering Key(s)timestamp::date

Table Columns

Column NameData TypeDescription
timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of this record. Alias for block_timestamp used in tables where the column is named timestamp rather than block_timestamp.
utimeTIMESTAMP_NTZ(9)Unix timestamp of the transfer.
uf_addressVARCHAR(16777216)User-friendly TON address representation with workchain prefix (e.g., EQA…) as opposed to the raw hex or base64 format.
addressVARCHAR(16777216)Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies.
priceFLOATPrice per unit of the asset at the time of this event, in USD or in the quote token’s units depending on context.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.