---
title: "Get token icon"
method: GET
path: "/icon/{chain_id}/{address}"
tags: ["Icons"]
---

# Get token icon

`GET /icon/{chain_id}/{address}`

Retrieve an SVG icon for a specific token on a given chain

## Path parameters

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

## Response `200`

Successful response with SVG icon

## Other responses

- `404` — Resource not found

## Changes

- **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, 1 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`
  - …3 more

[Change history](https://skmtc.dev/tempoxyz/apis/tokenlist-api/changes/icon/:chain_id/:address/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)
