---
title: "Returns prices for given tokens"
method: POST
path: "/v1/token/price"
tags: ["Entity"]
---

# Returns prices for given tokens

`POST /v1/token/price`

## Request body

- ApiTokenPricesRequest
  - `blockchain` 'ton', required
  - `addresses` string[], required

## Response `200`

prices

- ApiTokenPriceEntry[]
  - `address` string, required
  - `usd_price` number, double, required

## Other responses

- `default` — Some error during request processing

---

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