getStakeActivation

Returns epoch activation information for a stake account.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Stake account PubkeystringRequired
Pubkey of the stake account to query.
ConfigurationobjectOptional
Optional configuration object.

Response

Returns epoch activation information for the stake account.
stateenum or null
The stake account's activation state.
Allowed values:
activeinteger or null
Stake active during the epoch.
inactiveinteger or null
Stake inactive during the epoch.