---
title: "List authenticated account addresses"
method: GET
path: "/api/v1/eoa-accounts"
tags: ["Account Management"]
---

# List authenticated account addresses

`GET /api/v1/eoa-accounts`

Returns a list of addresses associated with the authenticated user.

## Response `200`

A list of addresses for the authenticated user.

- object
  - `data` object
    - `eoaAccounts` EOAAccount[]
      - `id` string
      - `address` string
      - `userId` string
      - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized, missing or invalid token.
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/revisions/e0a09962c187/schema)
