---
title: "List supported tokens grouped by chain ID"
method: GET
path: "/v1/tokens"
tags: ["V1"]
---

# List supported tokens grouped by chain ID

`GET /v1/tokens`

Returns supported tokens grouped by chain ID. Use chains to limit the response to specific chain IDs and chainTypes to filter by EVM or SVM networks.

## Query parameters

- `chains` string
- `chainTypes` string

## Headers

- `x-api-key` string

## Response `200`

Tokens grouped by chain ID.

- object

## Other responses

- `400` — Invalid request parameters.
- `429` — Rate limit exceeded.

## Changes

- **2026-07-26** `fa9617c7c0a9` — 4 warning
  - added the new `AMOUNT_TOO_LOW` enum value to the `code` response property for the response status `400`
  - added the new `AMOUNT_TOO_LOW` enum value to the `code` response property for the response status `429`
  - added the new `SLIPPAGE_EXCEEDED` enum value to the `code` response property for the response status `400`
  - added the new `SLIPPAGE_EXCEEDED` enum value to the `code` response property for the response status `429`
- **2026-06-22** `85b3d9b4fd84` — 4 info
  - added the optional property `additionalProperties/items/priceSource` to the response with the `200` status
  - added the optional property `additionalProperties/items/priceStale` to the response with the `200` status
  - added the optional property `additionalProperties/items/priceTier` to the response with the `200` status
  - added the optional property `additionalProperties/items/priceUpdatedAt` to the response with the `200` status

[Change history](https://skmtc.dev/deloraprotocol/apis/delora-api/changes/v1/tokens/get.md)

---

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