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
Example request
{
"id": "25",
"narration": "Breet payout account",
"accountNumber": "802920XXXX",
"autoSettlement": true
}Response
Bank details updated successfully