---
title: "Get a chain"
method: GET
path: "/api/v1/chains/{id}"
tags: ["Chain"]
---

# Get a chain

`GET /api/v1/chains/{id}`

Returns a chain with assets

## Path parameters

- `id` number, required

## Response `200`

- ChainDto
  - `id` number, required — Chain id
  - `name` string, required — Chain name
  - `icon` string, required — Chain icon
  - `currency` 'usdc' | 'usdt' | 'pyusd' | 'eurc' | 'brett' | 'dai' | 'btc' | 'eth' | 'matic' | 'bnb' | 'sol' | 'busd' | 'trx' | 'food' | 'bonk' | 'wif' | 'goat' | 'spx' | 'truf' | 'pengu' | 'usd' | 'inr', required
  - `blockExplorerTransactionUrl` string, required — Chain block explorer transaction url
  - `blockExplorerName` string, required — Chain block explorer name
  - `type` 'evm' | 'solana' | 'tron' | 'stripe' | 'binance_pay', required
  - `isBeta` boolean, required — Is beta asset
  - `assets` AssetDto[], required — Chain assets
    - `id` string, required — Asset id
    - `name` string, required — Asset name
    - `chainId` number, required — Asset chain id
    - `address` string, required — Asset address on chain
    - `currency` 'usdc' | 'usdt' | 'pyusd' | 'eurc' | 'brett' | 'dai' | 'btc' | 'eth' | 'matic' | 'bnb' | 'sol' | 'busd' | 'trx' | 'food' | 'bonk' | 'wif' | 'goat' | 'spx' | 'truf' | 'pengu' | 'usd' | 'inr', required
    - `symbol` string, required — Asset symbol
    - `decimals` number, required — Asset decimals in which it is represented on chain
    - `coingeckoId` string — Asset coingecko id
    - `superToken` SuperTokenDto
      - `address` string, required — SuperToken's address
      - `decimals` number, required
      - `symbol` string, required — SuperToken's symbol
    - `isEIP5827Supported` boolean, required — Is EIP5827 supported
  - `isTestnet` boolean, required
  - `isEIP1559Supported` boolean, required
  - `hasMonitoring` boolean, required
  - `forkOf` number
  - `isPublic` boolean, required — Is public chain

## Other responses

- `500`

---

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