Entities List

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

get/entities/list

Query parameters

entity_type'company' | 'government'

Filter by entity type.

per_pageinteger

Total results per page. Default value: 100 Valid values: 1...250

pageinteger

Page through results. Default value: 1

Response

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

idstring required

Entity ID

symbolstring required

Ticker symbol of public company

namestring required

Entity name

countrystring required

Country code

Changes

No recorded changes to this endpoint across all 1 revision of this API.