Mintbase / mintbase-js

Powerful open-source library for doing all things NFTs on the NEAR protocol.
https://docs.mintbase.xyz
MIT License
63 stars 24 forks source link

fix fetch token price to Binance API #522

Closed rubenmarcus closed 4 months ago

rubenmarcus commented 4 months ago

promise.any calls both apis at same type and coingecko has ratelimits that make it call many times with error.. Binance always give 200.

Screenshot 2024-07-14 at 23 18 06
rubenmarcus commented 4 months ago

@bh2smith The caching should be done on the application layer.

you already answered yourself.

Binance doesnt have rate limit, as I said on desc. Coingecko has.