Update wallet
PUT
/wallets/{id}
wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://transactions.srblabs.io/api/v1/wallets/' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"status": "active"
}'
Response Response Example
200 - Example 1
{
"address": "string",
"blockchain": "string",
"created_at": "string",
"id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"organization_id": "string",
"status": "active",
"updated_at": "string",
"user_id": "string"
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-04-30 01:06:49