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

# returns prices for specified chainId

`GET /price/v1/{chainId}`

By passing in a chainId, you can get dollar prices for tokens addresses

## Path parameters

- `chainId` number, required

## Response `200`

an address to price object map

- object

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