---
title: "returns token data for specified chainId and token"
method: GET
path: "/token/v1/{chainId}/{tokenAddress}"
tags: ["token"]
---

# returns token data for specified chainId and token

`GET /token/v1/{chainId}/{tokenAddress}`

By passing in a chainId and address, you can get token data for specified token address

## Path parameters

- `chainId` number, required
- `tokenAddress` string, required

## Response `200`

token data

- object

## Other responses

- `422` — request parameters invalid
- `500` — internal server error
- `529` — server overloaded

---

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