---
title: "Coin Price by IDs"
method: GET
path: "/simple/price"
tags: ["Simple"]
---

# Coin Price by IDs

`GET /simple/price`

This endpoint allows you to **query the prices of one or more coins by using their unique Coin API IDs**

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

price(s) of cryptocurrency

- SimplePrice
  - `usd` number — price in USD
  - `usd_market_cap` number — market cap in USD
  - `usd_24h_vol` number — 24hr volume in USD
  - `usd_24h_change` number — 24hr change in USD
  - `last_updated_at` number — last updated timestamp

---

[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/0484eb6fcafa/schema)
