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

## Changes

- **2026-05-28** `11cc9e00fd86` — 5 info
  - api tag `Public Treasury` removed
  - the response property `items/country` became required for the status `200`
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
  - …1 more
- **2025-09-22** `91c83447321b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/entities/list/get.md)

---

[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/006c13c1a566/schema)
