---
title: "Coin Price by Token Addresses"
method: GET
path: "/simple/token_price/{id}"
---

# Coin Price by Token Addresses

`GET /simple/token_price/{id}`

To query one or more token prices by using their token contract addresses

## Path parameters

- `id` string, required

## Query parameters

- `contract_addresses` string, required
- `vs_currencies` string, required
- `include_market_cap` boolean
- `include_24hr_vol` boolean
- `include_24hr_change` boolean
- `include_last_updated_at` boolean
- `precision` 'full' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18'

## Response `200`

Token prices

- SimplePrice

## Changes

- **2026-05-28** `11cc9e00fd86` — 5 warning, 1 info
  - removed the optional property `last_updated_at` from the response with the `200` status
  - removed the optional property `usd` from the response with the `200` status
  - removed the optional property `usd_24h_change` from the response with the `200` status
  - removed the optional property `usd_24h_vol` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/simple/token_price/:id/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
