---
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

---

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