Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

RPC: add getCirculatingSupply API #9433

Closed
mvines opened this issue Apr 10, 2020 · 2 comments · Fixed by #9953
Closed

RPC: add getCirculatingSupply API #9433

mvines opened this issue Apr 10, 2020 · 2 comments · Fixed by #9953
Assignees
Milestone

Comments

@mvines
Copy link
Contributor

mvines commented Apr 10, 2020

Like https://docs.solana.com/apps/jsonrpc-api#gettotalsupply but the sum of all accounts that aren’t the community/foundation/grant wallets and aren’t stake accounts with lockups.

This value could be computed the first time getCirculatingSupply is called, and then cached for an epoch. It doesn't need to be 100% realtime.

The output, as of today, should be ◎ 8258353.636363637

@mvines
Copy link
Contributor Author

mvines commented Apr 29, 2020

Re-opening as I think we are going to need this in some form

@mvines mvines reopened this Apr 29, 2020
@mvines mvines added the blocked Unable to proceed label Apr 29, 2020
@mvines
Copy link
Contributor Author

mvines commented Apr 29, 2020

Next steps: figure out exact requirements

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.