---
title: "Single Config (token/chain)"
method: GET
path: "/config/{chain}/{token}"
tags: ["configs"]
---

# Single Config (token/chain)

`GET /config/{chain}/{token}`

Fetch config for a token/chain

## Path parameters

- `chain` string, required — The blockchain chain identifier (e.g., "ETHEREUM", "ARBITRUM").
- `token` string, required — The token symbol or identifier (e.g., "USDT", "ETH").

## Response `200`

ExtendedTokenEntry

- ExtendedTokenEntry
  - `decimals` number, required
  - `coingeckoId` string, required
  - `maxDepositLimit` number — Maximum deposit limit for the token on this chain.
  - `maxWithdrawLimit` number — Maximum withdraw limit for the token on this chain.
  - `minAmountUsdInContract` number — Minimum USD amount required in the contract for this token on this chain.
  - `allowedRouteChains` string[] — Whitelist of chains this token may be sent to / received from on this chain. If absent, all chains are allowed.
  - `token` string, required — Token symbol or identifier (e.g., "USDT", "ETH").
  - `address` string, required — Contract address of the token on the specified chain.
  - `chain` string, required — Blockchain network identifier (e.g., "ETHEREUM", "BASE").

## Other responses

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

---

[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)
