---
title: "Coins List (ID Map)"
method: GET
path: "/coins/list"
tags: ["Coins"]
---

# Coins List (ID Map)

`GET /coins/list`

This endpoint allows you to **query all the supported coins on CoinGecko with coins ID, name and symbol**

## Query parameters

- `include_platform` boolean
- `status` 'active' | 'inactive'

## Response `200`

List all coins with ID, name, and symbol

- object[]
  - `id` string — coin ID
  - `symbol` string — coin symbol
  - `name` string — coin name
  - `platforms` object — coin asset platform and contract address

---

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