---
title: "ListAddressBookEntries"
method: GET
path: "/v2/vaults/{vault_id}/addressBookEntries"
tags: ["Address Book"]
---

# ListAddressBookEntries

`GET /v2/vaults/{vault_id}/addressBookEntries`

Retrieve a list of all address book entries in a vault.

## Path parameters

- `vault_id` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string
- `filter` string
- `orderBy` string

## Response `200`

A successful response.

- V2ListAddressBookEntriesResponse
  - `addressBookEntries` V2AddressBookEntry[] — The list of address book entries.
    - `name` string — The resource name of the address book entry. Format: `vaults/{vault_id}/addressBookEntries/{entry_id}`
    - `address` string, required — The blockchain address.
    - `displayName` string, required — A human-readable name for the address.
    - `network` string, required — The resource name of the network this address belongs to. Format: `networks/{network_id}`
    - `note` string — Optional note attached to the address.
    - `createTime` string, date-time — Output only. Creation time.
    - `tracked` boolean — If true, assets of this address should be tracked by Utila.
    - `associatedExternalWallet` string — The wallet that is associated with this address. Only set if `tracked` is true. Format: `vaults/{vault_id}/wallets/{wallet_id}`
    - `creator` string — Output only. The user who issued the address book entry creation. Format: `users/{user_id}`
    - `signed` boolean — Output only. Whether the address book entry is cryptographically signed after going through the quorum approval process.
  - `nextPageToken` string — A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  - `totalSize` integer — The total number of address book entries that match the request criteria.

---

[API](https://skmtc.dev/utila/apis/utila-api.md) · [All operations](https://skmtc.dev/utila/apis/utila-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/utila/utila-api/revisions/b4f35b3a1e96/schema)
