---
title: "List Supported Chains"
method: GET
path: "/v1/supported-chains"
tags: ["public.supported-chains"]
---

# List Supported Chains

`GET /v1/supported-chains`

Returns supported settlement chains with deposit and withdrawal token support. This endpoint is public and does not require authentication.

## Response `200`

OK

- ListSupportedChainsResponse
  - `data` SupportedChainResponse[]
    - `chain` string
    - `chain_id` integer
    - `display_name` string
    - `icon` string
    - `tokens` SupportedChainTokenResponse[]
      - `contract_address` string
      - `decimals` integer
      - `deposit_enabled` boolean
      - `display_name` string
      - `icon` string
      - `symbol` string
      - `withdraw_enabled` boolean

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
