cURL
curl --request POST \ --url https://api.breeze.baby/withdraw/ix \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "params": { "all": true, "fund_id": "<string>", "payer_key": "<string>", "amount": 1, "user_key": "<string>" } }'
{ "lut_address": "7Xpgp15kooeJmJoy6NP8YXJuXFEqs6aZiy6bwt4KdaxX", "withdraw_instruction": {} }
Retrieves single withdraw instruction
Withdraw instruction prepared successfully
The response is of type object.
object
Was this page helpful?