---
title: "Create a new external address"
method: POST
path: "/accounts/{account_id}/addresses/external"
tags: ["Addresses"]
---

# Create a new external address

`POST /accounts/{account_id}/addresses/external`

Creates a non-custodial address (EOA) for the specified account.

## Path parameters

- `account_id` string, ksuid, required

## Headers

- `Idempotency-Key` string, required

## Request body

- union
  - object
    - `name` string, nullable, required
    - `address` string, required
    - `transfer_types` string[], required
  - object — Address fields are conditional. `bank_address` and `beneficiary_address` are required when `transfer_types` includes `wire`. They are optional for `ach_credit`, `same_day_ach_credit`, and `rtp_credit`. For ACH/RTP-only addresses, do not provide placeholder or generic bank addresses—omit these fields unless you have accurate values.
    - `owner` string, required
    - `name` string
    - `account_number` string, required
    - `routing_number` string, required
    - `account_type` 'checking' | 'savings', required
    - `bank_address` USStreetAddress
      - `street_line_1` string, required
      - `street_line_2` string
      - `city` string, required
      - `state` string, required
      - `zip` string, required
    - `beneficiary_address` USStreetAddress
      - `street_line_1` string, required
      - `street_line_2` string
      - `city` string, required
      - `state` string, required
      - `zip` string, required
    - `transfer_types` string[], required — Rails to enable for this bank endpoint. If this array includes `wire`, the request must include `bank_address` and `beneficiary_address`. For ACH/RTP-only addresses, those address fields are optional.

## Response `201`

External address successfully created

---

[API](https://skmtc.net/brale/apis/brale-issuance-and-orchestration-api.md) · [All operations](https://skmtc.net/brale/apis/brale-issuance-and-orchestration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-issuance-and-orchestration-api/revisions/5fa781db09de/schema)
