---
title: "Coins List"
method: GET
path: "/coins/list"
---

# Coins List

`GET /coins/list`

To query all the supported coins on CoinGecko with coin ID, name and symbol

## Query parameters

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

## Response `200`

List of coins

- object[]
  - `id` string, required — Coin ID
  - `symbol` string, required — Coin symbol
  - `name` string, required — Coin name
  - `platforms` object — Asset platform and contract address

---

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