---
title: "List all addresses for an asset"
method: GET
path: "/vaults/{vaultId}/addresses"
tags: ["Addresses"]
---

# List all addresses for an asset

`GET /vaults/{vaultId}/addresses`

Permissions required: **Read vault activity** or **Create address**



Get all addresses for the asset type within the specified `vaultId`.

## Path parameters

- `vaultId` string, required

## Query parameters

- `assetType` string, required
- `afterId` string
- `limit` integer

## Response `200`

List of signed addresses for this asset

- VaultsAddressesResponse
  - `data` SignedAddress[], required
    - `address` string, required — A crypto address for the intended asset
    - `addressId` string, required — An id uniquely identifying an Anchorage Digital address.
    - `addressSignaturePayload` string, required — The hex-encoding of the bytes that were signed.
    - `certChain` string — An x509 certificate chain in PEM format. When present, indicates that this address uses a V2 signature scheme where the signature is verified against the public key in the leaf certificate, and the certificate chain must verify up to a trusted Anchorage Digital Root CA. The Root CA is provided out-of-band. When absent, the signature is verified against the Organization Public Key (V1 signature scheme).
    - `signature` string, required — A hex-encoded signature of the addressSignaturePayload
    - `signatureVersion` 'V1' | 'V2' — The address signature scheme used for this address
    - `walletId` string — An ID uniquely identifying an Anchorage Digital wallet
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
