List wallets

GET {{baseUrl}}/wallets

Retrieves a list of all user-controlled wallets that fit the specified parameters.

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

HEADERS

KeyDatatypeRequiredDescription
X-User-Tokenstring

RESPONSES

status: OK

{"data":{"wallets":[{"id":"03491f28-e3d8-5926-8565-079b7828a76c","state":"LIVE","walletSetId":"018d469e-1e3a-7347-ba01-b4956f4f78a8","custodyType":"ENDUSER","userId":"f3129207-f86a-47d1-9515-c5934632930a","refId":"wallet123","name":"My walletResponse","address":"0xee85d45273de192f1635b0b07b72ba703f48a7f2","blockchain":"ETH-GOERLI","accountType":"EOA","updateDate":"2024-01-26T16:38:45Z","createDate":"2024-01-26T16:38:45Z"},{"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"}]}}