---
title: "List addresses for account"
method: GET
path: "/accounts/{account_id}/addresses"
tags: ["Addresses"]
---

# List addresses for account

`GET /accounts/{account_id}/addresses`

Returns wallet addresses associated with your account, including custodial wallets and EOAs. Archived custodial (internal) addresses are omitted.

## Path parameters

- `account_id` string, required — ID of the resource

## Query parameters

- `address` string
- `type` 'internal' | 'external'
- `transfer_type` string
- `page` PagingParameters — Paging query parameters
  - `after` string
  - `before` string
  - `size` integer

## Response `200`

OK

- AddressListV2
  - `addresses` AddressV2[], required
    - union
      - object
        - `address` string, nullable — On-chain address value. Null for pending addresses awaiting API-gateway provisioning.
        - `created` string, date-time — ISO-8601 timestamp that includes date and time
        - `id` string, required — ID of the resource
        - `is_primary` boolean, nullable — Whether this is the primary custodial address for the environment
        - `name` string, nullable, required
        - `ownership` 'self-owned' | 'customer-owned'
        - `status` 'active' | 'archived' | 'pending', required
        - `transfer_types` string[], required
        - `type` 'internal' | 'external'
      - object
        - `account_number` string, nullable — Masked account number showing only last 4 digits for security (format: ****1234). Full number never returned.
        - `account_type` 'checking' | 'savings', nullable
        - `bank_address` USStreetAddress
          - `city` string, required
          - `country` string
          - `state` 'AL' | 'AK' | 'AS' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'MP' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'VI' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY', required
          - `street_line_1` string, required
          - `street_line_2` string
          - `zip` string, required
        - `beneficiary_address` USStreetAddress
          - `city` string, required
          - `country` string
          - `state` 'AL' | 'AK' | 'AS' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'MP' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'VI' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY', required
          - `street_line_1` string, required
          - `street_line_2` string
          - `zip` string, required
        - `created` string, date-time, required — ISO-8601 timestamp that includes date and time
        - `id` string, required — ID of the resource
        - `last_updated` string, date_time — Last update timestamp
        - `name` string, nullable, required
        - `needs_update` boolean — Whether this FI needs Plaid reauthorization
        - `owner` string, nullable — Beneficiary name for wire transfers (maps from POST request owner field)
        - `ownership` 'self-owned' | 'customer-owned' — Ownership type of the financial institution
        - `routingNumber` string, required
        - `status` 'active' | 'archived', required
        - `transfer_types` string[], nullable
  - `pagination` Pagination — Pagination information for list endpoints
    - `next` string, nullable — Cursor for the next page of results
    - `page_size` integer — Number of items per page
    - `prev` string, nullable — Cursor for the previous page of results

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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