---
title: "Retrieve all generated addresses"
method: GET
path: "/v1/domains/{domainId}/accounts/{accountId}/addresses"
tags: ["Accounts"]
---

# Retrieve all generated addresses

`GET /v1/domains/{domainId}/accounts/{accountId}/addresses`

## Path parameters

- `domainId` string, uuid, required
- `accountId` string, uuid, required

## Query parameters

- `limit` integer
- `startingAfter` string, uuid
- `sortBy` 'id' | 'ledgerId' | 'address' | 'createdAt' | 'scope'
- `sortOrder` 'ASC' | 'DESC'
- `ledgerId` string[]
- `lastOnly` boolean
- `scope` CoreAccountAddressScope[]

## Response `200`

- CoreAddressesCollection
  - `items` CoreAccountAddress[], required
    - `data` CoreAccountAddressData, required
      - `id` string, uuid, required
      - `ledgerId` string, required
      - `domainId` string, uuid
      - `accountId` string, uuid
      - `address` string, required
      - `keyPath` string
      - `createdAt` string, date-time, required
      - `scope` 'Internal' | 'External', required
    - `id` string, uuid, required — Deletion target: Dec. 1st 2024
    - `ledgerId` string, required — Deletion target: Dec. 1st 2024
    - `address` string, required — Deletion target: Dec. 1st 2024
    - `keyPath` string — Deletion target: Dec. 1st 2024
    - `signature` string, base64
    - `signingKey` string, base64
    - `createdAt` string, date-time, required — Deletion target: Dec. 1st 2024
    - `scope` 'Internal' | 'External', required — Deletion target: Dec. 1st 2024
  - `count` integer, required
  - `currentStartingAfter` string
  - `nextStartingAfter` string

## Other responses

- `400` — One of: Domain locked (DomainLockedError); Requester locked (RequesterLockedError)
- `401` — One of: Invalid JWT (InvalidJwtError); User not authorized (PermissionDeniedError)
- `404` — Entity or Domain not found (EntityNotFoundError)
- `409` — One of: Account not processed (AccountNotProcessed); Account not ready yet (AccountNotReady)

---

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