WALLET: Whitelist External Wallet

This Endpoint is used to add an external wallet (to withdraw to) to the user's address book and whitelists it.

This makes withdrawals more secure and greatly reduces the risk of typos or sending funds to a wrong address.

WALLET: Whitelist a new External Wallet for Withdrawals

post

This Endpoint is used to add an external wallet (to withdraw to) to the user's address book and whitelists it.

This makes withdrawals more secure and greatly reduces the risk of typos or sending funds to a wrong address.

Note: Before withdrawals can be initiated, this endpoint must be used to create the bespoke address book entry. Without the withdrawal/destination address being whitelisted, a withdrawal cannot be made.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"address":"0xbee688807f288907bc34508ffbda9ab2b347bfa9","description":"Friend's USDT Wallet","currency":"USDT","chain":"ETH","2fa_code":"123123"}
Responses
200

OK

application/json
Responseobject
post
/wallet/addwallet

Last updated

Was this helpful?