v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBSolana
Post Stake Intent
Returns a unsigned transaction to stake SOL to a newly created stake account
post/v2/solana/{network}/stake-intent
Path parameters
networkstring required
Example:mainnet
The target Solana network (allowed 'mainnet' or 'testnet').
Request body
Example request
{
"delegator_address": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"network": "mainnet",
"validator_vote_pubkey": "XrrvMBatuWaW55pmTJp4mTS2ZyURtXyUi6TpoMQ2kN5"
}Response
OK
Example response
{
"estimated_fee": 1000000000,
"instruction_count": 1,
"metadata": {
"minimum_rent_exemption": 500,
"total_cost": 1500
},
"network": "mainnet",
"stake_account_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"validator_vote_pubkey": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}