---
title: "Get all supported tokens"
method: GET
path: "/chains/tokens/all"
tags: ["Chains"]
---

# Get all supported tokens

`GET /chains/tokens/all`

Retrieves all unique token symbols supported on Chainrails across all blockchain networks

## Response `200`

Supported tokens retrieved successfully

- object[]
  - `symbol` string
  - `decimals` number
  - `name` string
  - `category` 'stablecoin' | 'major' | 'volatile'

## Other responses

- `401` — Unauthorized - Invalid or missing API key

## Changes

- **2026-02-17** `2168c5f4fdd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/horuslabsio/apis/chainrails-api/changes/chains/tokens/all/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)
