Platform
platform.getCurrentSupply
Returns an upper bound on amount of tokens that exist that can stake the requested Subnet. This is an upper bound because it does not account for burnt tokens, including transaction fees.
POST
Parameters
string
default:"43114"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"platform.getCurrentSupply"
required
JSON-RPC method name.
object
Parameters for
platform.getCurrentSupply:params.subnetID: Optional ID of the subnet. If omitted, returns total AVAX supply.
Returns
object
The JSON-RPC result.