- Docs
- Api%2Freference%2Fwallets%2FUpdateWallet
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.
AuthorizationBearer <token>
In: header
Request Body
application/json
Update payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://api-testnet.dual.network/wallets/me" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}