---
title: "Get Supported Chains"
method: GET
path: "/withdraw/crypto-deposit-address"
tags: ["merchant"]
---

# Get Supported Chains

`GET /withdraw/crypto-deposit-address`

Get the list of supported chains and tokens for crypto deposit withdrawals.

## Headers

- `Authorization` string, required

## Response `200`

Ok

- GetSupportedChainsResponse
  - `chains` SupportedChain[], required
    - `name` string, required
    - `image` string, required
    - `tokens` SupportedChainToken[], required
      - `name` string, required
      - `symbol` string, required
      - `image` string, required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
