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
To reduce API requests, we can fetch prices for multiple tickets using a single request. This is necessary since most of the public APIs have strict usage limits.
To reduce API requests, we can fetch prices for multiple tickets using a single request. This is necessary since most of the public APIs have strict usage limits.
https://api.coingecko.com/api/v3/simple/price?ids=razor-network%2Cethereum&vs_currencies=usd
Razor-go should cache it for short-term use (4 mins, e.g.) the results instead of querying it again and again.
The text was updated successfully, but these errors were encountered: