Returns the cluster's current minimum stake delegation, in lamports.
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getStakeMinimumDelegation",> "params": [> {> "commitment": "finalized"> }> ]> }> '
params
objectoptional
Configuration object containing the following fields:
result
Response
{"jsonrpc": "2.0","result": {"context": { "apiVersion": "3.1.8", "slot": 501 },"value": 1000000000},"id": 1}
object
RpcResponse object containing:
Is this page helpful?