---
title: "Get token price"
method: GET
path: "/token-price"
---

# Get token price

`GET /token-price`

Returns token price

## Query parameters

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

## Response `200`

Token price in USD

- TokenPrice
  - `price` number

## Other responses

- `400` — Invalid request
- `404` — Not found
- `500` — Unkown error

---

[API](https://skmtc.dev/0xsquid/apis/squid-api.md) · [All operations](https://skmtc.dev/0xsquid/apis/squid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/0xsquid/squid-api/revisions/7d461f4df97e/schema)
