---
title: "Coin Price by IDs, Symbols, or Names"
method: GET
path: "/simple/price"
---

# Coin Price by IDs, Symbols, or Names

`GET /simple/price`

To query the prices of one or more coins by using their unique Coin API IDs, symbols, or names

## Query parameters

- `vs_currencies` string, required
- `ids` string
- `names` string
- `symbols` string
- `include_tokens` 'top' | 'all'
- `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`

Coin prices

- SimplePrice

## Changes

- **2026-05-28** `11cc9e00fd86` — 1 info
  - api tag `Simple` removed
- **2025-09-22** `91c83447321b` — 3 breaking
  - for the `query` request parameter `ids`, default value `bitcoin` was added
  - for the `query` request parameter `names`, default value `Bitcoin` was added
  - for the `query` request parameter `symbols`, default value `btc` was added
- **2025-07-08** `4f8e578c640a` — 5 warning
  - 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
  - …1 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/simple/price/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)
