pancakeswap / pancake-info-api

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

Price not updated #119

Open Strime opened 2 years ago

Strime commented 2 years ago

Hi guys

I want to use your API for fetching token price.

Endpoint URL: https://api.pancakeswap.info/api/v2/tokens/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb

{"updated_at":1645305589494,"data":{"name":"LuckyBlock","symbol":"LBlock","price":"0.00921989345486072567201198781916","price_BNB":"0.00002248796572559059038216064358254"}}

{"updated_at":1645305906060,"data":{"name":"LuckyBlock","symbol":"LBlock","price":"0.00921989345486072567201198781916","price_BNB":"0.00002248796572559059038216064358254"}}

Do you have any clue why price is not updated event after cache timeout (5 minutes) ?

LutfiLokman commented 2 years ago

Price for all tokens has been stuck not updating for more than 48 hours

Strime commented 2 years ago

Oh well, is it normal ? Do we have any visibility on bugfix ? Thanks

wangwen1024 commented 2 years ago

https://api.pancakeswap.info/api/v2/tokens/0x0564770c9ed91f391e62bef3f8e9a848f9a49c44

Many similar contract addresses cannot find the price

and tell me I don't exist

{ "error": { "code": 404, "message": "Not found" } }

wangwen1024 commented 2 years ago

Hope to fix this bug as soon as possible thanks