---
title: "List config trust entries"
method: GET
path: "/v3/config-trust"
tags: ["Labeling Curation"]
---

# List config trust entries

`GET /v3/config-trust`

Lists platform-managed trust entries used by Layer 1 configuration policies (trusted hook targets, per-vault rule exemptions, and reviewed custom oracle adapters).

## Query parameters

- `chainId` integer
- `kind` 'hook-target' | 'rule-exemption' | 'custom-adapter'

## Response `200`

Trust entry list.

- object
  - `data` ConfigTrustEntry[], required
    - `id` string, uuid, required
    - `chainId` integer, required
    - `kind` 'hook-target' | 'rule-exemption' | 'custom-adapter', required
    - `address` string, required — Hook target address for hook-target entries; vault address for rule-exemption entries; oracle adapter address for custom-adapter entries.
    - `ruleKey` string, nullable, required — Exempted finding key (rule-exemption entries only), e.g. `collateral.0x....ltv`.
    - `label` string, nullable, required
    - `fingerprint` string, nullable, required — Metadata-stripped runtime bytecode SHA-256 (custom-adapter entries only).
    - `provider` string, nullable, required — Curated provider identity (custom-adapter entries only).
    - `createdAt` string, date-time, required

## Other responses

- `422` — Validation error

## Changes

- **2026-09-02** `9e69e7cdb054` — 1 warning, 3 info
  - added the new `custom-adapter` enum value to the `data/items/kind` response property for the response status `200`
  - added the new enum value `custom-adapter` to the `query` request parameter `kind`
  - added the required property `data/items/fingerprint` to the response with the `200` status
  - added the required property `data/items/provider` to the response with the `200` status

[Change history](https://skmtc.dev/euler/apis/euler-data-api-v3/changes/v3/config-trust/get.md)

---

[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/9e69e7cdb054/schema)
