0.01 credits per call
getStakeActivation on Solana: Returns epoch activation information for a stake account (deprecated).
Endpoint
Authorization: Bearer <GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | string | yes | Base-58 encoded stake account address. | "CYRJWqiSjLitBAcRxPvWpgX3s5TvmN2SuRY3eEYypFvT" |
config | object | no | {commitment?, epoch?, minContextSlot?}. | {"commitment":"finalized"} |
Returns
object: {state, active, inactive}.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.