GET
/
users
/
{userId}
/
wallets
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/users/{userId}/wallets \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "wallets": [
    {
      "id": "95b11417-f18f-457f-8804-68e361f9164f",
      "name": "An example name",
      "chain": "ETH",
      "publicKey": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
      "provider": "browserExtension",
      "properties": {
        "turnkeySubOrganizationId": "95b11417-f18f-457f-8804-68e361f9164f",
        "turnkeyPrivateKeyId": "95b11417-f18f-457f-8804-68e361f9164f",
        "isAuthenticatorAttached": true
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

UUID of the user

Required string length: 36

Response

200
application/json
Successful response with list of wallets
count
integer
required
wallets
object[]
required