---
title: "Get token image headers"
method: HEAD
path: "/v3/images/tokens/{chainId}/{address}"
tags: ["Images"]
---

# Get token image headers

`HEAD /v3/images/tokens/{chainId}/{address}`

Returns the token image status and cache headers without an image body, or redirects to the compatibility image source while that asset is being imported.

## Path parameters

- `chainId` integer, required
- `address` string, required

## Response `200`

Normalized token image headers.

## Other responses

- `302` — Temporary redirect to the compatibility image source.
- `304` — The supplied ETag is current.
- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/2e0e17d09898/schema)
