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

# BatchGetAddressBookEntries

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

Retrieve multiple address book entries by resource name.

## Path parameters

- `vault_id` string, required

## Query parameters

- `names` string[], required

## Response `200`

A successful response.

- V2BatchGetAddressBookEntriesResponse
  - `addressBookEntries` V2AddressBookEntry[] — The requested 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.

---

[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)
