Get Auto-Withdrawal Settings
Retrieve the list of auto-withdrawal settings for crypto assets.
GET
/api/company/auto-withdrawalsAuth: RequiredResponse Structure
The response includes an autoWithdrawals array with the following fields for each asset:
assetIdstringName of the asset to be withdrawn.
amountnumberThe auto-withdrawal threshold.
isEnabledbooleantrue — enabled, false — disabled.
withdrawalTagstring | nullTag for the receiving address. Required for tag-consistent assets (e.g., TON). null for non-required.
withdrawalAddressstringAddress for auto-withdrawal to be received.