POST /v1/wallet/withdraw. Destination must be whitelisted. requestId required. Webhook: WALLET_WITHDRAW_UPDATED.status 500 and an 8-digit code (WalletErrorCode).code | Meaning |
|---|---|
10000046 | A required field is missing or its value is not accepted. Validated fields: requestId, walletId, currency, amount, toAccountId |
10000065 | Duplicate requestId — this withdrawal was already accepted |
10000002 | No wallet matches walletId for this account |
10000003 | toAccountId does not resolve to a whitelisted destination address for this account |
10000001 | Available balance is lower than amount |