---
title: "Get details of a token"
method: GET
path: "/v1/tokens/{address}"
tags: ["tokens"]
---

# Get details of a token

`GET /v1/tokens/{address}`

Get details of a token

## Response `200`

OK

- Token
  - `name` string, required
  - `image_url` string, required
  - `token_address` string, required
  - `symbol` string, required
  - `decimals` string, required
  - `quantum` string, required

---

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