cURL
curl --request GET \ --url https://api.coingecko.com/api/v3/coins/categories/list \ --header 'x-cg-demo-api-key: <api-key>'
[ { "category_id": "aave-tokens", "name": "Aave Tokens" }, { "category_id": "aaccount-abstraction", "name": "Account Abstraction" } ]
This endpoint allows you to query all the coins categories on CoinGecko
List all categories
category ID
category name
Was this page helpful?