---
title: "Get all chain whitelisted token prices, unless list is specified"
method: GET
path: "/pricing/token/{chain_id}"
tags: ["Pricing"]
---

# Get all chain whitelisted token prices, unless list is specified

`GET /pricing/token/{chain_id}`

Get all of the whitelisted token prices on an Odos supported chain

## Path parameters

- `chain_id` integer, required

## Query parameters

- `token_addresses` string[]
- `currencyId` string, nullable

## Response `200`

Successful Response

- ChainTokenPriceMap — All token prices for a given chain Attributes: currencyId (str): price service id of the currency tokenPrices (dict): Token and price
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `currencyId` string, required
  - `tokenPrices` object, 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/versions/326e35e349c9/schema)
