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
Hi @chuacw, thanks for reporting this. Each user is currently restricted to the per IP address limit, I have this problem a lot in development when Subscan is enabled & things are constantly hot reloading.
This is an issue that is proving to be more problematic as we introduce more Subscan support. I have been debating in my mind whether to just launch an internal API service the dashboard can leverage with much higher rate limits. I initially thought this is a bit away from core value proposition, but recently I've been leaning towards actually doing this API service as a plugin to the dashboard.
Definitely an issue - we cannot introduce a Subscan API key as it'll be publicly accessible; dashboard is a static webpage & doesn't rely on a backend afterall. So this internal API service would probably only support the production staking.polkadot.cloud domain. We'd have a private endpoint for testing also.
The staking dashboard uses polkadot.api.subscan.io and when it uses the following:
"API rate limit exceeded" is returned.
The text was updated successfully, but these errors were encountered: