> ## Documentation Index
> Fetch the complete documentation index at: https://docs.afkcrypto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallets

title: 'Список кошельков'
description: 'Список ваших кошельков по поддерживаемым сетям с указанием статуса по умолчанию и автоматизации.'
openapi: 'GET /wallets'
-----------------------

<Note>
  `isDefault` и `automationEnabled` наследуются из привязанных аккаунтов.
</Note>

<ResponseExample>
  ```json 200 theme={null}
  {
    "wallets": [
      {
        "address": "0xabc...",
        "chainType": "ethereum",
        "isDefault": true,
        "automationEnabled": true,
        "providerType": "embedded",
        "clientType": "privy"
      }
    ]
  }
  ```
</ResponseExample>
