Skip to main content
POST
/
withdraw
/
ix
cURL
curl --request POST \
  --url https://api.breeze.com/withdraw/ix \
  --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>"
  }
}
'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
params
object
required

Response

Withdraw instruction prepared successfully