create_stake_transaction
Build an unsigned transaction to stake SOL with a validator on Solana. The transaction is returned for client-side signing and submission, with the wallet maintaining full control as both stake and withdraw authority.
Instructions
Build an unsigned transaction to stake SOL with Blueprint validator. Returns base64 transaction — sign client-side with your wallet and submit via submit_transaction. Wallet is set as both stake and withdraw authority.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address that will fund and control the stake | |
| amountSol | Yes | Amount of SOL to stake |