---
title: "Get token price"
method: GET
path: "/v1/token/price"
tags: ["Market Data"]
---

# Get token price

`GET /v1/token/price`

Get the price of the specified token.

## Query parameters

- `chain_id` string, required — chain network id, see [list of details](/platform/features/api/web3-api)
- `contract_address` string, required — The address of the token contract

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ResponseGetTokenPrice
  - `code` integer
  - `message` string
  - `data` TokenPrice
    - `price` number, required — The price of the ERC-20 token in USD.
    - `symbol` string, required — The symbol of the ERC-20 token.
    - `decimals` integer, required — The number of decimals of the ERC-20 token.
    - `updated_at` string, date-time, required — The updated time of the price for the ERC-20 token.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.dev/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/revisions/4013781aa422/schema)
