---
title: "Token list"
method: GET
path: "/v3/tokens"
tags: ["Tokens"]
---

# Token list

`GET /v3/tokens`

## Query parameters

- `chainId` string
- `address` string
- `addresses` string
- `fields` string
- `offset` integer
- `limit` integer
- `search` string
- `type` string

## Response `200`

Tokens

- object
  - `data` Token[]
    - `chainId` integer
    - `address` string
    - `name` string
    - `symbol` string
    - `decimals` integer
    - `logoURI` string — Preferred token image URI. Served from the Euler token image CDN with an hourly cache-busting query param.
    - `priceUsd` number — Market USD price number when token list responses include a price.
    - `metadata` TokenMetadata — Protocol integration metadata for a token.
      - `isPendlePT` boolean
      - `isPendleLP` boolean
      - `pendleMarket` string, nullable
    - `groups` string[] — Asset group associations (e.g., pendle-pt, pendle-lp).
    - `tags` string[] — Category and symbol-derived correlation tags used by clients for asset-specific processing.
  - `meta` PaginationMeta
    - `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.

---

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