v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Crypto Wallet

Set Auto Settlement Status

Enable/Disable auto settlement for a wallet address

put/trades/wallets/{id}/auto-settlement

Path parameters

idstring required

ID of the wallet to configure.

Request body

autoSettlementboolean

Set to true to automatically settle incoming crypto to the linked bank account, or false to hold funds in the wallet.

Example request

{
  "autoSettlement": true
}

Response

Auto-settlement status updated successfully