---
title: "Get tokens for passed chainName."
method: GET
path: "/chains/{chainName}/tokens"
tags: ["Chains"]
---

# Get tokens for passed chainName.

`GET /chains/{chainName}/tokens`

## Path parameters

- `chainName` 'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR', required

## Query parameters

- `networkId` number

## Response `200`

Get all tokens for chain

- ChainToken[]
  - `name` string, required — Name of the token
  - `symbol` string, required — Symbol of the token
  - `tokenAddresses` TokenAddress[], required — Array of different contract addresses dependent to networkId
    - `networkId` number, required — Id of the network
    - `contractAddress` string, required — Valid blockchain wallet address, must be an alphanumeric string without any special characters

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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