---
title: "Generate new account external address"
method: POST
path: "/v1/domains/{domainId}/accounts/{accountId}/addresses"
tags: ["Accounts"]
deprecated: true
---

# Generate new account external address

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

> **Deprecated.**

## Path parameters

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

## Query parameters

- `ledgerId` string

## Response `200`

- CoreAccountAddress
  - `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

## 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 new addresses exhausted (AccountAddressesExhausted); 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/0b55c0ddf07a/schema)
