---
title: "Entities List (ID Map)"
method: GET
path: "/entities/list"
tags: ["Public Treasury"]
---

# Entities List (ID Map)

`GET /entities/list`

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

## Query parameters

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

## Response `200`

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

- object[]
  - `id` string — entity ID
  - `symbol` string — ticker symbol of public company
  - `name` string — entity name
  - `country` string — country code

## Changes

- **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/a23494dedfc2/schema)
