---
title: "List human-readable names and taglines for assets that have them"
method: GET
path: "/v1/tokens/names"
tags: ["tokens"]
---

# List human-readable names and taglines for assets that have them

`GET /v1/tokens/names`

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successful response

- AssetNamesOutput
  - `total` integer
  - `nextCursor` string
  - `previousCursor` string
  - `hasMore` boolean, required
  - `items` AssetName[], required
    - `symbol` string, required
    - `name` string, required
    - `tagline` string, 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/34b8f4885f8a/schema)
