v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Crypto Wallet

Update Bank For Existing Wallet Address

Update the bank account linked to an existing wallet address. Optionally set autoSettlement so incoming crypto to this address is paid out to that bank.

put/trades/wallets/{id}/bank

Path parameters

idstring required

ID of the wallet to update.

Request body

idstring

Bank identifier from the GET /payments/banks endpoint.

narrationstring

A short note included with bank settlement payouts. Maximum 32 characters.

accountNumberstring

Bank account number for settlement payouts.

autoSettlementboolean

Optional. When true, incoming crypto to this address is auto-settled to the linked bank. Omit or use false to keep funds in the wallet.

Example request

{
  "id": "25",
  "narration": "Breet payout account",
  "accountNumber": "802920XXXX",
  "autoSettlement": true
}

Response

Bank details updated successfully