Skip to main content

platform.getCurrentSupply RPC Method

Returns an upper bound on the number of AVAX that exist. This is an upper bound because it does not account for burnt tokens, including transaction fees.

Updated on
Dec 4, 2024

platform.getCurrentSupply RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
The result object which contains the following field:
supply
string
The upper bound on the number of Flare that exist
Request
1
curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc":"2.0",
5
"id" :1,
6
"method" :"platform.getCurrentSupply",
7
"params": {}
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free