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 Feb 3, 2022. It is now read-only.
I'm looking for a data feed that can give me the total unlocked tokens at any given block. Essentially this would be the total issuance which can be queried from the chain state minus tokens locked for governance, tokens locked for vesting, tokens staked, and eventually tokens locked in parachain slots. The last four items would need to be queried on each account individually, which could be quite a long loading time. Does Polkascan track or expose any of this data?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm looking for a data feed that can give me the total unlocked tokens at any given block. Essentially this would be the total issuance which can be queried from the chain state minus tokens locked for governance, tokens locked for vesting, tokens staked, and eventually tokens locked in parachain slots. The last four items would need to be queried on each account individually, which could be quite a long loading time. Does Polkascan track or expose any of this data?
The text was updated successfully, but these errors were encountered: