Fetch information about the current supply of SOL.
HTTP transport instance
Commitment, supply filtering, and call options
Supply information wrapped in RPC context
const { value } = await getSupply(transport);console.log(value.total, value.circulating); Copy
const { value } = await getSupply(transport);console.log(value.total, value.circulating);
1.0.0
Fetch information about the current supply of SOL.