DeFi Aggregator

Ok. Get the price from t1d pair ticks. You may need to make few calls so you don’t reach a limit. It doesn’t have the prices since token launch for every token yet - it was made Aug 23. It’s in our roadmap to import older data.

So is there any way to get all the data since records have been kept?
For example get all the data without entering start and end.
Because I seem to find that when I want to query a time interval larger than the coin record it doesn’t return data or reports an error.

The timestamp of the first tick is 1660052760, you can’t request a range starting earlier than this nor request timestamps in the future.
Btw, make sure you read this, especially point 18 https://forum.dfinity.org/t/upcoming-icpcoins-neutrinite-sns-decentralization/25308/10?u=infu
Also, while the architecture and interfaces right now get the job done for our use cases of displaying market data and carried us so far, they may get changed in the future. We will try to keep interfaces fixed and working as long as possible. But it’s safe to say the alternative - getting data directly from DEXs isn’t more stable. Our adapters usually require changes & modifications every month. Once we create standards, the whole system will become more resilient and backwards-compatible.