Update a wallet

PUT {{baseUrl}}/wallets/:id

Updates info for a single user-controlled wallet using it's unique identifier.

https://developers.circle.com/w3s/reference/updatewallet

Request Body

{"name"=>"1658", "refId"=>"1658"}

HEADERS

KeyDatatypeRequiredDescription
X-User-Tokenstring

RESPONSES

status: OK

{"data":{"wallet":{"id":"ed684272-5520-518b-b079-7fbc6fa4b412","state":"LIVE","walletSetId":"018d46bf-9a2e-727d-812a-f595e114757f","custodyType":"ENDUSER","userId":"d8b284ee-c48d-49a1-bbe6-0bb4f07fa8ed","refId":"Updated Ref","name":"Updated Name","address":"0x89f8049cd1c241de89ee49d1762a4699bf1d219a","blockchain":"ETH-GOERLI","accountType":"EOA","updateDate":"2024-01-26T18:01:41Z","createDate":"2024-01-26T17:10:09Z"}}}