v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBSolana
Post Deactivation Intent
Returns an unsigned transaction to deactivate SOL from an active stake account
post/v2/solana/{network}/deactivate-intent
Path parameters
networkstring required
Example:mainnet
The target Solana network (allowed 'mainnet' or 'testnet').
Request body
Example request
{
"delegator_address": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}Response
OK
Example response
{
"estimated_fee": 5000,
"instruction_count": 1,
"metadata": {
"current_epoch": 620,
"deactivation_epoch": 621,
"was_active": true
},
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"stake_authority_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}