Unstake SOL (one-shot)
unstakeDeactivate a Solana stake account in one call. Uses HTTPS for in-memory signing; secret key is never stored. After cooldown (~1 epoch), poll check_withdraw_ready to withdraw.
Instructions
Deactivate a stake account in a single call. Secret key sent over HTTPS for in-memory signing, never stored. Cooldown ~1 epoch. Use check_withdraw_ready to poll, then withdraw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Your Solana wallet address (stake authority) | |
| secretKey | Yes | Your base58-encoded secret key — sent to Blueprint server over HTTPS for in-memory signing, never stored or logged | |
| stakeAccountAddress | Yes | Stake account address to deactivate |