---
title: "Get supported tokens for chain"
method: GET
path: "/chains/{chain}/tokens"
tags: ["Chains"]
---

# Get supported tokens for chain

`GET /chains/{chain}/tokens`

Retrieves all supported tokens available on the specified blockchain network

## Path parameters

- `chain` 'ARBITRUM_MAINNET' | 'ARBITRUM_TESTNET' | 'AVALANCHE_MAINNET' | 'AVALANCHE_TESTNET' | 'BASE_MAINNET' | 'BASE_TESTNET' | 'STARKNET_MAINNET' | 'STARKNET_TESTNET' | 'BSC_MAINNET' | 'ETHEREUM_MAINNET' | 'ETHEREUM_TESTNET' | 'OPTIMISM_MAINNET' | 'OPTIMISM_TESTNET' | 'MONAD_MAINNET' | 'MONAD_TESTNET' | 'POLYGON_MAINNET' | 'HYPEREVM_MAINNET' | 'LISK_MAINNET' | 'SOLANA_MAINNET' | 'SOLANA_TESTNET' | 'TRON_MAINNET', required

## Response `200`

Supported tokens retrieved successfully

- object[]
  - `address` string — Token contract address on the chain
  - `symbol` string — Token symbol
  - `decimals` number — Number of decimal places for the token
  - `name` string — Full token name

## Other responses

- `400` — Bad Request - Invalid chain parameter
- `401` — Unauthorized - Invalid or missing API key

## Changes

- **2026-07-22** `76a4e00b118d` — 3 info
  - added the new enum value `SOLANA_MAINNET` to the `path` request parameter `chain`
  - added the new enum value `SOLANA_TESTNET` to the `path` request parameter `chain`
  - added the new enum value `TRON_MAINNET` to the `path` request parameter `chain`
- **2026-02-17** `2168c5f4fdd5` — 7 info
  - added the new enum value `HYPEREVM_MAINNET` to the `path` request parameter `chain`
  - added the new enum value `LISK_MAINNET` to the `path` request parameter `chain`
  - added the new enum value `MONAD_MAINNET` to the `path` request parameter `chain`
  - added the new enum value `MONAD_TESTNET` to the `path` request parameter `chain`
  - …3 more
- **2025-12-13** `0172b83f90c7` — 3 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
- **2025-11-11** `fce39ccb3e9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/horuslabsio/apis/chainrails-api/changes/chains/:chain/tokens/get.md)

---

[API](https://skmtc.dev/horuslabsio/apis/chainrails-api.md) · [All operations](https://skmtc.dev/horuslabsio/apis/chainrails-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/horuslabsio/chainrails-api/revisions/dcf19c1bab20/schema)
