---
title: "Get a single token by symbol or address"
method: GET
path: "/asset/{chain_id}/{id}"
tags: ["Token Lists"]
---

# Get a single token by symbol or address

`GET /asset/{chain_id}/{id}`

Retrieve information about a specific token on a given chain. The token can be identified by either its symbol (e.g., 'USDC.e') or its contract address.

## Path parameters

- `chain_id` 4217 | 42431 | 31318, required
- `id` string, required

## Response `200`

Successful response with token information

- TokenInfo — Information about a specific token
  - `chain_id` integer, required — Chain ID of the network where token is deployed
  - `address` string, required — Checksummed address of the token contract
  - `decimals` integer, required — Number of decimals for token balance
  - `name` string, required — Name of the token
  - `symbol` string, required — Symbol of the token
  - `logo_uri` string, url — URI to the token logo (SVG or PNG, 64x64 recommended)
  - `tags` string[], required — Array of tag identifiers associated with the token
  - `extensions` ExtensionMap — Object containing arbitrary or vendor-specific token metadata

## Other responses

- `404` — Resource not found

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-03-10** `db9c46b1f846` — 2 breaking, 5 info
  - the `path` request parameter `chain_id` was restricted to a list of enum values
  - for the `path` request parameter `chain_id`, the type/format was changed from `string`/`` to `integer`/``
  - added the new enum value `31318.00` to the `path` request parameter `chain_id`
  - added the new enum value `4217.00` to the `path` request parameter `chain_id`
  - …3 more
- **2025-12-09** `287b44661115` — 5 breaking, 1 warning, 2 info
  - removed the enum value `31318.00` from the `path` request parameter `chain_id`
  - removed the enum value `4217.00` from the `path` request parameter `chain_id`
  - removed the enum value `42431.00` from the `path` request parameter `chain_id`
  - for the `path` request parameter `chain_id`, the minLength was increased from `0` to `1`
  - …4 more

[Change history](https://skmtc.dev/tempoxyz/apis/tokenlist-api/changes/asset/:chain_id/:id/get.md)

---

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