Get wallet by id

GET {{baseUrl}}/wallets/:id

Retrieves info for a single developer-controlled wallet using it's unique identifier.

https://developers.circle.com/w3s/reference/getwallet-1

RESPONSES

status: OK

{"data":{"wallet":{"id":"f3b3cd4c-0bf0-56a0-8624-de1e92bfe49b","state":"LIVE","walletSetId":"018d42a6-a2ca-7d83-821a-f5230953b6f2","custodyType":"DEVELOPER","refId":"abc123","name":"sample name","address":"0xb4adc5f0b7f542329b9a3afdb06bfc1655acbdb7","blockchain":"ETH-GOERLI","accountType":"EOA","updateDate":"2024-01-25T22:05:27Z","createDate":"2024-01-25T22:05:27Z"}}}