---
title: "Get metadata for a single token"
method: GET
path: "/token"
---

# Get metadata for a single token

`GET /token`

## Query parameters

- `chain` string, required
- `token` string, required

## Response `200`

Token metadata

- object
  - `chainId` integer
  - `address` string
  - `name` string
  - `symbol` string
  - `decimals` integer
  - `logoURI` string, uri
  - `tags` string[]

## Other responses

- `404` — Token not found

## Changes

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

- **2025-05-07** `4c41d3c79213` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gluexprotocol/apis/gluex-exchange-rates-api/changes/token/get.md)

---

[API](https://skmtc.dev/gluexprotocol/apis/gluex-exchange-rates-api.md) · [All operations](https://skmtc.dev/gluexprotocol/apis/gluex-exchange-rates-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gluexprotocol/gluex-exchange-rates-api/revisions/4c41d3c79213/schema)
