---
title: "List Supported Tokens with Metadata"
method: GET
path: "/tokens/v1"
tags: ["tokens"]
---

# List Supported Tokens with Metadata

`GET /tokens/v1`

![Beta](https://img.shields.io/badge/Status-Beta-yellow) <br/>
Retrieves a list of tokens along with their metadata, such as the token's name, symbol, decimals, logo URI, and associated tags. This information is useful for displaying token details and allowing users to search or filter tokens based on specific criteria. Tags can be used to narrow down the returned tokens. Example: Use the tag `stablecoins` to only return stablecoin tokens.

> 💡 
**Compute Unit Value:** `60` (fixed)

## Query parameters

- `chainID` string — The unique identifier of a blockchain in CAIP-2 notation. Find more [here](https://docs.blockdaemon.com/docs/defi-api-supported-protocols#supported-chains).
- `tokenAddress` string — The address of an account.
- `tokenSymbol` string — The symbol of a token.
- `tagLimit` string[]

## Response `200`

Successful response containing a list of tokens with their metadata, such as name, symbol, decimals, logo URI, tags, and associated chains.

- object — A collection of supported tokens grouped by chain ID.

## Other responses

- `default` — An error occurred - get tokens.

---

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