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

# returns price for specified chainId and token

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

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

## Path parameters

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

## Response `200`

numerical price

- number

## Other responses

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

---

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