Update wallet

Update the current authenticated user's wallet information. This endpoint allows users to modify their profile details, contact information, and account preferences. Only the authenticated user can update their own wallet data.

PATCH

Parameters

Body

application/json
Nickname
User's preferred display name or alias
Email
User's email address for authentication and communications
Phone_number
User's phone number in E.164 international format for verification or notifications
Language
User's preferred language setting for the interface and communications
Password
User's account password (stored securely and never returned in responses)
Avatar
Represents a file or media asset stored in the platform
Onboarding
Indicates whether the user is in the onboarding process
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X PATCH \
"https://blockv-labs.io/wallet" \
-H 'Accept: application/json'
json
{
"type": "object"
}