---
title: "Get single token price"
method: GET
path: "/pricing/token/{chain_id}/{token_addr}"
tags: ["Pricing"]
---

# Get single token price

`GET /pricing/token/{chain_id}/{token_addr}`

Get the token price info for a given chain and address. Price will be null if asset is valid but price is not available

## Path parameters

- `chain_id` integer, required
- `token_addr` string, required

## Query parameters

- `currencyId` string, nullable

## Response `200`

Successful Response

- TokenPrice — Schema for basic token price structure Attributes: currencyId (str): price service id of the currency price (Optional[float]): fiat price of asset if it is available
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `currencyId` string, required
  - `price` number, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/odos/apis/odos-api.md) · [All operations](https://skmtc.net/odos/apis/odos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/odos/odos-api/revisions/326e35e349c9/schema)
