# Retrieve all generated addresses

Retrieve all generated addresses

Endpoint: GET /v1/domains/{domainId}/external-accounts/{externalAccountId}/addresses
Security: httpAuth

## Path parameters:

  - `domainId` (string, required)

  - `externalAccountId` (string, required)

## Query parameters:

  - `startingAfter` (string)

  - `limit` (integer)

## Response 200 fields (application/json):

  - `items` (array, required)

  - `items.id` (string, required)

  - `items.address` (string, required)

  - `items.tag` (string,null)

  - `items.createdAt` (string, required)

  - `count` (integer, required)

  - `currentStartingAfter` (string,null)

  - `nextStartingAfter` (string,null)


