---
title: "Get supported tokens between a deposit chain and a destination chain"
method: GET
path: "/deposit-addresses/{depositChain}/{destinationChain}/supported-tokens"
tags: ["depositAddresses"]
---

# Get supported tokens between a deposit chain and a destination chain

`GET /deposit-addresses/{depositChain}/{destinationChain}/supported-tokens`

Returns the supported tokens between a deposit chain and a destination chain

## Path parameters

- `depositChain` string, required — The blockchain network identifier where the deposit address is located.
- `destinationChain` string, required — The blockchain network identifier where bridged tokens will be sent.

## Query parameters

- `tokenOut` string — Optional token to receive after bridging (for token swaps).

## Response `200`

SupportedTokensResponse

- SupportedTokensResponse
  - `supportedTokens` object[], required — List of tokens that can be deposited to this address.
    - `symbol` string, required — Token symbol (e.g., "ETH", "USDC").
    - `address` string, required — Token contract address on the deposit chain.
    - `maxDepositLimitUsd` number, required — Maximum deposit amount in USD for this token.
    - `minDepositLimitUsd` number, required — Minimum deposit amount in USD for this token.

## Other responses

- `400` — The request did not match the expected schema
- `422` — DepositAddressChainsNotSupported

---

[API](https://skmtc.net/rhino/apis/bridge-api.md) · [All operations](https://skmtc.net/rhino/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhino/bridge-api/revisions/fb4dd5f3c1b3/schema)
