---
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

---

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