You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
This is annoying because my script deals almost exclusively with new listings to fetch their price. Since it's almost always a 502 error for new coins, I'm not sure how I can fetch the price of these new coins.. Any ideas?
The text was updated successfully, but these errors were encountered:
jontstaz
changed the title
502 Error
502 Error on /v2/tokens endpoint
Jan 20, 2022
I've noticed I always get 502 error on this endpoint: https://api.pancakeswap.info/api/v2/tokens/{token}
Particularly when I am searching very new tokens. Eg. this gives me 502 (OCL - brand new coin): https://api.pancakeswap.info/api/v2/tokens/0xf157dded316882074f1c9a37f0fae99b410a68d9 but this works fine (WBNB): https://api.pancakeswap.info/api/v2/tokens/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c
This is annoying because my script deals almost exclusively with new listings to fetch their price. Since it's almost always a 502 error for new coins, I'm not sure how I can fetch the price of these new coins.. Any ideas?
The text was updated successfully, but these errors were encountered: