---
title: "Entities List"
method: GET
path: "/entities/list"
---

# Entities List

`GET /entities/list`

To query all the supported entities on CoinGecko with entity ID, name, symbol, and country

## Query parameters

- `entity_type` 'company' | 'government'
- `per_page` integer
- `page` integer

## Response `200`

List of entities with ID, name, symbol, and country

- object[]
  - `id` string, required — Entity ID
  - `symbol` string, required — Ticker symbol of public company
  - `name` string, required — Entity name
  - `country` string, required — Country code

---

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