get
https://api.figment.io/solana/activities
Returns Solana staking activities for the authenticated organization.
Activity types
type | Description |
|---|---|
delegation | Stake account delegated to a validator |
undelegation | Stake account deactivated and removed from validator |
withdrawal | SOL withdrawn back to wallet after cooldown |
All Solana activities are on-chain. tx.status reflects the transaction status
(in_progress, confirmed, failed, expired).
Please note that the activities endpoint returns all activities for the organization associated with your API-Key, i.e. activities initiated via the Figment App and API.
Activities initiated directly via your custodian or wallet infrastructure are not returned by this endpoint.
Activity types
type | Description |
|---|---|
delegation | Stake account delegated to a validator |
undelegation | Stake account deactivated and removed from validator |
withdrawal | SOL withdrawn back to wallet after cooldown |
All Solana activities are on-chain. tx.status reflects the transaction status (in_progress, confirmed, failed, expired).
