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

# List supported chains

`GET /chains`

Returns all chains supported by the Value Transfer API, including chain type and native currency information.

## Response `200`

Successfully retrieved chain list

- object
  - `chains` object[]
    - `name` string
    - `shortName` string
    - `chainKey` string
    - `chainType` string
    - `chainId` number
  - `pagination` object
    - `nextToken` string

---

[API](https://skmtc.dev/layerzero/apis/layerzero-oft-transfer-api.md) · [All operations](https://skmtc.dev/layerzero/apis/layerzero-oft-transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/layerzero/layerzero-oft-transfer-api/revisions/78f58a3bfce3/schema)
