Skip to main content

platform.getTotalStake RPC Method

Get the total amount of token staked on the Primary Network.

Updated on
Dec 4, 2024

platform.getTotalStake RPC Method

Parameters

This method does not accept any parameters

Returns

stake
integer
The total amount staked in the Flare chain
weight
integer
The total weight of the stake in the Flare chain
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.getTotalStake",
7
"params": {}
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free