---
title: "Get Token Price"
method: POST
path: "/api/v1/web3/dex/price"
tags: ["DeX Swap"]
---

# Get Token Price

`POST /api/v1/web3/dex/price`

Get token price for for DeX swap

## Request body

- object
  - `type` string — Token symbol

## Response `200`

Successful Response

- DeXSwapTokenPriceResponseVo
  - `statusCode` number
  - `message` string
  - `data` object
    - `token` string — Token symbol
    - `price` number — Token price
    - `fiat` string — Currency used to convert from the token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Gateway
- `403` — Forbidden Resources

---

[API](https://skmtc.net/thirdfi/apis/thirdfi-api.md) · [All operations](https://skmtc.net/thirdfi/apis/thirdfi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thirdfi/thirdfi-api/versions/4d70807293f6/schema)
