Skip to main content

platform.getMinStake RPC Method

Get the minimum amount of Flare required to validate the Primary Network and the minimum amount of Flare that can be delegated.

Updated on
Dec 4, 2024

platform.getMinStake RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
The result containing stake requirements.
minValidatorStake
string
The minimum stake required to become a validator.
minDelegatorStake
string
The minimum stake required to become a delegator.
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.getMinStake",
7
"params": {}
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free