cURL
curl --request POST \ --url https://api.breeze.baby/withdraw/tx \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "params": { "all": true, "amount": 1, "base_asset": "<string>", "fund_id": "<string>", "payer_key": "<string>", "strategy_id": "<string>", "user_key": "<string>", "user_token_account": "<string>" } } '
{ "encoded_transaction": "<string>" }
Generates a complete, versioned, serialized unsigned Solana transaction for withdrawing funds from a strategy. The returned base64-encoded transaction can be deserialized, signed by the user’s wallet, and submitted to the Solana network.
Show child attributes
Withdraw transaction prepared successfully
Base64 encoded Solana transaction
Was this page helpful?