---
title: "Get the description for a token by symbol"
method: GET
path: "/v1/tokens/{symbol}/description"
tags: ["tokens"]
---

# Get the description for a token by symbol

`GET /v1/tokens/{symbol}/description`

## Path parameters

- `symbol` string, required

## Response `200`

Successful response

- TokenDescription, nullable
  - `symbol` string, required
  - `description` string, required
  - `name` string, nullable, required
  - `tagline` string, nullable, required
  - `marketCap` number, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/revisions/ede22b25de80/schema)
