cURL
curl --request GET \ --url https://api.coingecko.com/api/v3/entities/list \ --header 'x-cg-demo-api-key: <api-key>'
[ { "id": "usbc", "symbol": "USBC.US", "name": "USBC", "country": "US" }, { "id": "mara-holdings", "symbol": "MARA.US", "name": "MARA Holdings", "country": "US" } ]
filter by entity type, default: false
company
government
total results per page, default: 100 Valid values: 1...250
page through results, default: 1
List all entities with ID, name, symbol and country
entity ID
ticker symbol of public company
entity name
country code
[ { "id": "usbc", "symbol": "USBC.US", "name": "USBC", "country": "US" }, { "id": "mara-holdings", "symbol": "MARA.US", "name": "MARA Holdings", "country": "US" }]
Was this page helpful?