Skip to main content

platform.getMinStake RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getMinStake RPC Method

To use the platform.getMinStake method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

Parameters

This method does not accept any parameters

Returns

result
object
Loading...
minValidatorStake
string
Loading...
minDelegatorStake
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"minValidatorStake": "1000000000000000",
5
"minDelegatorStake": "50000000000000"
6
},
7
"id": 1
8
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"minValidatorStake": "1000000000000000",
5
"minDelegatorStake": "50000000000000"
6
},
7
"id": 1
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free