---
title: "List entity governance addresses"
method: GET
path: "/v3/entities/{id}/addresses"
tags: ["Entities"]
---

# List entity governance addresses

`GET /v3/entities/{id}/addresses`

Publicly lists chain-scoped governance addresses for a KYBed entity.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `chainId` integer

## Response `200`

Entity governance address page.

- object
  - `data` EntityAddress[], required
    - `entityId` string, required
    - `chainId` integer, required
    - `address` string, required — EIP-55 checksummed governance address in API responses.
    - `label` string, nullable, required — Optional human-readable governance address label.
  - `meta` PaginationMeta, required
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `401` — Missing, invalid, or expired authenticated session.
- `403` — Session is inactive, lacks same-entity admin access, or targets a different entity.
- `404` — Entity profile was not found or chain is unsupported.
- `422` — Invalid entity id or chain filter.

---

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