Post Stake IntentAsk AIpost https://example.com/v2/solana/{network}/stake-intentReturns a unsigned transaction to stake SOL to a newly created stake accountPath ParamsnetworkstringrequiredThe target Solana network (allowed 'mainnet' or 'testnet').Body Paramsamountint64requiredThe amount of funds you want to stake (in Lamports).delegator_addressstringrequiredThe address of the account that will pay the transaction fee.validator_vote_pubkeystringrequiredThe public address of the validator node that you intend to delegate your tokens to.Responses 200OK 400Invalid request. 401Header 'X-API-Key' missing. 500Internal server error.Updated 5 days ago