pancakeswap / pancake-info-api

Serverless API implementation for PancakeSwap on-chain data query.
327 stars 271 forks source link

Wrong values provided by https://api.pancakeswap.info/api/v2/pairs endpoint #116

Open yousfiwael opened 2 years ago

yousfiwael commented 2 years ago

I've noticed that price, base_volume, quote_volume, liquidity, liquidity_BNB real-time values provided by https://api.pancakeswap.info/api/v2/pairs endpoint doesn't match the provided real-time values in the application. Therefore, the top ~1000 pairs order (sorted by reserves) isn't the same!

Any clarifications please?

t2o2 commented 2 years ago

There is a 5min cache used to ease the server load stated in the docs.