Skip to main content

getStakeMinimumDelegation RPC Method

Returns the stake minimum delegation, in lamports.

Parameters

object optional
Configuration object containing the following fields:
commitment string optional
The level of commitment desired when querying state

Code Sample

Response

Result Details

The result is an RpcResponse JSON object with:
  • value: <u64>
    • The stake minimum delegation amount
    • Represented in lamports
    • Defines the minimum amount of stake that can be delegated to a validator