Get a wallet
GET {{baseUrl}}/wallets/:id
Retrieves info for a single user-controlled wallet using it's unique identifier.
https://developers.circle.com/w3s/reference/getwallet
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string |
RESPONSES
status: OK
{"data":{"wallet":{"id":"ccebd7da-8ca2-5c72-8860-552b495e6ac0","state":"LIVE","walletSetId":"018d469e-1e3a-7347-ba01-b4956f4f78a8","custodyType":"ENDUSER","userId":"f3129207-f86a-47d1-9515-c5934632930a","address":"0xf91ed9ee0e8700e4a1bef93ebf309adcbd7a8fcd","blockchain":"ETH-GOERLI","accountType":"EOA","updateDate":"2024-01-26T16:33:04Z","createDate":"2024-01-26T16:33:04Z"}}}