---
title: "List tokens for a toolbox Admin yield source"
method: GET
path: "/v3/toolbox/admin/config/yield-sources/{source}/tokens"
tags: ["Auth"]
---

# List tokens for a toolbox Admin yield source

`GET /v3/toolbox/admin/config/yield-sources/{source}/tokens`

Lists effective yield source token mappings merged from the YAML baseline and toolbox-managed database overrides.

## Path parameters

- `source` string, required

## Response `200`

Effective yield source token mappings.

- object
  - `data` YieldSourceTokenResponse[], required
    - `entryKey` string, required
    - `source` string, required
    - `chainId` integer, required
    - `address` string, required
    - `symbol` string
    - `apyMapping` string
    - `metadata` object
    - `enabled` boolean, required
    - `origin` 'yaml' | 'toolbox', required
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `createdBy` string, nullable
    - `updatedBy` string, nullable
    - `validationError` string — Validation failure that caused a persisted override to be disabled.
  - `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

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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