---
title: "List supported chains"
method: GET
path: "/v1/chains"
tags: ["V1"]
---

# List supported chains

`GET /v1/chains`

Returns the chains supported by Delora. Use the optional chainTypes query parameter to filter by EVM or SVM networks.

## Query parameters

- `chainTypes` string

## Headers

- `x-api-key` string

## Response `200`

Supported chains response.

- ChainsResponseDto
  - `chains` ChainInfoDto[], required
    - `key` string, required
    - `name` string, required
    - `chainType` 'EVM' | 'SVM', required
    - `id` number, required
    - `idHex` string, required
    - `mainnet` boolean, required
    - `logoURI` string, required
    - `tokenlistUrl` string
    - `multicallAddress` string
    - `rpcUrls` string[], required
    - `blockExplorerUrls` string, required
    - `nativeToken` NativeTokenDto, required
      - `address` string, required
      - `decimals` number, required
      - `symbol` string, required
      - `chainId` number, required
      - `coinKey` string, required
      - `name` string, required
      - `logoURI` string, required
    - `DeloraDiamond` string

## Other responses

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

---

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