---
title: "Get an entry from the address book"
method: GET
path: "/v1/api/address_book/{chain}/{owner}/{address}"
tags: ["address_book"]
---

# Get an entry from the address book

`GET /v1/api/address_book/{chain}/{owner}/{address}`

## Response `200`

OK

- AddressBook
  - `owner` string
  - `name` string
  - `address` string
  - `email` string
  - `label` string

## Other responses

- `403` — Forbidden
- `default` — Default error response

---

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