Link Wallet

GET /api/user/link_wallet

Headers

NameTypeDescription

authorization*

String

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

Request Body

NameTypeDescription

signature*

String

signed_message*

String

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

wallet_address*

String

{
  success: "Your wallet were successfully connected."
}

Last updated