v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBSolana
Post Split Intent
Returns an unsigned transaction transaction that can be used to split to divide an existing stake account into two separate accounts, each holding a specified portion of the original stake’s SOL.
post/v2/solana/{network}/split-intent
Path parameters
networkstring required
Example:mainnet
The target Solana network (allowed 'mainnet' or 'testnet').
Request body
Example request
{
"amount": 1000,
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}Response
OK
Example response
{
"estimated_fee": 1000000000,
"instruction_count": 1,
"metadata": {
"minimum_rent_exemption": 500
},
"network": "mainnet",
"new_stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"stake_authority_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}