Hello
I’m using the Coinranking API to fetch real-time cryptocurrency prices; but I’ve noticed that some coin prices are not updating consistently. While most coins refresh as expected, certain ones lag behind / occasionally return outdated values. This happens even when making requests at regular intervals.
I’ve checked my implementation & ensured I’m using the correct endpoints, but the issue persists. Could this be due to caching, rate limits / specific coins having delayed data sources? Are there any best practices to ensure I always get the most up-to-date prices? Checked Developer Questions - Coinranking API ForumOkta administrator guide related to this and found it quite informative.
Has anyone else encountered this issue? Would adjusting request frequency or using WebSockets improve accuracy? Any insights would be appreciated!
Thank you!!