---
title: "Get Addresses by Profile"
method: GET
path: "/api/v1/addresses/{reference}"
tags: ["Addresses"]
---

# Get Addresses by Profile

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

Get addresses for a specific profile

## Path parameters

- `reference` string, required

## Query parameters

- `skip` integer
- `take` integer

## Headers

- `x-sdk-version` string

## Response `200`

Addresses retrieved successfully

- AddressesResponse — Addresses response object
  - `data` AddressData[]
    - `address` string
    - `date` string, date-time
    - `label` string, nullable
    - `sub` string
    - `network` 'tBTC' | 'tETH' | 'AVAX' | 'FUJI' | 'SANDBOX'
    - `balance` string — Balance as decimal string
    - `reference` string
    - `path` string
    - `id` string
    - `miniWalletId` string
  - `pagination` Pagination — Pagination
    - `totalElements` integer, required — Total number of elements
    - `totalPages` integer, required — Total number of pages
    - `skip` integer, required — Number of records skipped
    - `take` integer, required — Number of records taken

## Other responses

- `400` — Invalid pagination parameters (Possible error codes: ERR_022)
- `401` — You need to sign in to continue (Possible error codes: ERR_008)
- `403` — You don't have permission to do that (Possible error codes: ERR_009)
- `404` — The requested resource was not found (Possible error codes: ERR_006, ERR_096)
- `500` — Internal Server Error

## Changes

- **2026-01-31** `13aade479509` — 1 breaking, 9 info
  - the response's body type changed from no type to `object` for status `200`
  - api operation id `getProfileAddresses` removed and replaced with `getAddressForProfile`
  - removed `#/components/schemas/SuccessResponse, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `400`
  - …6 more

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/addresses/:reference/get.md)

---

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