getSupply
Solana node API
getSupply | Solana
The Solana getSupply method returns information about the current supply of lamports in the network. Use it on Solana via Chainstack.
POST
getSupply
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Not available on the Developer planThe method is available only on the paid plans. Per-method rate limit: 2 RPS across all regions. See Solana method limits.
getSupply method returns information about the current supply of lamports in the network.
This method provides detailed information about the current supply, including the total supply, the circulating supply, and the non-circulating supply. It is useful for understanding the current state of the network’s economy.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
commitment— (optional) the level of commitment desired:processed— the node has processed the block and the block may be on a fork.confirmed— the block is confirmed by the cluster as not being on a fork.finalized— the block is finalized by the cluster.
Response
value— the current supply information:total— the total supply of lamports.circulating— the circulating supply of lamports.nonCirculating— the non-circulating supply of lamports.nonCirculatingAccounts— the accounts that hold the non-circulating supply.
Use case
A practical use case forgetSupply is to understand the current state of the network’s economy. This can be useful for wallets or other applications that need to display or make use of this information.Last modified on May 18, 2026