---
title: "List addresses for profile"
method: GET
path: "/api/v1/addresses/{reference}"
tags: ["addresses"]
---

# List addresses for profile

`GET /api/v1/addresses/{reference}`

List addresses for a profile by reference with pagination.

## Path parameters

- `reference` string, required

## Query parameters

- `skip` number
- `take` number

## Headers

- `x-sdk-version` string, required

## Response `200`

Addresses for profile (paginated)

- GetAddressListResponseBodyDTO
  - `data` AddressDataDTO[], required
    - `id` string, uuid, required
    - `address` string, required — On-chain address string
    - `reference` string, required — Profile reference that owns this address
    - `networkId` string, uuid — Network UUID
    - `date` string, date-time, required — Address creation timestamp
    - `label` string — Optional human-readable label
    - `sub` string, required — Organization subject identifier
    - `balance` string, required — Native balance as a decimal string (wei / satoshi)
    - `miniWalletId` string, uuid, required — Parent wallet UUID
  - `pagination` AddressListPaginationDto, required
    - `totalElements` number, required — Total number of items
    - `totalPages` number, required — Total number of pages
    - `skip` number, required
    - `take` number, required

## Other responses

- `400` — Bad request or validation failed. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-010 | The request could not be processed. | | ERR-022 | Invalid pagination parameters. |
- `401` — Unauthorized – invalid or missing token. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-008 | You need to sign in to continue. | | ERR-011 | Your session is invalid or expired. Please sign in again. |
- `403` — Forbidden – insufficient permissions. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-009 | You don't have permission to do that. | | ERR-410 | Error occurred |
- `404` — Resource not found. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-006 | The requested resource was not found. |
- `500` — Internal server error. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-019 | Something went wrong on our side. | | ERR-999 | An unexpected error occurred. Please try again. |

---

[API](https://skmtc.net/oumla/apis/oumla-core-server.md) · [All operations](https://skmtc.net/oumla/apis/oumla-core-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oumla/oumla-core-server/revisions/2154835230b5/schema)
