Withdraws funds from a Robo Advisor or Chest portfolio to the checking (DEFAULT) account or the investment (INVESTMENT) account. Only one pending withdrawal per user is allowed at a time. If the available cash is sufficient, the withdrawal is processed immediately; otherwise, a cash release (selling positions) is started which may take more time. The minimum withdrawal amount is 1 USD.
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
ID of the source Robo Advisor or Chest portfolio. Obtained from the GET /roboadvisor/balance endpoint
1
Amount to withdraw in USD (minimum: 1). Cannot exceed the portfolio's available equity.
x >= 1200
Destination account. DEFAULT = checking account, INVESTMENT = investment account
DEFAULT, INVESTMENT "DEFAULT"
Withdrawal initiated successfully