Skip to main content

Get Auto-Withdrawal Settings

Retrieve the list of auto-withdrawal settings for crypto assets.

GET/api/company/auto-withdrawalsAuth: Required

Response Structure

The response includes an autoWithdrawals array with the following fields for each asset:

assetIdstring

Name of the asset to be withdrawn.

amountnumber

The auto-withdrawal threshold.

isEnabledboolean

true — enabled, false — disabled.

withdrawalTagstring | null

Tag for the receiving address. Required for tag-consistent assets (e.g., TON). null for non-required.

withdrawalAddressstring

Address for auto-withdrawal to be received.