Was checking Chainlink's docs on the data stream services. https://docs.chain.link/data-streams/reference/report-schema
Two of the parameters of the report schema are the validFromTimestamp
and observationTimestamp
.
That's the price validity timespan, as I got it.
Is it supposed to surround the request timestamp? the answer timestamp? or both?
I'm thinking that maybe its one of them, but wanted to ask.
Which of these is it?
Thank you so much for your time
In Chainlink Data Streams, the validFromTimestamp
and observationsTimestamp
fields define the time range during which the reported price is valid.
validFromTimestamp
: The earliest timestamp (in Unix time) from which the price is considered valid.
observationsTimestamp
: The latest timestamp (in Unix time) up to which the price is considered valid.
Together, these timestamps specify the validity period of the price data.