Unlink Wallet

You need to enable unlink_wallet option from settings

GET /api/user/unlink_wallet

Headers

Name
Type
Description

authorization*

String

For the profile to be updated, you need to attach the JWT token.

Request Body

Name
Type
Description

signature*

String

signed_message*

String

Make sure the string Address: appears in the signed message.

wallet_address*

String

{
   success: "You have removed the wallet from your account."
}

Last updated