curl --request PATCH \
--url https://api.caminotreasury.com/v1/wallets/{address} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"label": "<string>",
"teamId": "<string>"
}
'{
"id": 123,
"address": "<string>",
"label": "<string>",
"type": "internal",
"owner": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"privyWalletId": "<string>"
}Updates a wallet’s label and/or team assignment.
curl --request PATCH \
--url https://api.caminotreasury.com/v1/wallets/{address} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"label": "<string>",
"teamId": "<string>"
}
'{
"id": 123,
"address": "<string>",
"label": "<string>",
"type": "internal",
"owner": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"privyWalletId": "<string>"
}API key for authentication. Pass your key in the x-api-key header.
Ethereum wallet address
^0x[a-fA-F0-9]{40}$Updated wallet