Post Withdrawal IntentAsk AIpost https://example.com/v2/solana/{network}/withdrawal-intentReturns an unsigned transaction to withdraw a specified amount of SOL from an deactivated stake accountPath ParamsnetworkstringrequiredThe target Solana network (allowed 'mainnet' or 'testnet').Body Paramsamountint64requiredThe amount of funds you want to withdraw (in Lamports).delegator_addressstringrequiredWallet that will pay the transaction fee.stake_account_pubkeystringrequiredThe address of the stake account.Responses 200OK 400Invalid request. 401Header 'X-API-Key' missing. 500Internal server error.Updated 4 days ago