{
"externalAccountId": "ex3108",
"walletType": "Self Hosted",
"walletProvider": "MetaMask",
"currency": "USDC",
"network": "BSC",
"address": "0x1234567890123456789012345678901234567890",
"clientName": "test client name",
"country": "US"
}curl --location --request POST '/v1/wallet/add-withdraw-whitelist' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalAccountId": "ex3108",
"walletType": "Self Hosted",
"walletProvider": "MetaMask",
"currency": "USDC",
"network": "BSC",
"address": "0x1234567890123456789012345678901234567890",
"clientName": "test client name",
"country": "US"
}'{
"status": 200,
"code": null,
"msg": "OK",
"data": {
"accountId": "49",
"externalAccountId": "ex3108",
"status": "PROCESSING",
"createTime": "2026-03-11T06:43:26.489+00:00"
},
"traceId": "Auto:28d24e2d779545c9bb754a5a0b0c304f",
"success": true
}