Get the minimum amount of tokens required to validate the requested Subnet and the minimum amount of tokens that can be delegated.
// Result
{
"jsonrpc": "2.0",
"result": {
"minValidatorStake": "2000000000000",
"minDelegatorStake": "25000000000"
},
"id": 1
}