Parameters
string
required
Public key of the stake account (base-58 encoded)
object
Response
object
Code Examples
Basic Request
Using web3.js
Notes
- Returns the stake activation information for a given stake account
- The activation state indicates whether the stake is active, inactive, activating, or deactivating
- The response is immediate as it reads from the current state
- The stake activation can change based on the epoch and commitment level
- The stake account must be a valid stake account
Best Practices
- Use appropriate commitment level based on your needs
- Cache results when appropriate to reduce RPC load
- Monitor for changes in stake activation
- Consider using websocket subscription for real-time updates
- Handle network errors and retry when appropriate
Common Errors
Use Cases
-
Stake Activation Analysis
-
Stake Activation Monitoring
-
Stake Activation Planning