Skip to main content

Parameters

config
object
Configuration object containing:
commitment
string
Commitment level (processed, confirmed, finalized)

Response

result
number
Minimum stake delegation amount in lamports

Code Examples

Basic Request

Using web3.js

Notes

  1. Returns the minimum stake delegation amount in lamports
  2. The minimum delegation amount is set by the network
  3. The response is immediate as it reads from the current state
  4. The minimum delegation amount can change with network upgrades
  5. This value is important for determining valid stake amounts

Best Practices

  1. Use appropriate commitment level based on your needs
  2. Cache results when appropriate to reduce RPC load
  3. Monitor for changes in the minimum delegation amount
  4. Consider using websocket subscription for real-time updates
  5. Handle network errors and retry when appropriate

Common Errors

Use Cases

  1. Stake Delegation Analysis
  2. Stake Delegation Monitoring
  3. Stake Delegation Planning