v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBSolana
Post Withdrawal Intent
Returns an unsigned transaction to withdraw a specified amount of SOL from an deactivated stake account
post/v2/solana/{network}/withdrawal-intent
Path parameters
networkstring required
Example:mainnet
The target Solana network (allowed 'mainnet' or 'testnet').
Request body
Example request
{
"amount": 621,
"delegator_address": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}Response
OK
Example response
{
"estimated_fee": 1000000000,
"instruction_count": 1,
"metadata": {
"available_withdraw_amount": 621,
"will_close_account": true
},
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"withdraw_authority_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}