v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

account/auto-balance-transfer/cancel

This endpoint allows you to cancel an auto balance transfer.

This option requires special permissions.

post/account/auto-balance-transfer/cancel

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Statusstring required

Contains the new status of the auto transfer balance

Example response

{
  "Success": true,
  "Status": "cancelled"
}